|
|
@ -691,7 +691,7 @@ export default {
|
|
|
|
let query = {
|
|
|
|
let query = {
|
|
|
|
productId: this.inputQuery.productId,
|
|
|
|
productId: this.inputQuery.productId,
|
|
|
|
relIdFk: val,
|
|
|
|
relIdFk: val,
|
|
|
|
manufacturerId: this.inputQuery.manufacturerIdFk,
|
|
|
|
manufacturerId: this.inputQuery.manufacturerId,
|
|
|
|
customerId: this.inputQuery.customerId,
|
|
|
|
customerId: this.inputQuery.customerId,
|
|
|
|
companyName: this.inputQuery.companyName,
|
|
|
|
companyName: this.inputQuery.companyName,
|
|
|
|
auditStatus: this.inputQuery.auditStatus
|
|
|
|
auditStatus: this.inputQuery.auditStatus
|
|
|
@ -701,6 +701,7 @@ export default {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|
if (response.code === 20000) {
|
|
|
|
if (response.code === 20000) {
|
|
|
|
this.inputQuery = response.data;
|
|
|
|
this.inputQuery = response.data;
|
|
|
|
|
|
|
|
this.inputQuery.manufacturerId=this.inputQuery.manufacturerIdFk
|
|
|
|
this.selectSingleProductVisible = false;
|
|
|
|
this.selectSingleProductVisible = false;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.$message.error(response.message);
|
|
|
|
this.$message.error(response.message);
|
|
|
|