浏览代码

物料出入库查询新增字段

hy 7 年之前
父节点
当前提交
a1cdab040b
共有 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