From 482d0052a3cba93f5d3b2adf331650932b481da9 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Sat, 15 Feb 2025 17:00:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=85=8D=E8=B4=B9=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/cost/cost.js | 18 +- src/views/material/cost/costDecreaseList.vue | 557 +++++++++++-------- 2 files changed, 332 insertions(+), 243 deletions(-) diff --git a/src/api/cost/cost.js b/src/api/cost/cost.js index 2b9e393b..2c83c50f 100644 --- a/src/api/cost/cost.js +++ b/src/api/cost/cost.js @@ -83,7 +83,23 @@ export function costExamine(params){ }) } - +// 查询减免费用列表 +export function getReliefList(query) { + return request({ + url: '/material/slt_agreement_reduce/applyByParam', + method: 'get', + params: query + }) +} + +// 减免费用提交 +export function addRelief(params){ + return request({ + url: '/material/slt_agreement_reduce/addApply', + method: 'post', + data: params + }) +} diff --git a/src/views/material/cost/costDecreaseList.vue b/src/views/material/cost/costDecreaseList.vue index 0ea39a07..c182ed32 100644 --- a/src/views/material/cost/costDecreaseList.vue +++ b/src/views/material/cost/costDecreaseList.vue @@ -21,6 +21,10 @@ /> + + + + {{ scope.$index+1 }} - - - + + + - - - - + + + + - + @@ -137,10 +141,10 @@ - + - + - - + + - - + + - + - +