Browse Source

出入库明细 物料顺序调整

hy 7 years ago
parent
commit
c76fb47745
1 changed files with 1 additions and 4 deletions
  1. 1 4
      frontend/saas-web/app/view/stock/report/Prodiodetail.js

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

@@ -133,10 +133,7 @@ Ext.define('saas.view.stock.report.Prodiodetail', {
             var format = '0,000.' + xr.join('');
             return Ext.util.Format.number(v, format);
         }
-    }, {
-        text: '物料类型',
-        dataIndex: 'pr_kind'
-    }, {
+    },  {
         text: '仓库',
         dataIndex: 'pd_whname',
         width: 150