From a9f6d8819e8eeb0737f9bec568cea8f2b0cb5866 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Sat, 31 May 2025 17:40:51 +0800 Subject: [PATCH] =?UTF-8?q?2025-05-31=20=E5=88=80=E5=85=B7=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E8=AE=B0=E5=BD=95=20=E4=BF=9D=E5=AD=98=E3=80=81?= =?UTF-8?q?=E5=90=8C=E6=84=8F=E3=80=81=E9=A9=B3=E5=9B=9E=E7=9A=84=E6=9D=83?= =?UTF-8?q?=E9=99=90=E6=B2=A1=E7=94=9F=E6=95=88=20-=20=E4=B8=8EECN?= =?UTF-8?q?=E7=9A=84=E5=88=A4=E6=96=AD=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/tooling/searchToolApply.vue | 30 ++++++++++++------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/src/views/modules/tooling/searchToolApply.vue b/src/views/modules/tooling/searchToolApply.vue index 7e63845..7998aa8 100644 --- a/src/views/modules/tooling/searchToolApply.vue +++ b/src/views/modules/tooling/searchToolApply.vue @@ -533,17 +533,21 @@ {{ '取消' }} - 保存 - 同意 - 驳回 + + + + + + - + @@ -718,7 +722,8 @@ export default { totalCost: '', menuId: this.$route.meta.menuId, userName: this.$store.state.user.name, - nodeId: '' + nodeId: '', + sp: '' }, valueNull: '******', modelData: { @@ -1441,7 +1446,7 @@ export default { rejectOpinion: '', submitModalFlag: false, processField: '', - + sp: this.$store.state.user.name, } }, watch: { @@ -1693,6 +1698,8 @@ export default { this.detailList = [] } }, + + // 审批 editModal(row) { this.getNodeAuthority(row) this.dataForm = { @@ -1718,7 +1725,8 @@ export default { totalCost: row.totalCost, menuId: this.$route.meta.menuId, userName: this.$store.state.user.name, - nodeId: row.nodeId + nodeId: row.nodeId, + sp: row.sp } this.openModelMessage() searchProjectToolApplyDetail({