From 709cc5bd832370d47fd9bd65e2d463cdb7e0d9fa Mon Sep 17 00:00:00 2001 From: guoshuang Date: Fri, 2 Feb 2024 11:26:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E8=B4=A8=E6=A3=80=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../quality/Materialinspection/index.vue | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/pages/quality/Materialinspection/index.vue b/src/pages/quality/Materialinspection/index.vue index 0e45092..ac819ac 100644 --- a/src/pages/quality/Materialinspection/index.vue +++ b/src/pages/quality/Materialinspection/index.vue @@ -542,14 +542,14 @@ export default class PurchaseWHSRM extends BasePage { }); return; } - if (this.isvalue) { + if (this.isvalue2) { (this.$refs.uToast as any).show({ title: '请选择不良分类', type: 'default', }); return; } - if (this.isvalue) { + if (this.isvalue3) { (this.$refs.uToast as any).show({ title: '不合格数量不能为空', type: 'default', @@ -604,21 +604,21 @@ export default class PurchaseWHSRM extends BasePage { incomeBatchNo: incomeBatchNo, }; console.log(query); - await this.model.commitCheckTaskList(query); - if (this.model.SubmitCode.code == '200') { - (this.$refs.uToast as any).show({ - title: '成功', - type: 'default', - }); - this.show = false; - this.getlist(); - this.clear(); - } else { - (this.$refs.uToast as any).show({ - title: '失败', - type: 'default', - }); - } + // await this.model.commitCheckTaskList(query); + // if (this.model.SubmitCode.code == '200') { + // (this.$refs.uToast as any).show({ + // title: '成功', + // type: 'default', + // }); + // this.show = false; + // this.getlist(); + // this.clear(); + // } else { + // (this.$refs.uToast as any).show({ + // title: '失败', + // type: 'default', + // }); + // } } clear() { this.formdata.sampleQuality = null;