From 423639c098dc2210f33720559414fc96c1ced387 Mon Sep 17 00:00:00 2001 From: "LAPTOP-R6EHHS26\\86155" <2217640373@qq.com> Date: Fri, 2 Feb 2024 09:34:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B4=A8=E9=87=8F=E6=A3=80?= =?UTF-8?q?=E9=AA=8C=E9=A1=B5=E9=9D=A2=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../quality/Materialinspection/index.vue | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/pages/quality/Materialinspection/index.vue b/src/pages/quality/Materialinspection/index.vue index 75e555a..44bd346 100644 --- a/src/pages/quality/Materialinspection/index.vue +++ b/src/pages/quality/Materialinspection/index.vue @@ -99,7 +99,7 @@
- +
@@ -602,21 +602,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;