From c12df63ca7e33045177d8f96b16767c588bed535 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 30 Jul 2025 15:23:18 +0800 Subject: [PATCH] 2025-07-30 --- .../com_bm_routing.vue | 78 +++++++++---------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue index e71519c..ee3c6fa 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_routing.vue @@ -1398,44 +1398,44 @@ this.spForm.nodeName = data.row.nodeName this.spForm.sp = data.row.sp == null ? '' : data.row.sp }) - if (this.searchData.buNo === 'RDC') { - searchBMRoutingDetail(this.searchData).then(({data}) => { - if (data&& data.code === 0) { - if (data.rows.length > 0) { - this.dataForm = data.rows[0] - } else { - this.dataForm.site = this.searchData.site - this.dataForm.codeNo = this.searchData.codeNo - } - } else { - this.$message.error(data.msg) - } - }) - let inData = { - site: this.searchData.site, - codeNo: this.searchData.codeNo, - type: 'reviewEngineer', - } - searchTechnicalSpecificationTeamStr(inData).then(({data}) => { - this.dataForm.reviewEngineerList = data.rows - }) - let inData2 = { - site: this.searchData.site, - codeNo: this.searchData.codeNo, - type: 'cqe', - } - searchTechnicalSpecificationTeamStr(inData2).then(({data}) => { - this.dataForm.cqeList = data.rows - }) - let inData3 = { - site: this.searchData.site, - codeNo: this.searchData.codeNo, - type: 'peEngineer', - } - searchTechnicalSpecificationTeamStr(inData3).then(({data}) => { - this.dataForm.peEngineerList = data.rows - }) - } else { + // if (this.searchData.buNo === 'RDC') { + // searchBMRoutingDetail(this.searchData).then(({data}) => { + // if (data&& data.code === 0) { + // if (data.rows.length > 0) { + // this.dataForm = data.rows[0] + // } else { + // this.dataForm.site = this.searchData.site + // this.dataForm.codeNo = this.searchData.codeNo + // } + // } else { + // this.$message.error(data.msg) + // } + // }) + // let inData = { + // site: this.searchData.site, + // codeNo: this.searchData.codeNo, + // type: 'reviewEngineer', + // } + // searchTechnicalSpecificationTeamStr(inData).then(({data}) => { + // this.dataForm.reviewEngineerList = data.rows + // }) + // let inData2 = { + // site: this.searchData.site, + // codeNo: this.searchData.codeNo, + // type: 'cqe', + // } + // searchTechnicalSpecificationTeamStr(inData2).then(({data}) => { + // this.dataForm.cqeList = data.rows + // }) + // let inData3 = { + // site: this.searchData.site, + // codeNo: this.searchData.codeNo, + // type: 'peEngineer', + // } + // searchTechnicalSpecificationTeamStr(inData3).then(({data}) => { + // this.dataForm.peEngineerList = data.rows + // }) + // } else { searchBMRoute(this.searchData).then(({data}) => { if (data&& data.code === 0) { this.tableData = data.rows @@ -1453,7 +1453,7 @@ this.$message.error(data.msg) } }) - } + // } }, closeModel () {