成品入库 库位展示WMS库位与SAP库位组合

master
guoshuang 4 years ago
parent c9c10dc220
commit 02e6c0b3cb

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

Loading…
Cancel
Save