liuying
2024-12-11 3b8b9cba9ebe15ff4ae1a7d8cb483d1f0ffcfa85
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
      });