@@ -89,7 +89,8 @@ Ext.define('saas.view.purchase.report.PurchasePay', {
xtype: 'numbercolumn',
dataIndex: 'pb_pbdamount',
- width: 110
+ width: 110,
+ hidden:true
}, {
text: '付款比例%',
//本次付款/采购金额*100%
@@ -85,6 +85,7 @@ Ext.define('saas.view.sale.report.SaleRec', {
text: '应收余额',
dataIndex: 'rb_rbdamount',
+ hidden:true,
renderer : function(v) {
var arr = (v + '.').split('.');
var xr = (new Array(arr[1].length > 2 ? 2 : arr[1].length)).fill('0');