|
|
@@ -89,7 +89,6 @@ Ext.define('saas.view.sale.report.SaleRec', {
|
|
|
xtype: 'numbercolumn',
|
|
|
exportFormat: 'Amount',
|
|
|
dataIndex: 'rbd_nowbalance',
|
|
|
- hidden:true,
|
|
|
renderer : function(v) {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
}
|
|
|
@@ -101,6 +100,10 @@ Ext.define('saas.view.sale.report.SaleRec', {
|
|
|
renderer : function(v) {
|
|
|
return saas.util.BaseUtil.numberFormat(v, 2, true);
|
|
|
}
|
|
|
+ }, {
|
|
|
+ text: '收款人',
|
|
|
+ dataIndex: 'rb_manname',
|
|
|
+ width: 150
|
|
|
}, {
|
|
|
text: '备注',
|
|
|
dataIndex: 'rb_remark',
|