hdsmesin-51 feat 成品入库选择库位

master
suiwei 2 years ago
parent 719675c6ca
commit bf34271115

@ -75,6 +75,7 @@ export class PickingModule extends VuexModule {
const returningTypeList = res.data.map((item: any) => ({
label: item.locationCode,
value: item.locationCode + '(' + item.sendSpot + ')',
areaCode: item.areaCode,
}));
const firstLocation = returningTypeList[0];
return { returningTypeList, firstLocation };

Loading…
Cancel
Save