diff --git a/src/api/cost/cost.js b/src/api/cost/cost.js index 2c83c50f..3dc97090 100644 --- a/src/api/cost/cost.js +++ b/src/api/cost/cost.js @@ -101,7 +101,23 @@ export function addRelief(params){ }) } - +// 减免费用详情 +export function getDiscountViewList(id) { + return request({ + url: '/material/derateRecordQuery/' + id, + method: 'get' + }) +} + + +// 减免费用修改 +export function editRelief(params){ + return request({ + url: '/material/slt_agreement_reduce/editApply', + method: 'post', + data: params + }) +} diff --git a/src/api/repair/scrapLedgerReview.js b/src/api/repair/scrapLedgerReview.js index 0cf87f1b..6e61f85e 100644 --- a/src/api/repair/scrapLedgerReview.js +++ b/src/api/repair/scrapLedgerReview.js @@ -35,4 +35,13 @@ export function ledgerReject(data) { method: 'post', data: data, }) +} + +//盘带报废编码获取下拉框 +export function getMachineListByCode(query) { + return request({ + url: '/material/ma_machine/getMachineList', + method: 'get', + params: query + }) } \ No newline at end of file diff --git a/src/views/business/discountApply/index.vue b/src/views/business/discountApply/index.vue new file mode 100644 index 00000000..d6b7aa83 --- /dev/null +++ b/src/views/business/discountApply/index.vue @@ -0,0 +1,1203 @@ + + + + \ No newline at end of file diff --git a/src/views/business/reliefRecord/index.vue b/src/views/business/reliefRecord/index.vue index 6b2c4b65..d15dc51b 100644 --- a/src/views/business/reliefRecord/index.vue +++ b/src/views/business/reliefRecord/index.vue @@ -159,13 +159,13 @@ - + @@ -298,7 +298,7 @@ @@ -313,7 +313,7 @@