From 95ba75749efea543a2c605cce9350d74951c2bc0 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Thu, 20 Feb 2025 15:28:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=85=8D=E8=AE=B0=E5=BD=95=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E7=AE=A1=E7=90=86=EF=BC=8C=E7=9B=98=E7=82=B9=E6=8A=A5?= =?UTF-8?q?=E5=BA=9F=E9=A1=B5=E9=9D=A2=E6=90=AD=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/cost/cost.js | 18 +- src/api/repair/scrapLedgerReview.js | 9 + src/views/business/discountApply/index.vue | 1203 +++++++++++++++++ src/views/business/reliefRecord/index.vue | 147 +- src/views/material/basic/bmUnit/index.vue | 2 +- src/views/material/cost/costDecreaseList.vue | 70 +- src/views/material/part/partAccept/index.vue | 3 +- .../material/part/partAcceptTwo/index.vue | 1 - .../component/addToolsApply.vue | 81 +- .../material/repair/scrapLedger/detail.vue | 440 +----- .../material/repair/scrapLedger/index.vue | 294 +--- 11 files changed, 1430 insertions(+), 838 deletions(-) create mode 100644 src/views/business/discountApply/index.vue 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 @@