diff --git a/src/api/storagecost/index.js b/src/api/storagecost/index.js index 222d7820..e7324d98 100644 --- a/src/api/storagecost/index.js +++ b/src/api/storagecost/index.js @@ -92,7 +92,7 @@ export const $_WarehouseDeliveryCost = params => { // 配送-仓库月度配送成本表-导出 export const $_expenseDispatchWarehouseMonth = params => { return request({ - url: '/api/logpm-statisticsdata/expenseDispatchWarehouseMonth/export-expenseDispatchWarehouseMonth', + url: '/api/logpm-statisticsdata/expenseDispatchWarehouseMonth/export', method: 'get', params, responseType: 'blob', @@ -111,7 +111,7 @@ export const $_OrderTotalCostDetail = params => { // 配送-订单总成本明细表-导出 export const $_expenseDispatchOrderDetail = params => { return request({ - url: '/api/logpm-statisticsdata/expenseDispatchOrderDetail/export-expenseDispatchOrderDetail', + url: '/api/logpm-statisticsdata/expenseDispatchOrderDetail/export', method: 'get', params, responseType: 'blob', @@ -170,7 +170,7 @@ export const $_Traincostbreakdownsubmitpage = params => { // 配送-车次成本明细-导出 export const $_expenseDispatchTrainDetail = params => { return request({ - url: '/api/logpm-statisticsdata/expenseDispatchTrainDetail/export-expenseDispatchTrainDetail', + url: '/api/logpm-statisticsdata/expenseDispatchTrainDetail/export', method: 'get', params, responseType: 'blob', diff --git a/src/components/ArteryPrintTemplateV2/ArteryPrintTemplateV2.vue b/src/components/ArteryPrintTemplateV2/ArteryPrintTemplateV2.vue index aaf4f748..4f00c43f 100644 --- a/src/components/ArteryPrintTemplateV2/ArteryPrintTemplateV2.vue +++ b/src/components/ArteryPrintTemplateV2/ArteryPrintTemplateV2.vue @@ -84,15 +84,6 @@ 卸车件数 异常备注 - - - {{ item }} - -