Browse Source

物料出入库查询新增字段

hy 6 years ago
parent
commit
a1cdab040b
1 changed files with 8 additions and 0 deletions
  1. 8 0
      frontend/saas-web/app/view/stock/report/Prodiodetail.js

+ 8 - 0
frontend/saas-web/app/view/stock/report/Prodiodetail.js

@@ -152,6 +152,14 @@ Ext.define('saas.view.stock.report.Prodiodetail', {
         dataIndex: 'pd_ordercode',
         width: 150
     }, {
+        text: '录入人',
+        dataIndex: 'creatorName',
+        width: 100
+    },{
+        text: '审核人',
+        dataIndex: 'pi_auditman',
+        width: 100
+    },{
         text: '备注',
         dataIndex: 'pd_remark',
         width: 250