From 2309e96c99674dcfed97782ce2fe975278b5b83a Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Wed, 28 Jan 2026 16:56:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E5=8D=95=E5=88=A9=E6=B6=A6=E6=8C=89?= =?UTF-8?q?=E6=9C=88=E6=89=B9=E9=87=8F=E9=87=8D=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/emis/emisTmsCostFee.js | 11 ++++ .../EmisTmsCostProfitList.vue | 57 +++++++++++++++---- 2 files changed, 56 insertions(+), 12 deletions(-) diff --git a/src/api/emis/emisTmsCostFee.js b/src/api/emis/emisTmsCostFee.js index 0c95a5f0..fc09e32e 100644 --- a/src/api/emis/emisTmsCostFee.js +++ b/src/api/emis/emisTmsCostFee.js @@ -73,3 +73,14 @@ export function delEmisTmsCostFee(id) { method: 'delete' }) } + +// 按月份重新计算运单利润 +export function reCalcCostFeeByBillMonth(billMonth) { + return request({ + url: '/emis/common/reCalcCostFeeByBillMonth', + method: 'get', + params:{ + billMonth:billMonth + } + }) +} \ No newline at end of file diff --git a/src/views/emis/emisTmsCostProfit/EmisTmsCostProfitList.vue b/src/views/emis/emisTmsCostProfit/EmisTmsCostProfitList.vue index 76e742b7..30075804 100644 --- a/src/views/emis/emisTmsCostProfit/EmisTmsCostProfitList.vue +++ b/src/views/emis/emisTmsCostProfit/EmisTmsCostProfitList.vue @@ -274,7 +274,20 @@ - + + + + 按单号 + 按月份 + + + + + + + + + @@ -293,7 +306,7 @@