Browse Source

销售出货单物料名称

zhuth 7 years ago
parent
commit
bdaac0c326
1 changed files with 4 additions and 0 deletions
  1. 4 0
      frontend/saas-web/app/view/sale/saleOut/QueryPanel.js

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

@@ -172,6 +172,10 @@ Ext.define('saas.view.sale.saleout.QueryPanel', {
             text: '物料编号',
             dataIndex: 'pd_prodcode',
             width: 150
+        }, {
+            text: '物料名称',
+            dataIndex: 'pr_detail',
+            width: 150
         }, {
             text: '出货数量',
             dataIndex: 'pd_outqty',