|
|
@ -88,7 +88,7 @@ export const genLabel = async (id) => { |
|
|
|
return await request.post({ url: `/wms/supplierdeliver-request-main/genLabel?id=` + id }) |
|
|
|
} |
|
|
|
// 生成记录
|
|
|
|
export const genRecordsSupplierinvoiceRequestMain = async (id) => { |
|
|
|
export const genRecordsSupplierdeliverRequestMain = async (id) => { |
|
|
|
return await request.post({ url: `/wms/supplierdeliver-request-main/genRecords?id=` + id }) |
|
|
|
} |
|
|
|
// 导出供应商发货申请主 Excel
|
|
|
|