|
|
@@ -101,7 +101,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
xtype: 'datecolumn',
|
|
|
width: 110
|
|
|
}, {
|
|
|
- text: "单据金额",
|
|
|
+ text: "单据金额(元)",
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: "vd_amount",
|
|
|
width: 110,
|
|
|
@@ -113,10 +113,10 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
}
|
|
|
}, {
|
|
|
- text: "已核销金额",
|
|
|
+ text: "已核销金额(元)",
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: "sl_yamount",
|
|
|
- width: 110,
|
|
|
+ width: 120,
|
|
|
ignore:true,
|
|
|
renderer : function(v) {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
@@ -126,10 +126,10 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
}
|
|
|
}, {
|
|
|
- text: "未核销金额",
|
|
|
+ text: "未核销金额(元)",
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: "sl_namount",
|
|
|
- width: 110,
|
|
|
+ width: 120,
|
|
|
ignore:true,
|
|
|
renderer : function(v) {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
@@ -139,7 +139,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
}
|
|
|
}, {
|
|
|
- text: "本次核销金额",
|
|
|
+ text: "本次核销金额(元)",
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: "vd_nowbalance",
|
|
|
width: 150,
|
|
|
@@ -199,7 +199,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
xtype: 'datecolumn',
|
|
|
width: 110
|
|
|
}, {
|
|
|
- text: "单据金额",
|
|
|
+ text: "单据金额(元)",
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: "vcd_amount",
|
|
|
width: 110,
|
|
|
@@ -211,10 +211,10 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
}
|
|
|
}, {
|
|
|
- text: "已核销金额",
|
|
|
+ text: "已核销金额(元)",
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: "sl_yamount",
|
|
|
- width: 110,
|
|
|
+ width: 120,
|
|
|
ignore:true,
|
|
|
renderer : function(v) {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
@@ -224,10 +224,10 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
}
|
|
|
}, {
|
|
|
- text: "未核销金额",
|
|
|
+ text: "未核销金额(元)",
|
|
|
xtype: 'numbercolumn',
|
|
|
dataIndex: "sl_namount",
|
|
|
- width: 110,
|
|
|
+ width: 120,
|
|
|
ignore:true,
|
|
|
renderer : function(v) {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
@@ -237,7 +237,7 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
}
|
|
|
}, {
|
|
|
- text: "本次核销金额",
|
|
|
+ text: "本次核销金额(元)",
|
|
|
dataIndex: "vcd_nowbalance",
|
|
|
xtype: 'numbercolumn',
|
|
|
width: 150,
|
|
|
@@ -333,11 +333,13 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
}, {
|
|
|
xtype: 'hidden',
|
|
|
name: 'vc_amount1',
|
|
|
+ thousandSeparator: ',',
|
|
|
fieldLabel: '核销金额(元)'
|
|
|
}, {
|
|
|
xtype: "hidden",
|
|
|
name: "vc_amount2",
|
|
|
- fieldLabel: "未核销金额"
|
|
|
+ thousandSeparator: ',',
|
|
|
+ fieldLabel: "未核销金额(元)"
|
|
|
}],
|
|
|
details: ['detail1', 'detail2'],
|
|
|
other: ['other']
|
|
|
@@ -371,11 +373,13 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
}, {
|
|
|
xtype: 'hidden',
|
|
|
name: 'vc_amount1',
|
|
|
+ thousandSeparator: ',',
|
|
|
fieldLabel: '核销金额(元)'
|
|
|
}, {
|
|
|
xtype: "hidden",
|
|
|
name: "vc_amount2",
|
|
|
- fieldLabel: "未核销金额"
|
|
|
+ thousandSeparator: ',',
|
|
|
+ fieldLabel: "未核销金额(元)"
|
|
|
}],
|
|
|
details: ['detail1', 'detail2'],
|
|
|
other: ['other']
|
|
|
@@ -426,11 +430,13 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
}, {
|
|
|
xtype: 'hidden',
|
|
|
name: 'vc_amount1',
|
|
|
+ thousandSeparator: ',',
|
|
|
fieldLabel: '核销金额(元)'
|
|
|
}, {
|
|
|
xtype: "hidden",
|
|
|
name: "vc_amount2",
|
|
|
- fieldLabel: "未核销金额"
|
|
|
+ thousandSeparator: ',',
|
|
|
+ fieldLabel: "未核销金额(元)"
|
|
|
}],
|
|
|
details: ['detail1', 'detail2'],
|
|
|
other: ['other']
|
|
|
@@ -480,11 +486,13 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
}, {
|
|
|
xtype: 'hidden',
|
|
|
name: 'vc_amount1',
|
|
|
+ thousandSeparator: ',',
|
|
|
fieldLabel: '核销金额(元)'
|
|
|
}, {
|
|
|
xtype: "hidden",
|
|
|
name: "vc_amount2",
|
|
|
- fieldLabel: "未核销金额"
|
|
|
+ thousandSeparator: ',',
|
|
|
+ fieldLabel: "未核销金额(元)"
|
|
|
}],
|
|
|
details: ['detail1'],
|
|
|
other: ['other']
|
|
|
@@ -534,11 +542,13 @@ Ext.define('saas.view.money.verification.FormPanel', {
|
|
|
}, {
|
|
|
xtype: 'hidden',
|
|
|
name: 'vc_amount1',
|
|
|
+ thousandSeparator: ',',
|
|
|
fieldLabel: '核销金额(元)'
|
|
|
}, {
|
|
|
xtype: "hidden",
|
|
|
name: "vc_amount2",
|
|
|
- fieldLabel: "未核销金额"
|
|
|
+ thousandSeparator: ',',
|
|
|
+ fieldLabel: "未核销金额(元)"
|
|
|
}],
|
|
|
details: ['detail1'],
|
|
|
other: ['other']
|