11
schangxiang@126.com
2024-12-16 1b10882a0a46c8b25331ccd2628f7a2a6db8b13f
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
      });