Explorar o código

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

rainco %!s(int64=7) %!d(string=hai) anos
pai
achega
ba37584715
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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',