diff --git a/src/pages/quality/Materialinspection/index.vue b/src/pages/quality/Materialinspection/index.vue index 17e51a9..c1bf3f5 100644 --- a/src/pages/quality/Materialinspection/index.vue +++ b/src/pages/quality/Materialinspection/index.vue @@ -593,6 +593,7 @@ export default class PurchaseWHSRM extends BasePage { cxzz: null, jgy: null, pgy: null, + attr3: null, }; isvalue = false; isvalue2 = false; @@ -1347,9 +1348,9 @@ export default class PurchaseWHSRM extends BasePage { // return; // } if (this.formdata.checkResult == 'N') { - if (this.formdata.remark === null || this.formdata.remark === '') { + if (this.formdata.attr3 === null || this.formdata.attr3 === '') { (this.$refs.uToast as any).show({ - title: '不合格描述不能为空', + title: '备注描述不能为空', type: 'default', }); return;