diff --git a/DSWeb/Areas/Account/DAL/Chfee_invoiceapplication/Chfee_InvoiceapplicationDAL.cs b/DSWeb/Areas/Account/DAL/Chfee_invoiceapplication/Chfee_InvoiceapplicationDAL.cs index 81216a92..512aafef 100644 --- a/DSWeb/Areas/Account/DAL/Chfee_invoiceapplication/Chfee_InvoiceapplicationDAL.cs +++ b/DSWeb/Areas/Account/DAL/Chfee_invoiceapplication/Chfee_InvoiceapplicationDAL.cs @@ -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"]); diff --git a/DSWeb/Areas/Account/Viewsjs/Chfee_invoice_HangXin/ChInvoiceAppEdit.js b/DSWeb/Areas/Account/Viewsjs/Chfee_invoice_HangXin/ChInvoiceAppEdit.js index f59438f1..49418b32 100644 --- a/DSWeb/Areas/Account/Viewsjs/Chfee_invoice_HangXin/ChInvoiceAppEdit.js +++ b/DSWeb/Areas/Account/Viewsjs/Chfee_invoice_HangXin/ChInvoiceAppEdit.js @@ -1230,8 +1230,8 @@ Ext.extend(Shipping.MsChInvoiceAppEdit, Ext.Panel, { xtype: 'textareafield', grow: true, name: 'REMARK', - height: 61, - fieldLabel: '备注', + height: 80, + fieldLabel: '发票备注', anchor: '100%' } , { diff --git a/DSWeb/Areas/Account/Viewsjs/Chfee_invoice_HangXin/ChInvoiceBLEdit.js b/DSWeb/Areas/Account/Viewsjs/Chfee_invoice_HangXin/ChInvoiceBLEdit.js index 7cbe5461..f811671d 100644 --- a/DSWeb/Areas/Account/Viewsjs/Chfee_invoice_HangXin/ChInvoiceBLEdit.js +++ b/DSWeb/Areas/Account/Viewsjs/Chfee_invoice_HangXin/ChInvoiceBLEdit.js @@ -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%' } , {