浏览代码

【BUG-界面标准化】【销售收款一览表】【新增收款金额,收款人】

rainco 7 年之前
父节点
当前提交
ba37584715
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      frontend/saas-web/app/view/sale/report/SaleRec.js

+ 4 - 1
frontend/saas-web/app/view/sale/report/SaleRec.js

@@ -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',