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 @@