cosmoim-852 fix 泰国备件发货增加库位

master
guoshuang 2 years ago
parent 08d8fa4b22
commit 708a1848e7

@ -173,7 +173,7 @@ export default class LoginPage extends BasePage {
// //
this.Version = '1.1.41'; this.Version = '1.1.41';
} else { } else {
this.Version = '1.0.55'; this.Version = '1.0.56';
} }
console.log('////', this.Version); console.log('////', this.Version);
} }

@ -43,6 +43,7 @@ export class ReturnModule extends VuexModule {
label: item.locationCode, label: item.locationCode,
value: item.locationCode + '(' + item.sendSpot + ')', value: item.locationCode + '(' + item.sendSpot + ')',
})); }));
wlcodeList.push({ label: 'SP09', value: 'SP09(SP09)' });
return { wlcodeList }; return { wlcodeList };
} }

Loading…
Cancel
Save