From 3a64b424718248dcf7575c351bdf09df729165db Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 21 Aug 2026 16:58:40 +0800 Subject: [PATCH] =?UTF-8?q?2026-08-21=20=E6=8A=80=E6=9C=AF=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=8D=A1=E4=B8=AD=EF=BC=8CDBE=E5=8A=A0=E4=B8=8A?= =?UTF-8?q?=E2=80=9C=E8=B4=A8=E9=87=8F=E5=B7=A5=E7=A8=8B=E5=B8=88/CQE?= =?UTF-8?q?=E2=80=9D=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com_tsd_basicInformation.vue | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue index 663b603..d0ad7ad 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue @@ -1053,7 +1053,7 @@ - +
设计制图人员/Artwork @@ -1062,6 +1062,15 @@
+ +
+ + 质量工程师/CQE + 质量工程师/CQE + + +
+
@@ -1871,7 +1880,7 @@ searchTechnicalSpecificationTeamStr(inData3).then(({data}) => { this.dataForm.technicianList = data.rows }) - if (this.searchData.buNo === 'RDC') { + if (this.isQualityEngineerEnabledBu()) { let inData7 = { site: this.dataForm.site, codeNo: this.dataForm.codeNo, @@ -1988,7 +1997,7 @@ searchTechnicalSpecificationTeamStr(inData3).then(({data}) => { this.dataForm.technicianList = data.rows }) - if (this.searchData.buNo === 'RDC') { + if (this.isQualityEngineerEnabledBu()) { let inData7 = { site: this.dataForm.site, codeNo: this.dataForm.codeNo, @@ -2273,6 +2282,10 @@ }) }, + isQualityEngineerEnabledBu () { + return this.searchData.buNo === 'RDC' || this.searchData.buNo === 'DBE' + }, + // 同意提交 agreeSubmit () { this.$confirm(`是否确认提交?`, '提示', {