Browse Source

界面字段修改

hy 7 years ago
parent
commit
61f4ee5d61

+ 1 - 1
frontend/saas-web/app/view/purchase/report/Purchase.js

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

+ 1 - 1
frontend/saas-web/app/view/sale/report/Sale.js

@@ -78,7 +78,7 @@ Ext.define('saas.view.sale.report.Sale', {
     }, {
         text: '物料编号',
         width: 150,
-        dataIndex: 'pr_code'
+        dataIndex: 'sd_prodcode'
     }, {
         text: '品牌',
         dataIndex: 'pr_brand',

+ 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',