소스 검색

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

rainco 7 년 전
부모
커밋
5cc663fd29
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: '成本单价(元)',