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