From d203834751ec51627171758c9c83700d13f1e883 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Fri, 27 Sep 2024 15:12:40 +0800 Subject: [PATCH] =?UTF-8?q?plm=20=E5=B7=A5=E5=85=B7=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/tool/toolApply.js | 1 + src/views/modules/tooling/searchToolApply.vue | 180 +++++++++++++++--- src/views/modules/tooling/toolingInfo.vue | 73 +++---- 3 files changed, 193 insertions(+), 61 deletions(-) diff --git a/src/api/tool/toolApply.js b/src/api/tool/toolApply.js index 17f46a1..92ec27d 100644 --- a/src/api/tool/toolApply.js +++ b/src/api/tool/toolApply.js @@ -21,3 +21,4 @@ export const cancelProjectToolApply = data => createAPI(`/plm/projectToolingAppl export const saveProjectHeaderMessage = data => createAPI(`/plm/projectToolingApplication/saveProjectHeaderMessage`,'post',data) +export const editToolApplication= data => createAPI(`/plm/projectToolingApplication/editToolApplication`,'post',data) diff --git a/src/views/modules/tooling/searchToolApply.vue b/src/views/modules/tooling/searchToolApply.vue index 23cc910..72545b1 100644 --- a/src/views/modules/tooling/searchToolApply.vue +++ b/src/views/modules/tooling/searchToolApply.vue @@ -1,8 +1,8 @@ @@ -279,42 +280,42 @@ fixed: '', columnWidth: 100 }, - { - userId: this.$store.state.user.name, - functionId: 106001001, - serialNumber: '106001001Table1BuNo', - tableId: "106001001Table1", - tableName: "项目信息主表", - columnProp: "buNo", - headerAlign: "center", - align: "left", - columnLabel: "BU编码", - columnHidden: false, - columnImage: false, - columnSortable: false, - sortLv: 0, - status: true, - fixed: '', - columnWidth: 100 - }, - { - userId: this.$store.state.user.name, - functionId: 106001001, - serialNumber: '106001001Table1BuDesc', - tableId: "106001001Table1", - tableName: "项目信息主表", - columnProp: "buDesc", - headerAlign: "center", - align: "left", - columnLabel: "BU名称", - columnHidden: false, - columnImage: false, - columnSortable: false, - sortLv: 0, - status: true, - fixed: '', - columnWidth: 100 - }, + // { + // userId: this.$store.state.user.name, + // functionId: 106001001, + // serialNumber: '106001001Table1BuNo', + // tableId: "106001001Table1", + // tableName: "项目信息主表", + // columnProp: "buNo", + // headerAlign: "center", + // align: "left", + // columnLabel: "BU编码", + // columnHidden: false, + // columnImage: false, + // columnSortable: false, + // sortLv: 0, + // status: true, + // fixed: '', + // columnWidth: 100 + // }, + // { + // userId: this.$store.state.user.name, + // functionId: 106001001, + // serialNumber: '106001001Table1BuDesc', + // tableId: "106001001Table1", + // tableName: "项目信息主表", + // columnProp: "buDesc", + // headerAlign: "center", + // align: "left", + // columnLabel: "BU名称", + // columnHidden: false, + // columnImage: false, + // columnSortable: false, + // sortLv: 0, + // status: true, + // fixed: '', + // columnWidth: 100 + // }, { userId: this.$store.state.user.name, functionId: 106001001,