diff --git a/src/pages/quality/Materialinspection/index.vue b/src/pages/quality/Materialinspection/index.vue index 32e4753..758fa2f 100644 --- a/src/pages/quality/Materialinspection/index.vue +++ b/src/pages/quality/Materialinspection/index.vue @@ -521,20 +521,20 @@ 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(); - // } 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(); + } else { + (this.$refs.uToast as any).show({ + title: '失败', + type: 'default', + }); + } //await this.model.OnSubmit(this.form3.barCodewl); } confirmselect(e) { diff --git a/src/pages/shouye/me.vue b/src/pages/shouye/me.vue index 0cce14a..26f8463 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.25'; + version = '0.0.26'; checkversion: any = {}; sessiondata: any = ''; onLoad() {