@@ -29,7 +29,7 @@ Ext.define('saas.view.money.fundtransfer.QueryPanel', {
}, {
text: '单据编号',
dataIndex: 'ft_code',
- width: 120
+ width: 150
text: '单据状态',
dataIndex: 'ft_status',
@@ -54,7 +54,7 @@ Ext.define('saas.view.money.othspendings.QueryPanel', {
dataIndex: 'os_code',
dataIndex: 'os_status',
@@ -198,9 +198,8 @@ Ext.define('saas.view.sale.sale.FormPanel', {
format : "Y-m-d",
xtype : "datefield",
- name : "sa_recorddate",
+ name : "createTime",
fieldLabel : "录入日期",
- defaultValue:new Date(),
readOnly:true
xtype : "textfield",
@@ -183,24 +183,32 @@ Ext.define('saas.view.sale.saleIn.FormPanel', {
flex:1
}
]
- },{
+ }, {
+ xtype : "textfield",
+ name : "pi_total",
+ fieldLabel : "总额",
+ readOnly: true
name : "pi_recordman",
- fieldLabel : "录入人",
- readOnly:true,
+ fieldLabel : "录入人",
+ readOnly:true
name : "createTime",
- fieldLabel : "创建时间"
+ fieldLabel : "录入日期",
name : "pi_auditman",
- fieldLabel : "过账人"
+ fieldLabel : "审核人",
- name : "pi_auditman",
- fieldLabel : "过账时间"
+ name : "pi_auditdate",
+ fieldLabel : "审核日期",
}]
});
@@ -79,7 +79,7 @@ Ext.define('saas.view.sale.saleIn.QueryPanel', {
dataIndex: 'pi_inoutno',
dataIndex: 'pi_status',
@@ -200,7 +200,7 @@ Ext.define('saas.view.sale.saleout.FormPanel', {
- name : "pi_recorddate",
@@ -79,7 +79,7 @@ Ext.define('saas.view.sale.saleout.QueryPanel', {