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