From 4efda6f8429440dbfd93543edce8e8683a892d41 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Fri, 10 Feb 2023 16:47:36 +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=89=E6=A0=A1=E9=AA=8C?= 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 | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue index e33af78..775458c 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.30'; + this.Version = '1.1.31'; } 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 8911e4a..e4d7798 100644 --- a/src/pages/raw/warehouse/RUS-rowScrap/index.vue +++ b/src/pages/raw/warehouse/RUS-rowScrap/index.vue @@ -335,6 +335,10 @@ 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) {