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;