From 80e3ceff5ebdbd7a5352086508d240a6be7ec7dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Fri, 14 Apr 2023 10:16:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E8=B4=A8=E6=89=93=E5=8D=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/purchase/cert/supCertSearch.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/purchase/cert/supCertSearch.vue b/src/views/purchase/cert/supCertSearch.vue index 20322b7..3987124 100644 --- a/src/views/purchase/cert/supCertSearch.vue +++ b/src/views/purchase/cert/supCertSearch.vue @@ -629,9 +629,11 @@ export default { this.loading = true; verifyTemplateFile(query).then((res) => { if (res.code === 20000) { + debugger //查询全部详情id var supCertQuery={ customerId:row.customerId, + manufacturerIdFk:row.manufacturerId, type:2 }; filterCompanyCertIdList(supCertQuery).then((req) => { @@ -669,11 +671,14 @@ export default { let query = {id: 3}; this.loading = true; verifyTemplateFile(query).then((res) => { + debugger if (res.code === 20000) { //查询全部详情id var supCertQuery={ customerId:row.customerId, - type:2 + manufacturerIdFk:row.manufacturerIdFk, + productIdFk:row.productId, + type:3 }; filterCompanyCertIdList(supCertQuery).then((req) => { if(req.code===20000){