Explorar el Código

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

dingyl hace 7 años
padre
commit
100e3c82fd
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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