From 67a3da2552253365c2e6290ecbeb27bc3482b9cc Mon Sep 17 00:00:00 2001 From: ruanqi Date: Mon, 3 Mar 2025 17:12:26 +0800 Subject: [PATCH] plm BMM --- src/views/modules/tooling/toolingInfo.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/modules/tooling/toolingInfo.vue b/src/views/modules/tooling/toolingInfo.vue index 2a13aa7..d0895c2 100644 --- a/src/views/modules/tooling/toolingInfo.vue +++ b/src/views/modules/tooling/toolingInfo.vue @@ -127,15 +127,15 @@ - 报价员 + 报价专员 - TP + TP - 采购员 + 采购专员 @@ -603,17 +603,17 @@ this.tagNo1 = type this.$nextTick(() => { let strVal = '' - if (val === 103) { - if(type==1) { + + if(val==2001) { strVal = this.dataForm.quoter } - if(type==2) { + if(val==2042) { strVal = this.dataForm.tp } - if(type==3) { + if(val==2000) { strVal = this.dataForm.purchaser } - } + this.$refs.baseList.init(val, strVal) }) }, @@ -772,7 +772,7 @@ return false; } if(this.dataForm.purchaser===''||this.dataForm.purchaser==null){ - this.$alert('未选择采购员!', '错误', { + this.$alert('未选择采购专员!', '错误', { confirmButtonText: '确定' }) return false;