Parcourir la source

物料出入库明细查询-物料编号、品牌、型号无数据问题-前台

rainco il y a 7 ans
Parent
commit
644a1d3b7d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      frontend/saas-web/app/view/stock/report/Prodiodetail.js

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

@@ -76,7 +76,7 @@ Ext.define('saas.view.stock.report.Prodiodetail', {
     }, {
         text: '物料编号',
         width: 150,
-        dataIndex: 'pr_code'
+        dataIndex: 'pd_prodcode'
     }, {
         text: '品牌',
         dataIndex: 'pr_brand',