From 6b0011909dc2dd5b7935e8ccf42b53c97bdd55ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=B8=87=E9=87=8C?= <1726150332@qq.com> Date: Tue, 18 Nov 2025 16:28:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B4=A8=E9=87=8F=E4=B8=8D?= =?UTF-8?q?=E5=90=88=E6=A0=BC=E9=80=89=E6=8B=A9=E5=A4=87=E6=B3=A8=E9=AA=8C?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/quality/Materialinspection/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;