ShenZhenCHJY
dengyu 2 months ago
parent 8eee76a19f
commit 24a122460b

@ -315,7 +315,7 @@ namespace DSWeb.Areas.Account.DAL.Chfee_Invoiceapplication
data.APPLICANTDEPT = Convert.ToString(reader["APPLICANTDEPT"]);
if (reader["APPLYTIME"] != DBNull.Value)
data.APPLYTIME = Convert.ToDateTime(reader["APPLYTIME"]).ToString("yyyy-MM-dd");
data.APPLYTIME = Convert.ToDateTime(reader["APPLYTIME"]).ToString("yyyy-MM-dd HH:mm:ss");
if (reader["ENTERTIME"] != DBNull.Value)
data.ENTERTIME = Convert.ToDateTime(reader["ENTERTIME"]);
data.OPERATOR = Convert.ToString(reader["OPERATOR"]);

@ -1230,8 +1230,8 @@ Ext.extend(Shipping.MsChInvoiceAppEdit, Ext.Panel, {
xtype: 'textareafield',
grow: true,
name: 'REMARK',
height: 61,
fieldLabel: '备注',
height: 80,
fieldLabel: '发票备注',
anchor: '100%'
}
, {

@ -1294,8 +1294,8 @@ Ext.extend(Shipping.MsChInvoiceBLEdit, Ext.Panel, {
flex:4,
labelWidth: labelwidth_sale,
name: 'REMARK',
height: 61,
fieldLabel: '备注',
height: 80,
fieldLabel: '发票备注',
anchor: '100%'
}
, {

Loading…
Cancel
Save