diff --git a/src/api/distribution/addTripartiteTransfer.js b/src/api/distribution/addTripartiteTransfer.js index 73e3d915..94cc84e6 100644 --- a/src/api/distribution/addTripartiteTransfer.js +++ b/src/api/distribution/addTripartiteTransfer.js @@ -67,7 +67,7 @@ export const postSaveNewTripartiteTransfer = data => { }; /** - * 新增配载计划 + * 编辑配载计划 */ export const postUpdateTripartiteTransfer = data => { return request({ diff --git a/src/api/storagecost/index.js b/src/api/storagecost/index.js index 7cd55139..222d7820 100644 --- a/src/api/storagecost/index.js +++ b/src/api/storagecost/index.js @@ -1,4 +1,5 @@ import request from '@/axios'; +import { p } from '@antfu/utils'; // 月度仓储成本统计表接口 export const $_Getlist = params => { return request({ @@ -138,6 +139,30 @@ export const $_expenseDispatchFinancialReview = params => { export const $_Traincostbreakdown = params => { return request({ url: '/api/logpm-statisticsdata/expenseDispatchTrainDetail/page', + method: 'get', + params, + }); +}; +// 配送成本-车辆成本结算表异动调整 +export const $_Traincostbreakdownchange = data => { + return request({ + url: '/api/logpm-statisticsdata/expenseDispatchTrainDetail/change', + method: 'post', + data, + }); +}; +// 配送成本-车辆成本结算表结算 +export const $_Traincostbreakdownsubmit = data => { + return request({ + url: '/api/logpm-statisticsdata/expenseDispatchTrainDetail/submit', + method: 'post', + data, + }); +}; +// 配送成本-车辆成本结算表结算-异动记录 +export const $_Traincostbreakdownsubmitpage = params => { + return request({ + url: '/api/logpm-statisticsdata/expenseDispatchTrainDetailChange/page', method: 'get', params, }); @@ -404,3 +429,4 @@ export const $_Warehouserentalmanagementremove = params => { params, }); }; + diff --git a/src/option/finance/WaybillAudit.js b/src/option/finance/WaybillAudit.js index 04315da1..a1770baf 100644 --- a/src/option/finance/WaybillAudit.js +++ b/src/option/finance/WaybillAudit.js @@ -58,16 +58,16 @@ export const columnList = [ sortable: true, head: false, }, - { - prop: 'consigneeCode', - label: '收货单位编码', - type: 2, - values: '', - width: '130', - checkarr: [], - fixed: false, - sortable: true, - }, + // { + // prop: 'consigneeCode', + // label: '收货单位编码', + // type: 2, + // values: '', + // width: '130', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, { prop: 'consignee', label: '收货单位', @@ -580,6 +580,16 @@ export const columnList = [ sortable: true, head: false, }, + { + prop: 'completeDestination', + label: '到站全称', + type: 2, + values: '', + width: '120', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'destinationWarehouseName', label: '目的仓', @@ -763,6 +773,65 @@ export const columnList = [ sortable: true, head: false, }, + + { + prop: 'signCount', + label: '签收件数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'deliveryTime', + label: '配送时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'signTime', + label: "签收时间", + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + + { + prop: 'signUserName', + label: "签收人", + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + + { + prop: 'deliveryDriverName', + label: "配送司机", + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + // { // prop: 'templateType', // label: '是否售后', diff --git a/src/option/storagecost/Traincostbreakdown.js b/src/option/storagecost/Traincostbreakdown.js index e7c7e9e5..c66f57cf 100644 --- a/src/option/storagecost/Traincostbreakdown.js +++ b/src/option/storagecost/Traincostbreakdown.js @@ -15,9 +15,9 @@ export const columnList = [ fixed: true, }, { - prop: 'trainNumber', - label: '车次号', - type: 2, + prop: 'deliveryVehicle', + label: '配送车辆', + type: 1, values: '', width: '150', checkarr: [], @@ -26,8 +26,8 @@ export const columnList = [ head: false, }, { - prop: 'deliveryDate', - label: '配送日期', + prop: 'distributionModel', + label: '配送车型', type: 1, values: '', width: '150', @@ -37,8 +37,8 @@ export const columnList = [ head: false, }, { - prop: 'destinationWarehouse', - label: '目的仓', + prop: 'trainNumber', + label: '车次号', type: 1, values: '', width: '150', @@ -48,9 +48,9 @@ export const columnList = [ head: false, }, { - prop: 'customerName', - label: '客户名称', - type: 3, + prop: 'settlementStatus', + label: '结算状态', + type: 1, values: '', width: '150', checkarr: [], @@ -59,8 +59,8 @@ export const columnList = [ head: false, }, { - prop: 'orderCode', - label: '订单自编号', + prop: 'deliveryDate', + label: '配送日期', type: 1, values: '', width: '200', @@ -70,28 +70,30 @@ export const columnList = [ head: false, }, { - prop: 'distributionType ', + prop: 'destinationWarehouse', + label: '目的仓', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'distributionType', label: '配送类型', type: 1, values: '', width: '150', - checkarr: [ - { - label: '商配', - value: '商配', - }, - { - label: '市配', - value: '市配', - }, - ], + checkarr: [], fixed: false, sortable: true, head: false, }, { - prop: 'deliveryVehicle', - label: '配送车辆', + prop: 'carrierName', + label: '承运方名称', type: 1, values: '', width: '150', @@ -101,8 +103,8 @@ export const columnList = [ head: false, }, { - prop: 'distributionModel', - label: '配送车型', + prop: 'plannedTotalQuantity', + label: '计划总件数', type: 1, values: '', width: '150', @@ -110,10 +112,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'carrierName', - label: '承运方名称', + prop: 'totalOrderQuantity', + label: '订单总数', type: 1, values: '', width: '150', @@ -121,10 +124,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'carrierType', - label: '承运方类型', + prop: 'inventoryItemCount', + label: '库存品件数', type: 1, values: '', width: '150', @@ -132,10 +136,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'deliveryDriver', - label: '配送司机', + prop: 'totalLoadedPieces', + label: '装车总件数', type: 1, values: '', width: '150', @@ -143,10 +148,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'plannedTotalQuantity', - label: '计划总件数', + prop: 'totalReceiptCost', + label: '签收总件数', type: 1, values: '', width: '150', @@ -154,10 +160,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'totalOrderQuantity', - label: '订单总数', + prop: 'totalDistributionCost', + label: '配送总成本', type: 1, values: '', width: '150', @@ -165,10 +172,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'inventoryItemCount', - label: '库存品件数', + prop: 'distributionCost', + label: '配送成本', type: 1, values: '', width: '150', @@ -176,10 +184,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'totalLoadedPieces', - label: '装车总件数', + prop: 'stairCarryingFee', + label: '上楼费成本', type: 1, values: '', width: '150', @@ -187,10 +196,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'totalReceiptCost', - label: '签收总件数', + prop: 'goodsAllocationCost', + label: '分货费成本', type: 1, values: '', width: '150', @@ -198,10 +208,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'totalDistributionCost', - label: '配送总成本', + prop: 'repositioningCost', + label: '平移费成本', type: 1, values: '', width: '150', @@ -209,10 +220,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'distributionCost', - label: '配送成本', + prop: 'handlingCost', + label: '装卸费成本', type: 1, values: '', width: '150', @@ -220,10 +232,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'inventoryDistributionCost', - label: '库存品配送成本', + prop: 'mileageCost', + label: '公里数成本', type: 1, values: '', width: '150', @@ -231,10 +244,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'tagRemovalCost', - label: '撕标签成本', + prop: 'subsidizedKilometerCost', + label: '补贴公里数成本', type: 1, values: '', width: '150', @@ -242,10 +256,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'stairCarryingFee', - label: '上楼费成本', + prop: 'excessZoneMileageCost', + label: '超区公里费成本', type: 1, values: '', width: '150', @@ -253,10 +268,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'goodsAllocationCost', - label: '分货费成本', + prop: 'locationSubsidyCost', + label: '点位补贴费成本', type: 1, values: '', width: '150', @@ -264,10 +280,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'repositioningCost', - label: '平移费成本', + prop: 'minimumGuaranteeCost', + label: '保底费成本', type: 1, values: '', width: '150', @@ -275,10 +292,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'handlingCost', - label: '装卸费成本', + prop: 'fuelCost', + label: '油费成本', type: 1, values: '', width: '150', @@ -286,10 +304,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'mileageCost', - label: '公里数成本', + prop: 'otherCosts', + label: '其他成本', type: 1, values: '', width: '150', @@ -297,10 +316,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'subsidizedKilometerCost', - label: '补贴公里数成本', + prop: 'changeAmount', + label: '异动金额', type: 1, values: '', width: '150', @@ -308,10 +328,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'excessZoneMileageCost', - label: '超区公里费成本', + prop: 'changeTime', + label: '异动时间', type: 1, values: '', width: '150', @@ -321,8 +342,8 @@ export const columnList = [ head: false, }, { - prop: 'locationSubsidyCost', - label: '点位补贴费成本', + prop: 'changeOperator', + label: '异动操作人', type: 1, values: '', width: '150', @@ -332,8 +353,8 @@ export const columnList = [ head: false, }, { - prop: 'minimumGuaranteeCost', - label: '保底费成本', + prop: 'settlementAmount', + label: '结算金额', type: 1, values: '', width: '150', @@ -341,10 +362,11 @@ export const columnList = [ fixed: false, sortable: true, head: false, + isshowSummary: true, }, { - prop: 'fuelCost', - label: '油费成本', + prop: 'settlementTime', + label: '结算时间', type: 1, values: '', width: '150', @@ -354,8 +376,19 @@ export const columnList = [ head: false, }, { - prop: 'otherCosts', - label: '其他成本', + prop: 'settlementNote', + label: '结算备注', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'settlementUser', + label: '结算人', type: 1, values: '', width: '150', @@ -364,7 +397,6 @@ export const columnList = [ sortable: true, head: false, }, - { prop: 'createUserName', label: '操作', @@ -376,3 +408,65 @@ export const columnList = [ sortable: false, }, ]; +export const AbnormalrecordcolumnList = [ + { + prop: 'checkbox', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: 'xh', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + prop: 'changeAmount', + label: '异动金额', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, + }, + { + prop: 'changeNote', + label: '异动备注', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'changeOperator', + label: '操作人', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'changeTime', + label: '异动操作时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, +]; diff --git a/src/option/waybill/WaybillOrderList.js b/src/option/waybill/WaybillOrderList.js index 6f8e99a9..ea7af6bf 100644 --- a/src/option/waybill/WaybillOrderList.js +++ b/src/option/waybill/WaybillOrderList.js @@ -60,7 +60,7 @@ export const columnList = [ label: '运单状态', type: 3, values: '', - width: '100', + width: '120', checkarr: [ { label: '未入库', value: '0' }, { label: '部分入库', value: '10' }, @@ -198,6 +198,16 @@ export const columnList = [ fixed: false, sortable: true, }, + { + prop: 'completeDestination', + label: '到站全称', + type: 2, + values: '', + width: '120', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'goodsName', label: '货物名称', diff --git a/src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue b/src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue index a2c31dd5..badc0b6f 100644 --- a/src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue +++ b/src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue @@ -19,9 +19,9 @@