diff --git a/src/api/business/index.js b/src/api/business/index.js index 0e62fc4a..ed131492 100644 --- a/src/api/business/index.js +++ b/src/api/business/index.js @@ -139,4 +139,21 @@ export function getSltRecordInfo(data) { method: 'post', data }) -} \ No newline at end of file +} + +// 减免记录查询-列表 +export function getReliefRecordList(query) { + return request({ + url: '/material/derateRecordQuery/getList', + method: 'get', + params: query + }) +} + +// 减免记录-删除 +export function deleteRedif(id) { + return request({ + url: '/material/derateRecordQuery/' + id, + method: 'delete' + }) +} diff --git a/src/views/business/costRecord/component/applyDetail.vue b/src/views/business/costRecord/component/applyDetail.vue index 110e290b..5374d60f 100644 --- a/src/views/business/costRecord/component/applyDetail.vue +++ b/src/views/business/costRecord/component/applyDetail.vue @@ -64,7 +64,7 @@
{{finishCostName}}
- {{ finishCost }} + {{ costAll.toFixed(2) }}
@@ -196,7 +196,7 @@ -
+
费用小计:
{{ loseCost }} @@ -209,17 +209,17 @@ - - - - - - - - - -