From b8e82ce6508342a330edf9530018f57007d268d6 Mon Sep 17 00:00:00 2001 From: yuejiayang <146344614+YangLei105@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:30:04 +0800 Subject: [PATCH] =?UTF-8?q?2024.10.24=20=E6=96=87=E6=A1=A3=E6=94=B6?= =?UTF-8?q?=E9=9B=86=E7=B3=BB=E7=BB=9F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/eam/eamProjectInfo.vue | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/views/modules/eam/eamProjectInfo.vue b/src/views/modules/eam/eamProjectInfo.vue index c881746..5597641 100644 --- a/src/views/modules/eam/eamProjectInfo.vue +++ b/src/views/modules/eam/eamProjectInfo.vue @@ -336,8 +336,10 @@ MFG - - SQE + + + SQE + @@ -2420,22 +2422,17 @@ import {searchBusinessInfo7} from "../../../api/factory/site"; let conSql = '' if (val === 509 ) { strVal = this.modalData.customerNo ? this.modalData.customerNo : '' - this.$refs.baseList.init(val, strVal) } else if (val === 2006 ) { conSql = " and b.site = '" + this.$store.state.user.site + "'" - this.$refs.baseList.init(val, strVal,conSql) - this.docEngineerFlag = true } else if (val === 2007 ) { conSql = " and b.site = '" + this.$store.state.user.site + "'" - this.$refs.baseList.init(val, strVal,conSql) } else if (val === 2008 ) { conSql = " and b.site = '" + this.$store.state.user.site + "'" - this.$refs.baseList.init(val, strVal,conSql) - this.docEngineerFlag = true } + this.$refs.baseList.init(val, strVal,conSql) }) }, @@ -2448,7 +2445,6 @@ import {searchBusinessInfo7} from "../../../api/factory/site"; else if (this.tagNo === 2006) { this.modalData.cQualityEngineer4 = val.username + '-' + val.user_display this.modalData.cQualityEngineer4Name = this.modalData.cQualityEngineer4.split('-')[1] - this.docEngineerFlag = false } else if (this.tagNo === 2007) { this.modalData.cQualityEngineer5 = val.username + '-' + val.user_display @@ -2457,7 +2453,6 @@ import {searchBusinessInfo7} from "../../../api/factory/site"; else if (this.tagNo === 2008) { this.modalData.cQualityEngineer6 = val.username + '-' + val.user_display this.modalData.cQualityEngineer6Name = this.modalData.cQualityEngineer6.split('-')[1] - this.docEngineerFlag = false } },