|
|
|
@ -76,7 +76,7 @@
|
|
|
|
|
<el-col :span="10" class="el-col">
|
|
|
|
|
<el-form-item label="所属生产企业:" prop="manufacturerIdFk">
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="inputQuery.companyName"
|
|
|
|
|
v-model="inputQuery.manufacturerIdFk"
|
|
|
|
|
filterable
|
|
|
|
|
remote
|
|
|
|
|
clearable="true"
|
|
|
|
@ -710,7 +710,7 @@ export default {
|
|
|
|
|
this.inputQuery = response.data;
|
|
|
|
|
this.inputQuery.manufacturerId=this.inputQuery.manufacturerIdFk
|
|
|
|
|
this.selectSingleProductVisible = false;
|
|
|
|
|
this.inputQuery.recordCode = val.zczbhhzbapzbh
|
|
|
|
|
this.inputQuery.recordCode = val.zczbhhzbapzbh//把注册证号覆盖掉
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|
}
|
|
|
|
|