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"]); data.APPLICANTDEPT = Convert.ToString(reader["APPLICANTDEPT"]);
if (reader["APPLYTIME"] != DBNull.Value) 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) if (reader["ENTERTIME"] != DBNull.Value)
data.ENTERTIME = Convert.ToDateTime(reader["ENTERTIME"]); data.ENTERTIME = Convert.ToDateTime(reader["ENTERTIME"]);
data.OPERATOR = Convert.ToString(reader["OPERATOR"]); data.OPERATOR = Convert.ToString(reader["OPERATOR"]);

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

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

Loading…
Cancel
Save