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 }; }