@@ -132,7 +132,7 @@ Ext.define('saas.view.money.payBalance.FormPanel', {
}, {
text: "付款金额(元)",
xtype: 'numbercolumn',
- dataIndex: "pb_amount",
+ dataIndex: "pd_amount",
width: 110.0,
allowBlank: false,
editor: {
@@ -92,7 +92,7 @@ Ext.define('saas.view.money.paybalance.QueryPanel', {
text: '付款金额(元)',
- dataIndex: 'pd_amount',
+ dataIndex: 'pb_amount',
width: 120,
renderer: function (v) {
return saas.util.BaseUtil.numberFormat(v, 2, true);
@@ -135,7 +135,7 @@ Ext.define('saas.view.money.recBalance.FormPanel', {
text: "收款金额(元)",
- dataIndex: "rb_amount",
+ dataIndex: "rd_amount",