From 2585456cfdfc85b11ad1b5811fb210763ccd8716 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 13 Apr 2026 13:53:22 +0800 Subject: [PATCH] =?UTF-8?q?2026-04-13=20=E5=B7=A5=E5=85=B7=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E6=97=B6=E5=A2=9E=E5=8A=A0=E2=80=9CCS=E2=80=9D?= =?UTF-8?q?=E5=92=8C=E2=80=9C=E8=B4=B9=E7=94=A8=E6=8A=B5=E6=B6=88=E2=80=9D?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/tooling/toolingInfo.vue | 60 +++++++++++++++++------ 1 file changed, 44 insertions(+), 16 deletions(-) diff --git a/src/views/modules/tooling/toolingInfo.vue b/src/views/modules/tooling/toolingInfo.vue index 0c70063..80c3358 100644 --- a/src/views/modules/tooling/toolingInfo.vue +++ b/src/views/modules/tooling/toolingInfo.vue @@ -328,6 +328,9 @@ export default { purchaser: '', totalCost:'', purchaserName: '', + cs: '', + csName: '', + offsetOfExpenses: '', detailList:[], }, } @@ -437,6 +440,13 @@ export default { this.$triggerInputEvent(this.$refs.purchaserName); }); } + if(this.tagNo === 2051) { + this.dataForm.cs = val.username + this.dataForm.csName = val.user_display + this.$nextTick(() => { + this.$triggerInputEvent(this.$refs.csName); + }); + } }, changeSum(row){ if (row.standardCost < 0 || row.standardCost == null || row.standardCost == '') { @@ -555,6 +565,9 @@ export default { purchaser: '', totalCost: '', purchaserName: '', + cs: '', + csName: '', + offsetOfExpenses: '', detailList: [], } this.visible = true @@ -710,28 +723,28 @@ export default { - + - + - + - + - + - + - + + + 报价专员 - + - + TP - + - + 采购专员 - + - + + + CS + + + + + + + + + 跳转至申请记录 + + - + - - + +