From 708a1848e7d7d396faeecc9982af3c84077b3b05 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Wed, 26 Jul 2023 18:37:23 +0800 Subject: [PATCH] =?UTF-8?q?cosmoim-852=20fix=20=E6=B3=B0=E5=9B=BD=E5=A4=87?= =?UTF-8?q?=E4=BB=B6=E5=8F=91=E8=B4=A7=E5=A2=9E=E5=8A=A0=E5=BA=93=E4=BD=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/product/outbound/SpareDeliverGoods/model.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue index 66146fb..34186c4 100644 --- a/src/pages/login/login/index.vue +++ b/src/pages/login/login/index.vue @@ -173,7 +173,7 @@ export default class LoginPage extends BasePage { //修改俄罗斯版本号 this.Version = '1.1.41'; } else { - this.Version = '1.0.55'; + this.Version = '1.0.56'; } console.log('////', this.Version); } diff --git a/src/pages/product/outbound/SpareDeliverGoods/model.ts b/src/pages/product/outbound/SpareDeliverGoods/model.ts index 231082e..1383f07 100644 --- a/src/pages/product/outbound/SpareDeliverGoods/model.ts +++ b/src/pages/product/outbound/SpareDeliverGoods/model.ts @@ -43,6 +43,7 @@ export class ReturnModule extends VuexModule { label: item.locationCode, value: item.locationCode + '(' + item.sendSpot + ')', })); + wlcodeList.push({ label: 'SP09', value: 'SP09(SP09)' }); return { wlcodeList }; }