|
|
|
@ -487,8 +487,11 @@ export default {
|
|
|
|
|
this.inputQuery.companyIdFk=row.companyIdFk;
|
|
|
|
|
console.log("编辑"+this.inputQuery);
|
|
|
|
|
} else {
|
|
|
|
|
this.editTye = 1;
|
|
|
|
|
this.inputQuery=this.list;
|
|
|
|
|
this.inputQuery.companyIdFk=this.curProductQuery.companyIdFk;
|
|
|
|
|
this.inputQuery.customerId=this.curProductQuery.erpId;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
this.addCertVisible = true;
|
|
|
|
|
},
|
|
|
|
@ -680,10 +683,10 @@ export default {
|
|
|
|
|
if (this.editType == 0) {
|
|
|
|
|
// this.inputQuery.productId = getUUID("");
|
|
|
|
|
this.inputQuery.companyIdFk = this.list.companyIdFk;
|
|
|
|
|
|
|
|
|
|
this.inputQuery.customerId=this.curProductQuery.erpId;
|
|
|
|
|
} else {
|
|
|
|
|
this.getCompanyCertList();
|
|
|
|
|
|
|
|
|
|
this.pmQuery.customerId = this.curProductQuery.erpId;
|
|
|
|
|
this.pmQuery.companyIdFk = this.curProductQuery.companyIdFk;
|
|
|
|
|
console.log("2"+ this.list.companyIdFk);
|
|
|
|
|
}
|
|
|
|
|