|
@@ -7,7 +7,10 @@ export const reportSparePartsReturnPageList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('散件退货列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 散件退货-列表合计
|
|
@@ -24,7 +27,10 @@ export const reportSparePartsReturnExport = params => {
|
|
|
url: `/report/reportSparePartsReturn/export`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -36,7 +42,10 @@ export const reportSparePartsReturnDetailPageList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('散件退货明细列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 散件退货明细-列表合计
|
|
@@ -53,7 +62,10 @@ export const reportSparePartsReturnDetailExport = params => {
|
|
|
url: `/report/reportSparePartsReturnDetail/export`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -65,7 +77,10 @@ export const reportBlukPageList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('散件入库列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 散件入库-列表合计
|
|
@@ -82,7 +97,10 @@ export const reportBlukExport = params => {
|
|
|
url: `/report/reportSparePartsPurchase/export`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -94,7 +112,10 @@ export const reportBlukDetailPageList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('散件入库详细列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 散件入库详细-列表合计
|
|
@@ -111,7 +132,10 @@ export const reportBlukDetailExport = params => {
|
|
|
url: `/report/reportSparePartsPurchaseDetail/export`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -123,7 +147,10 @@ export const reportSalesReturnPageList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 销售退货-列表合计
|
|
@@ -140,7 +167,10 @@ export const reportSalesReturnExport = params => {
|
|
|
url: `/report/reportSalesReturnBill/export`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -152,7 +182,10 @@ export const reportSalesReturnDetailPageList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 销售退货明细-列表合计
|
|
@@ -169,7 +202,10 @@ export const reportSalesReturnDetailExport = params => {
|
|
|
url: `/report/reportSalesReturnBill/detailExport`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -181,7 +217,10 @@ export const reportUrgentPageList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('急件冲减列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 急件冲减-列表合计
|
|
@@ -198,7 +237,10 @@ export const reportUrgentExport = params => {
|
|
|
url: `/report/reportUrgent/export`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -210,7 +252,10 @@ export const reportUrgentDetailQueryPage = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('急件冲减明细列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 急件冲减明细-列表合计
|
|
@@ -227,7 +272,10 @@ export const reportUrgentDetailExport = params => {
|
|
|
url: `/report/reportUrgentDetail/export`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -239,7 +287,10 @@ export const reportStoreCallOutPageList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('店内调出列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 店内调出-列表合计
|
|
@@ -256,7 +307,10 @@ export const reportStoreCallOutExport = params => {
|
|
|
url: `/report/reportStoreCallOut/export`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 店内调出明细-分页列表
|
|
@@ -267,7 +321,10 @@ export const reportStoreCallOutDetailList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('店内调出明细列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -285,7 +342,10 @@ export const reportStoreCallOutDetailExport = params => {
|
|
|
url: `/report/reportStoreCallOut/detailExport`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -297,7 +357,10 @@ export const linkageReportPageList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 连锁收发存报表-列表合计
|
|
@@ -314,7 +377,10 @@ export const reportChainStockPutOutExport = params => {
|
|
|
url: `/report/reportStockPutOut/exportLinkageReport`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 收发存报表-分页列表
|
|
@@ -325,7 +391,10 @@ export const reportPageList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 收发存报表-列表合计
|
|
@@ -350,7 +419,10 @@ export const reportStockPutOutExport = params => {
|
|
|
url: `/report/reportStockPutOut/exportReport`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 大客户报表-分页列表
|
|
@@ -361,7 +433,10 @@ export const reportBigCustomerList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 大客户报表-列表合计
|
|
@@ -380,7 +455,10 @@ export const reportBigCustomerLinkageList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 连锁大客户报表-列表合计
|
|
@@ -399,7 +477,10 @@ export const reportChainSalesBillList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('连锁销售报表列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 连锁销售报表-列表合计
|
|
@@ -418,7 +499,10 @@ export const reportChainSalesBillDetailList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('连锁销售明细报表列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 连锁销售明细报表-列表合计
|
|
@@ -437,7 +521,10 @@ export const reportSalesBillList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('销售报表列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 销售报表-列表合计
|
|
@@ -456,7 +543,10 @@ export const reportSalesBillDetailList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('销售明细报表列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 销售明细报表-列表合计
|
|
@@ -472,7 +562,10 @@ export const linkageGroupList = (params) => {
|
|
|
return axios({
|
|
|
url: '/report/linkageGroup/findListByDealerSn',
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('连锁店列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 销售报表 导出
|
|
@@ -481,7 +574,10 @@ export const reportSalesBillExport = params => {
|
|
|
url: `/report/reportSalesBill/export`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 销售明细报表 导出
|
|
@@ -490,7 +586,10 @@ export const reportSalesBillDetailExport = params => {
|
|
|
url: `/report/reportSalesBill/detailExport`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 盘点报表 盘点单报表 列表 分页
|
|
@@ -501,7 +600,10 @@ export const reportCheckWarehouseList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('盘点单列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 盘点报表 盘点单报表 合计
|
|
@@ -520,7 +622,10 @@ export const reportCheckWarehouseDetailList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('盘点单明细列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 盘点报表 盘点明细报表 合计
|
|
@@ -539,7 +644,10 @@ export const reportReceivingBillList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('采购入库单列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 采购入库报表 采购入库单报表 合计
|
|
@@ -556,7 +664,10 @@ export const reportReceivingBillExport = params => {
|
|
|
url: `/report/reportReceivingBill/export`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 采购入库报表 采购入库明细报表 列表 分页
|
|
@@ -567,7 +678,10 @@ export const reportReceivingBillDetailList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('采购入库明细列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 采购入库报表 采购入库明细报表 合计
|
|
@@ -584,7 +698,10 @@ export const reportReceivingBillDetailExport = params => {
|
|
|
url: `/report/reportReceivingBill/detailExport`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 连锁采购入库报表 连锁采购入库单报表 列表 分页
|
|
@@ -595,7 +712,10 @@ export const reportChainReceivingBillList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('采购入库列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 连锁采购入库报表 连锁采购入库单报表 合计
|
|
@@ -614,7 +734,10 @@ export const reportChainReceivingBillDetailList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('采购入库明细列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 连锁采购入库报表 连锁采购入库明细报表 合计
|
|
@@ -633,7 +756,10 @@ export const reportCustomerSalesBillDetailList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 客户销售明细报表 合计
|
|
@@ -650,7 +776,10 @@ export const reportCustomerSalesBillDetailExport = params => {
|
|
|
url: `/report/reportCustomerSalesBillDetail/export`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 连锁销售明细合计报表 列表 不分页
|
|
@@ -659,7 +788,10 @@ export const reportSalesBillDetailTotalList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 连锁销售明细合计报表 导出
|
|
@@ -668,7 +800,10 @@ export const reportSalesBillDetailTotalExport = params => {
|
|
|
url: `/report/reportSalesBillDetailTotal/export`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 连锁销售退货合计报表 列表 不分页
|
|
@@ -677,7 +812,10 @@ export const reportSalesReturnBillDetailTotalList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 连锁销售退货合计报表 导出
|
|
@@ -686,7 +824,10 @@ export const reportSalesReturnBillDetailTotalExport = params => {
|
|
|
url: `/report/reportSalesReturnBillDetailTotal/export`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -696,7 +837,10 @@ export const reportStockPutOutMonthList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 门店收发存汇总报表 导出
|
|
@@ -705,7 +849,10 @@ export const reportStockPutOutMonthExport = params => {
|
|
|
url: `/report/reportStockPutOutMonth/export`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 库存导入报表
|
|
@@ -716,7 +863,10 @@ export const reportStockImportList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('库存/散件导入列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
export const reportStockImportCount = (params) => {
|
|
@@ -736,7 +886,10 @@ export const reportStockImportDetailList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('库存/散件导入明细列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
export const reportStockImportDetailCount = (params) => {
|
|
@@ -753,7 +906,10 @@ export const reportStockImportDetailExport = (params) => {
|
|
|
url: url,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -765,7 +921,10 @@ export const reportAllocLinkagePutDetailList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('连锁调入明细列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 连锁调入明细-列表合计
|
|
@@ -782,7 +941,10 @@ export const reportAllocLinkagePutDetailExport = params => {
|
|
|
url: `/report/reportAllocLinkagePut/detail/reportExport`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -794,7 +956,10 @@ export const reportAllocLinkagePutList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('连锁调入列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 连锁调入-列表合计
|
|
@@ -811,7 +976,10 @@ export const reportAllocLinkagePutExport = params => {
|
|
|
url: `/report/reportAllocLinkagePut/reportExport`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -823,7 +991,10 @@ export const reportAllocLinkageOutList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('连锁调出列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 连锁调出-列表合计
|
|
@@ -840,7 +1011,10 @@ export const reportAllocLinkageOutExport = params => {
|
|
|
url: `/report/reportAllocLinkageOut/reportExport`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 连锁调出明细-分页列表
|
|
@@ -851,7 +1025,10 @@ export const reportAllocLinkageOutDetailList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('连锁调出明细列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 连锁调出明细-列表合计
|
|
@@ -868,7 +1045,10 @@ export const reportAllocLinkageOutDetailExport = params => {
|
|
|
url: `/report/reportAllocLinkageOut/detail/reportExport`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -880,7 +1060,10 @@ export const purchaseReturnList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('采购退货单列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -898,7 +1081,10 @@ export const purchaseReturnExport = params => {
|
|
|
url: `/report/purchaseReturn/export`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -910,7 +1096,10 @@ export const purchaseReturnDetailList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('采购退货明细列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -928,7 +1117,10 @@ export const purchaseReturnDetailExport = params => {
|
|
|
url: `/report/purchaseReturnDetail/export`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
|
|
@@ -944,7 +1136,10 @@ export const salesOosQueryList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 销售缺货报表-详情列表
|
|
@@ -955,7 +1150,10 @@ export const salesOosQueryDetailList = (params) => {
|
|
|
return axios({
|
|
|
url: url,
|
|
|
data: params,
|
|
|
- method: 'post'
|
|
|
+ method: 'post',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('详情列表查询')
|
|
|
+ }
|
|
|
})
|
|
|
}
|
|
|
// 销售缺货报表-导出
|
|
@@ -964,6 +1162,9 @@ export const salesOosExport = params => {
|
|
|
url: `/salesOos/export`,
|
|
|
data: params,
|
|
|
method: 'post',
|
|
|
- responseType: 'blob'
|
|
|
+ responseType: 'blob',
|
|
|
+ headers: {
|
|
|
+ 'module': encodeURIComponent('导出')
|
|
|
+ }
|
|
|
})
|
|
|
}
|