22
schangxiang@126.com
2024-12-15 c1c1b1f95b0880cd58afadb98d6933287fe6311c
LA24030_LuLiPackageLine_Web/src/api/main/ReportCenter/storageView.ts
@@ -3,6 +3,10 @@
    // STORAGE_VIEW='/api/wmsPlaceContainerInfo/list',
    STORAGE_VIEW='/api/wmsBasePlace/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
      });