|
|
|
@ -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){
|
|
|
|
|