Browse Source

【反馈编号:2018120372】【BUG】【物料出入库明细表查询,字段单位未赋值】【物料出入库明细,单位改成:pr_unit】

rainco 7 years ago
parent
commit
5cc663fd29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/stock/report/Prodiodetail.js

+ 1 - 1
frontend/saas-web/app/view/stock/report/Prodiodetail.js

@@ -114,7 +114,7 @@ Ext.define('saas.view.stock.report.Prodiodetail', {
         }
     }, {
         text: '单位',
-        dataIndex: 'pd_unit',
+        dataIndex: 'pr_unit',
         width: 65
     }, {
         text: '成本单价(元)',