diff --git a/fe/PC/src/api/wms-api.js b/fe/PC/src/api/wms-api.js index 4c31b8aa5..68244299c 100644 --- a/fe/PC/src/api/wms-api.js +++ b/fe/PC/src/api/wms-api.js @@ -770,6 +770,15 @@ export function postCompleteRequest(id,url) { }) } +// 通过库位代码获取库位info +export function getLocationByCode(data) { + return request({ + url: baseURL + 'basedata/location/by-code/'+data, + method: 'get', + }) +} + + // 客户退拆任务-完成 todo // export async function productionRecycleJobComplete(id) { // return request({ diff --git a/fe/PC/src/views/inventoryManage/customerStorageAllocation/customerStorageAllocationNote.vue b/fe/PC/src/views/inventoryManage/customerStorageAllocation/customerStorageAllocationNote.vue index e49011590..4c3c813f4 100644 --- a/fe/PC/src/views/inventoryManage/customerStorageAllocation/customerStorageAllocationNote.vue +++ b/fe/PC/src/views/inventoryManage/customerStorageAllocation/customerStorageAllocationNote.vue @@ -44,7 +44,7 @@