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