Browse Source

【BUG-界面标准化】【物料库存金额表】【新增物料类型-rc_prodKind】【前端修改】

rainco 7 years ago
parent
commit
0bdbf50e29
1 changed files with 4 additions and 0 deletions
  1. 4 0
      frontend/saas-web/app/view/stock/report/DataList.js

+ 4 - 0
frontend/saas-web/app/view/stock/report/DataList.js

@@ -66,6 +66,10 @@ Ext.define('saas.view.stock.report.DataList', {
         text: '规格',
         dataIndex: 'rc_prodSpec',
         width: 200
+    }, {
+        text: '物料类型',
+        dataIndex: 'rc_prodKind',
+        width: 200
     }, {
         text: "仓库",
         dataIndex: "rc_whName",