|
@ -51,8 +51,13 @@ export const deleteUnfinishedShipmentDetail = async (id: number) => { |
|
|
|
|
|
|
|
|
// 导出已发未结发货记录子 Excel
|
|
|
// 导出已发未结发货记录子 Excel
|
|
|
export const exportUnfinishedShipmentDetail = async (params) => { |
|
|
export const exportUnfinishedShipmentDetail = async (params) => { |
|
|
|
|
|
if (params.isSearch) { |
|
|
|
|
|
const data = {...params} |
|
|
|
|
|
return await request.downloadPost({ url: `/wms/unfinished-shipment-detail/export-excel-senior`, data }) |
|
|
|
|
|
}else{ |
|
|
return await request.download({ url: `/wms/unfinished-shipment-detail/export-excel`, params }) |
|
|
return await request.download({ url: `/wms/unfinished-shipment-detail/export-excel`, params }) |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// 下载用户导入模板
|
|
|
// 下载用户导入模板
|
|
|
export const importTemplate = () => { |
|
|
export const importTemplate = () => { |
|
|