@@ -321,7 +321,15 @@ Ext.define('saas.view.money.verification.FormPanel', {
defaultValue: new Date(),
allowBlank : false,
name: 'vc_date'
- }],
+ }, {
+ xtype: 'hidden',
+ name: 'vc_amount1',
+ fieldLabel: '核销金额'
+ xtype: "hidden",
+ name: "vc_amount2",
+ fieldLabel: "未核销金额"
+ },],
details: ['detail1', 'detail2']
},
@@ -301,7 +301,6 @@ Ext.define('saas.view.money.verification.FormPanelController', {
saas.util.BaseUtil.showErrorToast(form.invalidText);
return false;
}
-
var sum_detail1 = store1.sum('vd_nowbalance'); // 从表1核销合计
var sum_detail2 = store2.sum('vcd_nowbalance'); // 从表2核销合计