From 91c617b718d2a679b53af62f387e1dc1c5157b99 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Mon, 13 Feb 2023 15:54:12 +0800 Subject: [PATCH] =?UTF-8?q?cosmoim-852=20fix=20=E5=8E=9F=E6=9D=90=E6=96=99?= =?UTF-8?q?=E6=8A=A5=E5=BA=9F=E6=88=90=E6=9C=AC=E4=B8=AD=E5=BF=83=E5=BF=85?= =?UTF-8?q?=E9=80=89bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/login/index.vue | 2 +- src/pages/raw/warehouse/RUS-rowScrap/index.vue | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue index 775458c..77f7afc 100644 --- a/src/pages/login/login/index.vue +++ b/src/pages/login/login/index.vue @@ -171,7 +171,7 @@ export default class LoginPage extends BasePage { console.log('......', server.serverAddress); if (server.serverAddress.includes('https://eurmom.haier.net')) { //修改俄罗斯版本号 - this.Version = '1.1.31'; + this.Version = '1.1.32'; } else { this.Version = '1.0.49'; } diff --git a/src/pages/raw/warehouse/RUS-rowScrap/index.vue b/src/pages/raw/warehouse/RUS-rowScrap/index.vue index e4d7798..1fb1118 100644 --- a/src/pages/raw/warehouse/RUS-rowScrap/index.vue +++ b/src/pages/raw/warehouse/RUS-rowScrap/index.vue @@ -232,6 +232,10 @@ export default class KanDanHandOver extends BasePage { this.customToast(this.$t('message.Warehouse_Tip5') as string); return; } + if (!this.centerlist.value) { + this.customToast(this.$t('message.Pleasecenter') as string); + return; + } if (this.Some.fileNo == '' || this.Some.fileNo == null || this.Some.fileNo == undefined) { this.customToast(this.$t('message.fileNumber') as string); return; @@ -335,10 +339,6 @@ export default class KanDanHandOver extends BasePage { this.customToast(this.$t('message.Pi_NoData') as string); return; } - if (!this.centerlist.value) { - this.customToast(this.$t('message.Pleasecenter') as string); - return; - } let isTrue = true; this.model.orderInInfoList.forEach((item: any) => { if (item.totalqty != 0) { @@ -359,7 +359,7 @@ export default class KanDanHandOver extends BasePage { image: '/static/icons/icon-51.png', }); this.Some = {}; - this.Some.fileNo = ' '; + this.Some.fileNo = ''; this.wl = {}; this.MaterialList = []; this.qty = 0;