Browse Source

Merge remote-tracking branch 'origin/dev' into dev

dingyl 6 years ago
parent
commit
100e3c82fd
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',
         dataIndex: 'pd_ordercode',
         width: 150
         width: 150
     }, {
     }, {
+        text: '录入人',
+        dataIndex: 'creatorName',
+        width: 100
+    },{
+        text: '审核人',
+        dataIndex: 'pi_auditman',
+        width: 100
+    },{
         text: '备注',
         text: '备注',
         dataIndex: 'pd_remark',
         dataIndex: 'pd_remark',
         width: 250
         width: 250