|
|
@@ -12,7 +12,6 @@ Ext.define('saas.view.money.report.TotalPayDetail', {
|
|
|
|
|
|
groupField: null,
|
|
|
listUrl: '/api/money/report/vendormonthdetails',
|
|
|
- // listUrl: 'http://192.168.253.139:8560/api/money/report/vendormonthdetails',
|
|
|
defaultCondition: null,
|
|
|
reportTitle: '应付总账',
|
|
|
QueryWidth: 0.35,
|
|
|
@@ -46,7 +45,7 @@ Ext.define('saas.view.money.report.TotalPayDetail', {
|
|
|
}, {
|
|
|
text: '期初',
|
|
|
columns: [{
|
|
|
- text: '预付',
|
|
|
+ text: '预付(元)',
|
|
|
xtype: 'numbercolumn',
|
|
|
exportFormat: 'Amount',
|
|
|
dataIndex: 'vm_beginpreamount',
|
|
|
@@ -55,7 +54,7 @@ Ext.define('saas.view.money.report.TotalPayDetail', {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
}
|
|
|
}, {
|
|
|
- text: '应付',
|
|
|
+ text: '应付(元)',
|
|
|
xtype: 'numbercolumn',
|
|
|
exportFormat: 'Amount',
|
|
|
dataIndex: 'vm_beginamount',
|
|
|
@@ -67,7 +66,7 @@ Ext.define('saas.view.money.report.TotalPayDetail', {
|
|
|
}, {
|
|
|
text: '本期',
|
|
|
columns: [{
|
|
|
- text: '预付',
|
|
|
+ text: '预付(元)',
|
|
|
xtype: 'numbercolumn',
|
|
|
exportFormat: 'Amount',
|
|
|
dataIndex: 'vm_nowpreamount',
|
|
|
@@ -76,7 +75,7 @@ Ext.define('saas.view.money.report.TotalPayDetail', {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
}
|
|
|
}, {
|
|
|
- text: '应付',
|
|
|
+ text: '应付(元)',
|
|
|
xtype: 'numbercolumn',
|
|
|
exportFormat: 'Amount',
|
|
|
dataIndex: 'vm_nowamount',
|
|
|
@@ -85,7 +84,7 @@ Ext.define('saas.view.money.report.TotalPayDetail', {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
}
|
|
|
}, {
|
|
|
- text: '核销',
|
|
|
+ text: '核销(元)',
|
|
|
xtype: 'numbercolumn',
|
|
|
exportFormat: 'Amount',
|
|
|
dataIndex: 'vm_nowpayamount',
|
|
|
@@ -97,7 +96,7 @@ Ext.define('saas.view.money.report.TotalPayDetail', {
|
|
|
}, {
|
|
|
text: '期末',
|
|
|
columns: [{
|
|
|
- text: '预付',
|
|
|
+ text: '预付(元)',
|
|
|
dataIndex: 'vm_endpreamount',
|
|
|
exportFormat: 'Amount',
|
|
|
xtype: 'numbercolumn',
|
|
|
@@ -110,7 +109,7 @@ Ext.define('saas.view.money.report.TotalPayDetail', {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
}
|
|
|
}, {
|
|
|
- text: '应付',
|
|
|
+ text: '应付(元)',
|
|
|
dataIndex: 'vm_endamount',
|
|
|
exportFormat: 'Amount',
|
|
|
xtype: 'numbercolumn',
|