|
|
|
@ -618,8 +618,11 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
addInfoDialog(row) {
|
|
|
|
|
|
|
|
|
|
if (row.auditStatus == 6 || row.auditStatus == 3 || row.auditStatus == 4) {
|
|
|
|
|
if(row.auditStatus == 2){
|
|
|
|
|
this.editManufacturerType = 2;
|
|
|
|
|
this.formManufacturerName = 1;
|
|
|
|
|
}
|
|
|
|
|
else if (row.auditStatus == 6 || row.auditStatus == 3 || row.auditStatus == 4) {
|
|
|
|
|
this.editManufacturerType = 2;
|
|
|
|
|
this.formManufacturerName = 2;
|
|
|
|
|
} else {
|
|
|
|
@ -678,7 +681,11 @@ export default {
|
|
|
|
|
this.showSearch3 = !this.showSearch3;
|
|
|
|
|
},
|
|
|
|
|
registrationDialog(row) {
|
|
|
|
|
if (row.auditStatus == 6 || row.auditStatus == 3 || row.auditStatus == 4) {
|
|
|
|
|
if(row.auditStatus == 2){
|
|
|
|
|
this.editProductType = 2;
|
|
|
|
|
this.formProductName = 1;
|
|
|
|
|
}
|
|
|
|
|
else if (row.auditStatus == 6 || row.auditStatus == 3 || row.auditStatus == 4) {
|
|
|
|
|
this.formProductName = 2;
|
|
|
|
|
this.editProductType = 2;
|
|
|
|
|
} else {
|
|
|
|
|