From bb3df420d5f23ba4817cf983b7ce160c2a29b282 Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Fri, 15 Jul 2022 14:57:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=85=B7=E6=9B=B4=E6=96=B0=202022-07-?= =?UTF-8?q?15=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/knifemold/tool-oi-record.vue | 27 +- .../purchaseorder/purchaseRequisition.vue | 30 ++ src/views/modules/warehouse/location.vue | 418 +++++++++--------- static/config/index-prod.js | 2 +- 4 files changed, 258 insertions(+), 219 deletions(-) diff --git a/src/views/modules/knifemold/tool-oi-record.vue b/src/views/modules/knifemold/tool-oi-record.vue index 0850e6c..957b313 100644 --- a/src/views/modules/knifemold/tool-oi-record.vue +++ b/src/views/modules/knifemold/tool-oi-record.vue @@ -30,10 +30,10 @@ - + - + @@ -164,8 +164,8 @@ toolDescription: '', startDate: '', endDate: '', - transNo:'', - transType:'' + transNo: '', + transType: '' }, pageIndex: 1, pageSize: 100, @@ -332,6 +332,23 @@ fixed: '', columnWidth: 80, }, + { + userId: this.$store.state.user.name, + serialNumber: 'toolOIRecordRemark', + tableId: "toolOIRecord", + tableName: "toolOIRecord", + columnProp: "remark", + headerAlign: "center", + align: "left", + columnLabel: "备注", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 160, + }, { userId: this.$store.state.user.name, serialNumber: 'toolOIRecordUserId', @@ -596,7 +613,7 @@ // --------- 导出 end ---------- }, created() { - this.getTableUserColumn() + // this.getTableUserColumn() this.getFunctionButtonList() } } diff --git a/src/views/modules/purchaseorder/purchaseRequisition.vue b/src/views/modules/purchaseorder/purchaseRequisition.vue index 97b19e0..7ec7829 100644 --- a/src/views/modules/purchaseorder/purchaseRequisition.vue +++ b/src/views/modules/purchaseorder/purchaseRequisition.vue @@ -718,6 +718,36 @@ status: true, fixed: false }, + { + userId: this.$store.state.user.name, + tableId: this.$route.meta.menuId + 'PR02', + tableName: "reviewDetails", + columnProp: "userName", + headerAlign: "center", + align: "center", + columnLabel: "步骤审批人", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: false + }, + { + userId: this.$store.state.user.name, + tableId: this.$route.meta.menuId + 'PR02', + tableName: "reviewDetails", + columnProp: "actAuthorizeDate", + headerAlign: "center", + align: "center", + columnLabel: "审批时间", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: false + }, { userId: this.$store.state.user.name, tableId: this.$route.meta.menuId + 'PR02', diff --git a/src/views/modules/warehouse/location.vue b/src/views/modules/warehouse/location.vue index 09079ca..f8aa807 100644 --- a/src/views/modules/warehouse/location.vue +++ b/src/views/modules/warehouse/location.vue @@ -1,44 +1,13 @@ -