From 526646f27c39b51943ef77c9c608f95518dcdf9b Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 23 Sep 2025 18:16:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E4=BF=AE=E5=8D=95=E6=9F=A5=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/cost/cost.js | 9 +- .../material/cost/component/applyHome.vue | 560 +++++++++++------- 2 files changed, 354 insertions(+), 215 deletions(-) diff --git a/src/api/cost/cost.js b/src/api/cost/cost.js index 1bcf1226..90759100 100644 --- a/src/api/cost/cost.js +++ b/src/api/cost/cost.js @@ -256,7 +256,14 @@ export function getLeaseCostDetails(query) { }) } - +// 维修单查看 +export function viewRepairCodeApi(query) { + return request({ + url: '/material/slt_agreement_info/viewRepairCode', + method: 'get', + params: query + }) +} diff --git a/src/views/material/cost/component/applyHome.vue b/src/views/material/cost/component/applyHome.vue index b754ff2f..6986b5c2 100644 --- a/src/views/material/cost/component/applyHome.vue +++ b/src/views/material/cost/component/applyHome.vue @@ -5,37 +5,48 @@ - + > - + - + - 查询 - 重置 - 批量结算 + 查询 + 重置 + 批量结算 - + - + @@ -83,43 +79,40 @@ {{ scope.row.costs.toFixed(2) }} - - 无待结费用 - + 无待结费用 - - - - - - + + + + + + - - - - + + + + - + @@ -134,110 +127,200 @@ -
-
- -
- 机具设备有偿使用费结算协议书 -
-
-
-
-
- 协议号:{{ agreementContent.agreementCode }} -
-
-
-
工程名称:
-
{{ agreementContent.projectName }}
-
-
-
承租单位:
-
{{ agreementContent.unitName }}
-
日期:
-
{{ agreementContent.applyTime || newData }}
-
-
-
结算项目及金额(元)
-
-
-
一、施工机具有偿使用费:
-
¥ {{ agreementContent.leaseCost ? agreementContent.leaseCost.toFixed(2) : '0.00' }}
-
-
-
二、施工机具维修费:
-
¥ {{ agreementContent.repairCost ? agreementContent.repairCost.toFixed(2) : '0.00' }}
-
-
-
三、施工机具丢失费:
-
¥ {{ agreementContent.loseCost ? agreementContent.loseCost.toFixed(2) : '0.00' }}
-
-
-
四、施工机具损坏赔偿费:
-
¥ {{ agreementContent.scrapCost ? agreementContent.scrapCost.toFixed(2) : '0.00' }}
-
-
-
五、施工机具租赁减免费:
-
¥ {{ agreementContent.reductionCost ? agreementContent.reductionCost.toFixed(2) : '0.00' }}
-
-
-
费用合计金额(大写):
-
{{ agreementContent.costAllUpper }}
-
¥ {{ agreementContent.costAll ? agreementContent.costAll.toFixed(2) : '0.00' }}
-
-
-
说明:
-
本协议一式三份,甲方一份,乙方一份,经双方签字后生效。
-
-
-
备注:
-
此费用仅为在机具设备分公司发生费用,未计从项目部领用机具费用。
-
+
+
+ +
+ 机具设备有偿使用费结算协议书 +
+
+
+
+ 协议号:{{ agreementContent.agreementCode }} +
+
+
+
工程名称:
+
{{ agreementContent.projectName }}
+
+
+
承租单位:
+
{{ agreementContent.unitName }}
+
日期:
+
+ {{ agreementContent.applyTime || newData }} +
+
+
+
结算项目及金额(元)
+
+
+
一、施工机具有偿使用费:
+
+ ¥ {{ agreementContent.leaseCost ? agreementContent.leaseCost.toFixed(2) : '0.00' }} +
+
+
+
二、施工机具维修费:
+
+ ¥ {{ agreementContent.repairCost ? agreementContent.repairCost.toFixed(2) : '0.00' }} +
+
+
+
三、施工机具丢失费:
+
+ ¥ {{ agreementContent.loseCost ? agreementContent.loseCost.toFixed(2) : '0.00' }} +
+
+
+
四、施工机具损坏赔偿费:
+
+ ¥ {{ agreementContent.scrapCost ? agreementContent.scrapCost.toFixed(2) : '0.00' }} +
+
+
+
五、施工机具租赁减免费:
+
+ ¥ + {{ + agreementContent.reductionCost ? agreementContent.reductionCost.toFixed(2) : '0.00' + }} +
+
+
+
费用合计金额(大写):
+
{{ agreementContent.costAllUpper }}
+
+ ¥ {{ agreementContent.costAll ? agreementContent.costAll.toFixed(2) : '0.00' }} +
+
+
+
说明:
+
+ 本协议一式三份,甲方一份,乙方一份,经双方签字后生效。 +
+
+
+
备注:
+
+ 此费用仅为在机具设备分公司发生费用,未计从项目部领用机具费用。 +
+
+
+
+
+ 部门负责人: +
+
-
-
-
- 部门负责人: -
-
+
+
+ 承租负责人: +
+
-
-
- 承租负责人: -
-
- -
-
- 核算员: -
-
+
+
+ 核算员: +
+
+
+
-
-
+ + + + + + + + + 查询 + 重置 + + + + + + + + + + + + + + +