LA24030_LuLiPackageLine_Web/src/api/main/ReportCenter/storageView.ts
@@ -1,7 +1,11 @@ import request from '/@/utils/request'; enum Api { // STORAGE_VIEW='/api/wmsPlaceContainerInfo/list', STORAGE_VIEW='/api/wmsBasePlace/listView', STORAGE_VIEW='/api/WmsCommonnQuery/listView', QueryOffOrderList='/api/WmsCommonnQuery/HomeOffOrderList', } @@ -12,4 +16,12 @@ url: Api.STORAGE_VIEW, method: 'get', data: params }); }); export const getQueryOffOrderList = (params?: any) => request({ url: Api.QueryOffOrderList, method: 'get', data: params });