소스 검색

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

dingyl 6 년 전
부모
커밋
100e3c82fd
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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