Эх сурвалжийг харах

【BUG-界面标准化】【采购验退列表、销售退货列表】【规格后新增仓库字段】

rainco 7 жил өмнө
parent
commit
672b6f15fb

+ 5 - 1
frontend/saas-web/app/view/purchase/purchaseIn/QueryPanel.js

@@ -192,7 +192,11 @@ Ext.define('saas.view.purchase.purchaseIn.QueryPanel', {
             text: '规格',
             dataIndex: 'pr_spec',
             width: 200
-        },{
+        }, {
+            text: '仓库',
+            dataIndex: 'pd_whname',
+            width: 150
+        }, {
             text: '验收数量',
             dataIndex: 'pd_inqty',
             xtype:'numbercolumn',

+ 4 - 0
frontend/saas-web/app/view/sale/saleIn/QueryPanel.js

@@ -200,6 +200,10 @@ Ext.define('saas.view.sale.saleIn.QueryPanel', {
             text: '规格',
             dataIndex: 'pr_spec',
             width: 200
+        }, {
+            text: '仓库',
+            dataIndex: 'pd_whname',
+            width: 150
         },{
             text: '退货数量',
             dataIndex: 'pd_inqty',