|
|
|
@ -226,7 +226,7 @@
|
|
|
|
|
type="text"
|
|
|
|
|
size="small"
|
|
|
|
|
@click.native="addCert(scope.row)"
|
|
|
|
|
v-if="scope.row.auditStatus == 0 || scope.row.auditStatus == 2|| scope.row.auditStatus == 6"
|
|
|
|
|
|
|
|
|
|
>编辑
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
@ -358,7 +358,7 @@ export default {
|
|
|
|
|
classesDisplay: false,
|
|
|
|
|
selectedOptions: [],
|
|
|
|
|
selectedOptions2: [],
|
|
|
|
|
options: regionDataPlus,
|
|
|
|
|
options: regionData,
|
|
|
|
|
rules: {
|
|
|
|
|
|
|
|
|
|
customerId: [
|
|
|
|
@ -478,7 +478,10 @@ export default {
|
|
|
|
|
} else {
|
|
|
|
|
this.certQuery.customerId = this.inputQuery.customerId;
|
|
|
|
|
this.selectedOptions = this.inputQuery.placeAreaCode.split(",");
|
|
|
|
|
this.selectedOptions2 = this.inputQuery.productionAreaCode.split(",");
|
|
|
|
|
if(this.inputQuery.productionAreaCode!="" && this.inputQuery.productionAreaCode!=null && this.inputQuery.productionAreaCode!=undefined){
|
|
|
|
|
this.selectedOptions2 = this.inputQuery.productionAreaCode.split(",");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
this.certQuery.manufacturerIdFk = this.inputQuery.manufacturerId;
|
|
|
|
|