|
|
|
@ -424,6 +424,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
loading: false,
|
|
|
|
|
classesDisplay: false,
|
|
|
|
|
cuStatus:0,
|
|
|
|
|
selectedOptions: [],
|
|
|
|
|
selectedOptions2: [],
|
|
|
|
|
options: regionDataPlus,
|
|
|
|
@ -543,6 +544,7 @@ export default {
|
|
|
|
|
this.pmQuery.customerId = this.inputQuery.customerId;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
this.cuStatus=this.inputQuery.cuStatus;
|
|
|
|
|
this.manufacturerId = this.inputQuery.manufacturerIdFk
|
|
|
|
|
this.productId = this.inputQuery.productId
|
|
|
|
|
this.findMethod();
|
|
|
|
@ -555,6 +557,12 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
onModifySubmit(val) {
|
|
|
|
|
if(val!=0){
|
|
|
|
|
if(this.cuStatus!=1){
|
|
|
|
|
this.$message.error("生产企业未通过审核不能提交!");
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
this.$refs['inputQuery'].validate(valid => {
|
|
|
|
|
if (valid) {
|
|
|
|
|