|
|
@ -54,7 +54,7 @@ export class PickingModule extends VuexModule {
|
|
|
|
console.log("data", data.data);
|
|
|
|
console.log("data", data.data);
|
|
|
|
const returningTypeList = data.data.map((item: any) => ({
|
|
|
|
const returningTypeList = data.data.map((item: any) => ({
|
|
|
|
label: item.locationCode,
|
|
|
|
label: item.locationCode,
|
|
|
|
value: item.locationCode,
|
|
|
|
value: item.locationCode + '(' + item.sendSpot + ')',
|
|
|
|
}));
|
|
|
|
}));
|
|
|
|
return { returningTypeList };
|
|
|
|
return { returningTypeList };
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -69,7 +69,7 @@ export class PickingModule extends VuexModule {
|
|
|
|
url.inbound.finishProductOffline.barcode,
|
|
|
|
url.inbound.finishProductOffline.barcode,
|
|
|
|
{
|
|
|
|
{
|
|
|
|
barcode: form.barCode,
|
|
|
|
barcode: form.barCode,
|
|
|
|
locCode: form.aimWl.value,
|
|
|
|
locCode: form.aimWl.label,
|
|
|
|
loginName: session.loginName,
|
|
|
|
loginName: session.loginName,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
);
|
|
|
|
);
|
|
|
|