From 9a8a91e77e6a56797e2fb0a59d8db7c3f4df2ecd Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Mon, 22 Jul 2024 14:44:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AD=BE=E6=94=B6=E9=94=99?= =?UTF-8?q?=E8=AF=AF=EF=BC=8C=E5=A2=9E=E5=8A=A0=E5=8C=85=E4=BB=B6=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E7=AD=BE=E6=94=B6=E6=96=B9=E5=BC=8F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/storagecost/index.js | 53 +- src/option/storagecost/OrderTotalWarehouse.js | 54 +- .../storagecost/Monthlyorderwarehousing.vue | 84 +- .../cost/storagecost/OrderTotalWarehouse.vue | 723 +++++++++++------- .../cost/storagecost/WarehouseMonthly.vue | 12 +- .../distributionDeliveryListedt.vue | 6 +- .../inventory/distrilbutionBillLadingView.vue | 10 +- .../parcelList/distributionParcelList.vue | 26 +- .../warehousesignedorder/SignedDetails.vue | 28 +- .../distributionStockArticle.vue | 1 + 10 files changed, 637 insertions(+), 360 deletions(-) diff --git a/src/api/storagecost/index.js b/src/api/storagecost/index.js index e6ec9306..43fc6f3b 100644 --- a/src/api/storagecost/index.js +++ b/src/api/storagecost/index.js @@ -19,20 +19,45 @@ export const $_getMyWarehouseList = params => { //月度仓储成本统计导出 export const $_expenseWarehouseMonth = params => { - return request({ - url: '/api/logpm-statisticsdata/expenseWarehouseMonth/export-expenseWarehouseMonth', - method: 'get', - params, - responseType: 'blob' - }); - }; + return request({ + url: '/api/logpm-statisticsdata/expenseWarehouseMonth/export-expenseWarehouseMonth', + method: 'get', + params, + responseType: 'blob', + }); +}; // 月度订单仓储成本明细列表 export const $_Monthlyorderwarehousing = params => { - return request({ - url: '/api/logpm-statisticsdata/expenseOrderWarehouseMonth/list', - method: 'get', - params, - }); - }; - \ No newline at end of file + return request({ + url: '/api/logpm-statisticsdata/expenseOrderWarehouseMonth/list', + method: 'get', + params, + }); +}; +//月度订单仓储成本明细导出 +export const $_expenseOrderWarehouseMonth = params => { + return request({ + url: '/api/logpm-statisticsdata/expenseOrderWarehouseMonth/export-expenseOrderWarehouseMonth', + method: 'get', + params, + responseType: 'blob', + }); +}; +// 订单总仓储成本明细列表 +export const $_OrderTotalWarehouse = params => { + return request({ + url: '/api/logpm-statisticsdata/expenseOrderWarehouseTotal/list', + method: 'get', + params, + }); +}; +// 订单总仓储成本明细导出 +export const $_expenseOrderWarehouseTotal = params => { + return request({ + url: '/api/logpm-statisticsdata/expenseOrderWarehouseTotal/export-expenseOrderWarehouseTotal', + method: 'get', + params, + responseType: 'blob', + }); +}; diff --git a/src/option/storagecost/OrderTotalWarehouse.js b/src/option/storagecost/OrderTotalWarehouse.js index 81db5648..22e7df47 100644 --- a/src/option/storagecost/OrderTotalWarehouse.js +++ b/src/option/storagecost/OrderTotalWarehouse.js @@ -15,7 +15,7 @@ export const columnList = [ fixed: true, }, { - prop: 'a1', + prop: 'warehouseName', label: '目的仓', type: 2, values: '', @@ -26,7 +26,7 @@ export const columnList = [ head: false, }, { - prop: 'a2', + prop: 'orderCode', label: '订单编号 ', type: 2, values: '', @@ -37,7 +37,7 @@ export const columnList = [ head: false, }, { - prop: 'a3', + prop: 'shipmentNumber', label: '运单编号', type: 1, values: '', @@ -48,7 +48,7 @@ export const columnList = [ head: false, }, { - prop: 'a4', + prop: 'receivingUnit', label: '收货单位', type: 1, values: '', @@ -59,7 +59,7 @@ export const columnList = [ head: false, }, { - prop: 'a5', + prop: 'shippingUnit', label: '发货单位', type: 1, values: '', @@ -70,7 +70,7 @@ export const columnList = [ head: false, }, { - prop: 'a6', + prop: 'shipmenttype', label: '运单类型', type: 3, values: '', @@ -90,7 +90,7 @@ export const columnList = [ head: false, }, { - prop: 'a7', + prop: 'servicetype', label: '服务类型', type: 1, values: '', @@ -101,7 +101,7 @@ export const columnList = [ head: false, }, { - prop: 'a8', + prop: 'totalQuantity', label: '总件数', type: 1, values: '', @@ -112,7 +112,7 @@ export const columnList = [ head: false, }, { - prop: 'a9', + prop: 'originWarehouse', label: '发站仓', type: 1, values: '', @@ -123,7 +123,7 @@ export const columnList = [ head: false, }, { - prop: 'a11', + prop: 'consignmentInQuantity', label: '代入库仓件数', type: 1, values: '', @@ -134,7 +134,7 @@ export const columnList = [ head: false, }, { - prop: 'a12', + prop: 'consignmentInTotalCost', label: '代入库总成本', type: 1, values: '', @@ -145,7 +145,7 @@ export const columnList = [ head: false, }, { - prop: 'a13', + prop: 'consignmentOutQuantity', label: '代出库仓件数', type: 1, values: '', @@ -156,7 +156,7 @@ export const columnList = [ head: false, }, { - prop: 'a14', + prop: 'consignmentOutTotalCost', label: '代出库总成本', type: 1, values: '', @@ -167,7 +167,7 @@ export const columnList = [ head: false, }, { - prop: 'a15', + prop: 'contractedOperaCost', label: '代作业总成本', type: 1, values: '', @@ -178,7 +178,7 @@ export const columnList = [ head: false, }, { - prop: 'a16', + prop: 'warehouseRentalCost', label: '仓租成本', type: 1, values: '', @@ -189,7 +189,7 @@ export const columnList = [ head: false, }, { - prop: 'a17', + prop: 'warehousingCost', label: '仓储总成本', type: 1, values: '', @@ -199,17 +199,17 @@ export const columnList = [ sortable: true, head: false, }, - { - prop: 'a17', - label: '结算时间', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, + // { + // prop: 'a17', + // label: '结算时间', + // type: 1, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // head: false, + // }, // { // prop: 'createUserName', diff --git a/src/views/cost/storagecost/Monthlyorderwarehousing.vue b/src/views/cost/storagecost/Monthlyorderwarehousing.vue index db0612fb..661ec076 100644 --- a/src/views/cost/storagecost/Monthlyorderwarehousing.vue +++ b/src/views/cost/storagecost/Monthlyorderwarehousing.vue @@ -59,7 +59,7 @@