From 0ad9db8776cc779f8d48dc0175a9da3ea6aab680 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Thu, 20 Feb 2025 09:26:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6=E6=96=B0=E5=A2=9Ebug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/business/index.js | 19 +- .../costRecord/component/applyDetail.vue | 109 ++- src/views/business/reliefRecord/index.vue | 276 +++----- .../part/partArrived/component/addTools.vue | 6 +- .../material/repair/scrapLedger/detail.vue | 643 ++++++++++++++++++ .../material/repair/scrapLedger/index.vue | 475 +++++++++++++ 6 files changed, 1335 insertions(+), 193 deletions(-) create mode 100644 src/views/material/repair/scrapLedger/detail.vue create mode 100644 src/views/material/repair/scrapLedger/index.vue 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 @@ - - - - - - - - - -