From a7549131633349d8530e8fd7ed57a55c3d39c1b4 Mon Sep 17 00:00:00 2001 From: "LAPTOP-R6EHHS26\\86155" <2217640373@qq.com> Date: Thu, 22 Feb 2024 14:22:03 +0800 Subject: [PATCH] =?UTF-8?q?2.22=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E8=B4=A8=E6=A3=80=E9=A1=B5=E9=9D=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../quality/Materialinspection/index.vue | 48 +++++++++---------- src/pages/shouye/me.vue | 2 +- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/pages/quality/Materialinspection/index.vue b/src/pages/quality/Materialinspection/index.vue index c09e2f1..9c16359 100644 --- a/src/pages/quality/Materialinspection/index.vue +++ b/src/pages/quality/Materialinspection/index.vue @@ -546,16 +546,16 @@ export default class PurchaseWHSRM extends BasePage { } } }); - this.detaillistceshi.forEach((item) => { - if (item.defectCode == null || item.defectCode == '') { - this.isvalue2 = true; - } - }); - this.detaillistceshi.forEach((item) => { - if (item.defectQuality == null || item.defectQuality == '') { - this.isvalue3 = true; - } - }); + // this.detaillistceshi.forEach((item) => { + // if (item.defectCode == null || item.defectCode == '') { + // this.isvalue2 = true; + // } + // }); + // this.detaillistceshi.forEach((item) => { + // if (item.defectQuality == null || item.defectQuality == '') { + // this.isvalue3 = true; + // } + // }); this.detaillistdefects.forEach((item) => { if (item.noOkQuality === null || item.noOkQuality === '') { this.isquality = true; @@ -570,20 +570,20 @@ export default class PurchaseWHSRM extends BasePage { }); return; } - if (this.isvalue2) { - (this.$refs.uToast as any).show({ - title: '请选择不良分类', - type: 'default', - }); - return; - } - if (this.isvalue3) { - (this.$refs.uToast as any).show({ - title: '不合格数量不能为空', - type: 'default', - }); - return; - } + // if (this.isvalue2) { + // (this.$refs.uToast as any).show({ + // title: '请选择不良分类', + // type: 'default', + // }); + // return; + // } + // if (this.isvalue3) { + // (this.$refs.uToast as any).show({ + // title: '不合格数量不能为空', + // type: 'default', + // }); + // return; + // } if (this.formdata.sampleQuality === null || this.formdata.sampleQuality === '') { (this.$refs.uToast as any).show({ title: '抽样数量不能为空', diff --git a/src/pages/shouye/me.vue b/src/pages/shouye/me.vue index 238a851..7bccec9 100644 --- a/src/pages/shouye/me.vue +++ b/src/pages/shouye/me.vue @@ -65,7 +65,7 @@ export default class RawHome extends BasePage { model = model; src: 'http://pic2.sc.chinaz.com/Files/pic/pic9/202002/hpic2119_s.jpg'; today = dayjs().format('YYYY-MM-DD dddd'); - version = '0.0.40'; + version = '0.0.41'; checkversion: any = {}; sessiondata: any = ''; onLoad() {