|
|
@ -589,6 +589,8 @@ export default {
|
|
|
|
this.certLoading = true;
|
|
|
|
this.certLoading = true;
|
|
|
|
this.certQuery.companyIdFk = this.curProductQuery.companyIdFk;
|
|
|
|
this.certQuery.companyIdFk = this.curProductQuery.companyIdFk;
|
|
|
|
this.certQuery.type=4;
|
|
|
|
this.certQuery.type=4;
|
|
|
|
|
|
|
|
this.certQuery.customerId = this.curProductQuery.erpId;
|
|
|
|
|
|
|
|
|
|
|
|
// this.certQuery.manufacturerIdFk = this.inputQuery.manufacturerIdFk;
|
|
|
|
// this.certQuery.manufacturerIdFk = this.inputQuery.manufacturerIdFk;
|
|
|
|
// this.certQuery.productIdFk = this.inputQuery.productId;
|
|
|
|
// this.certQuery.productIdFk = this.inputQuery.productId;
|
|
|
|
filterCompanyCert(this.certQuery)
|
|
|
|
filterCompanyCert(this.certQuery)
|
|
|
|