Browse Source

物料出入库明细表-新增仓库字段

rainco 7 years ago
parent
commit
892291b505
1 changed files with 3 additions and 5 deletions
  1. 3 5
      frontend/saas-web/app/view/stock/report/Prodiodetail.js

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

@@ -50,8 +50,6 @@ Ext.define('saas.view.stock.report.Prodiodetail', {
         fieldLabel: '单据日期',
         columnWidth: 0.4
     }],
-  //  单号	单据类型	客户/供应商编号	客户/供应商名称	单据日期	序号	
-  //物料类型	物料编号	物料名称	物料规格	单位	入库数量	出库数量	成本单价	备注
     reportColumns: [{
         text: 'id',
         dataIndex: 'id',
@@ -97,9 +95,9 @@ Ext.define('saas.view.stock.report.Prodiodetail', {
         dataIndex: 'pr_spec',
         width: 150
     }, {
-        text: '单位',
-        dataIndex: 'pr_unit',
-        width: 80
+        text: '仓库',
+        dataIndex: 'pd_whname',
+        width: 150
     }, {
         text: '入库数量',
         xtype: 'numbercolumn',