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() {