-
结算单位
-
- {{ unitName }}
+
+
-
-
-
-
-
- {{ scope.row.leasePrice.toFixed(3) }}
-
+
+
结算工程
+
+ {{ projectName }}
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.leasePrice.toFixed(3) }}
+
+
+
+
+ {{ scope.row.num.toFixed(2) }}
+
+
+
+
+
+
+ {{ Number(scope.row.leaseDays).toFixed(2) }}
+
+
+
+
+ {{ scope.row.costs.toFixed(3) }}
+
+
-
-
- {{ scope.row.num.toFixed(2) }}
-
-
-
-
-
-
-
- {{ Number(scope.row.leaseDays).toFixed(2) }}
-
-
-
-
- {{ scope.row.costs.toFixed(3) }}
-
-
-
-
+
-
-
费用小计:
-
- {{ leaseCost }}
+
+
费用小计:
+
+ {{ leaseCost }}
+
+
+
-->
+
+
+
+
+
+ | 结算费用 |
+
+
+
+
+ | 结算单位 |
+ {{ unitName }} |
+
+
+ | 结算工程 |
+ {{ projectName }} |
+
+
+
+
+ | 租赁费用明细 |
+
+
+ | 序号 |
+ 设备名称 |
+ 规格型号 |
+ 计量单位 |
+ 租赁单价 |
+ 租赁数量 |
+ 租赁日期 |
+ 归还日期 |
+ 租赁天数 |
+ 租赁费用(元) |
+
+
+
+
+ | {{ index + 1 }} |
+ {{ item.typeName }} |
+ {{ item.modelName }} |
+ {{ item.mtUnitName }} |
+ {{ item.leasePrice.toFixed(3) }} |
+ |
+ {{ item.num.toFixed(2) }} |
+ |
+ {{ item.startTime }} |
+ {{ item.endTime }} |
+ {{ Number(item.leaseDays).toFixed(2) }} |
+ |
+ {{ item.costs.toFixed(3) }} |
+ |
+
+
+
+
+ | 费用小计: |
+ {{ leaseCost }} |
+
+
+
+
+
+
+
+
+
+
+ | 维修费用明细 |
+
+
+ | 序号 |
+ 设备名称 |
+ 规格型号 |
+ 计量单位 |
+ 维修数量 |
+ 是否收费 |
+ 维修费用(元) |
+
+
+
+
+ | {{ index + 1 }} |
+ {{ item.typeName }} |
+ {{ item.modelName }} |
+ {{ item.mtUnitName }} |
+ {{ item.num.toFixed(2) }} |
+ |
+ {{ item.partType }} |
+ {{ item.costs.toFixed(3) }} |
+ |
+
+
+
+
+ | 费用小计: |
+ {{ repairCost }} |
+
+
+
+
+
+
+
+
+
+
+ | 丢失费用明细 |
+
+
+ | 序号 |
+ 设备名称 |
+ 规格型号 |
+ 计量单位 |
+ 丢失数量 |
+ 丢失费用(元) |
+
+
+
+
+ | {{ index + 1 }} |
+ {{ item.typeName }} |
+ {{ item.modelName }} |
+ {{ item.mtUnitName }} |
+ {{ item.num.toFixed(2) }} |
+ |
+ {{ item.costs.toFixed(3) }} |
+ |
+
+
+
+
+ | 费用小计: |
+ {{ loseCost }} |
+
+
+
+
+
+
+
+
+
+ | 报废费用明细 |
+
+
+ | 序号 |
+ 设备名称 |
+ 规格型号 |
+ 计量单位 |
+ 报废数量 |
+ 是否收费 |
+ 报废费用(元) |
+
+
+
+
+ | {{ index + 1 }} |
+ {{ item.typeName }} |
+ {{ item.modelName }} |
+ {{ item.mtUnitName }} |
+ {{ item.num.toFixed(2) }} |
+ |
+ {{ item.partType }} |
+ {{ item.costs.toFixed(3) }} |
+ |
+
+
+
+
+ | 费用小计: |
+ {{ scrapCost }} |
+
+
+
+
+
+
+
+
+
+
+ | 减免费用明细 |
+
+
+ | 序号 |
+ 设备名称 |
+ 规格型号 |
+ 计量单位 |
+ 租赁单价 |
+ 减免数量 |
+ 减免开始日期 |
+ 减免结束日期 |
+ 减免天数 |
+ 减免原因 |
+ 减免费用(元) |
+
+
+
+
+ | {{ index + 1 }} |
+ {{ item.typeName }} |
+ {{ item.modeName }} |
+ {{ item.unitName }} |
+ {{ item.leasePrice }} |
+ |
+ {{ item.reduceNum }} |
+ |
+ {{ item.startTime }} |
+ {{ item.endTime }} |
+ {{ item.days }} |
+ {{ item.remark }} |
+ {{ item.leaseMoney.toFixed(3) }} |
+ |
+
+
+
+
+ | 费用小计: |
+ {{ reducCost }} |
+
+
+
+
+ | 合计: |
+ {{ costAll.toFixed(2) }} |
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.num.toFixed(2) }}
-
-
-
-
-
- {{ scope.row.costs.toFixed(3) }}
-
-
-
-
-
-
费用小计:
-
- {{ repairCost }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.num.toFixed(2) }}
-
-
-
-
- {{ scope.row.costs.toFixed(3) }}
-
-
-
-
-
-
费用小计:
-
- {{ loseCost }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.num.toFixed(2) }}
-
-
-
-
-
- {{ scope.row.costs.toFixed(3) }}
-
-
-
-
-
-
费用小计:
-
- {{ scrapCost }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.leaseMoney.toFixed(3) }}
-
-
-
-
-
-
费用小计:
-
- {{ reducCost }}
-
-
-
-
合计:
-
- {{ costAll.toFixed(2) }}
-
-
-
-
+
diff --git a/src/views/material/cost/component/examDetail.vue b/src/views/material/cost/component/examDetail.vue
index 86848272..40073883 100644
--- a/src/views/material/cost/component/examDetail.vue
+++ b/src/views/material/cost/component/examDetail.vue
@@ -14,6 +14,7 @@
>减免明细导出
全部明细导出
+
打印
-
-
-
-
结算单位
-
- {{ unitName }}
+
+
-
-
-
-
-
- {{ scope.row.leasePrice.toFixed(2) }}
-
+
+
结算工程
+
+ {{ projectName }}
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.leasePrice.toFixed(3) }}
+
+
+
+
+ {{ scope.row.num.toFixed(2) }}
+
+
+
+
+
+
+ {{ Number(scope.row.leaseDays).toFixed(2) }}
+
+
+
+
+ {{ scope.row.costs.toFixed(3) }}
+
+
-
-
- {{ scope.row.num.toFixed(2) }}
-
-
-
-
-
-
-
- {{ Number(scope.row.leaseDays).toFixed(2) }}
-
-
-
-
- {{ scope.row.costs.toFixed(2) }}
-
-
-
-
+
-
-
费用小计:
-
- {{ leaseCost }}
+
+
费用小计:
+
+ {{ leaseCost }}
+
+
+
-->
+
+
+
+
+
+ | 结算费用 |
+
+
+
+
+ | 结算单位 |
+ {{ unitName }} |
+
+
+ | 结算工程 |
+ {{ projectName }} |
+
+
+
+
+ | 租赁费用明细 |
+
+
+ | 序号 |
+ 设备名称 |
+ 规格型号 |
+ 计量单位 |
+ 租赁单价 |
+ 租赁数量 |
+ 租赁日期 |
+ 归还日期 |
+ 租赁天数 |
+ 租赁费用(元) |
+
+
+
+
+ | {{ index + 1 }} |
+ {{ item.typeName }} |
+ {{ item.modelName }} |
+ {{ item.mtUnitName }} |
+ {{ item.leasePrice.toFixed(3) }} |
+ |
+ {{ item.num.toFixed(2) }} |
+ |
+ {{ item.startTime }} |
+ {{ item.endTime }} |
+ {{ Number(item.leaseDays).toFixed(2) }} |
+ |
+ {{ item.costs.toFixed(3) }} |
+ |
+
+
+
+
+ | 费用小计: |
+ {{ leaseCost }} |
+
+
+
+
+
+
+
+
+
+
+ | 维修费用明细 |
+
+
+ | 序号 |
+ 设备名称 |
+ 规格型号 |
+ 计量单位 |
+ 维修数量 |
+ 是否收费 |
+ 维修费用(元) |
+
+
+
+
+ | {{ index + 1 }} |
+ {{ item.typeName }} |
+ {{ item.modelName }} |
+ {{ item.mtUnitName }} |
+ {{ item.num.toFixed(2) }} |
+ |
+ {{ item.partType }} |
+ {{ item.costs.toFixed(3) }} |
+ |
+
+
+
+
+ | 费用小计: |
+ {{ repairCost }} |
+
+
+
+
+
+
+
+
+
+
+ | 丢失费用明细 |
+
+
+ | 序号 |
+ 设备名称 |
+ 规格型号 |
+ 计量单位 |
+ 丢失数量 |
+ 丢失费用(元) |
+
+
+
+
+ | {{ index + 1 }} |
+ {{ item.typeName }} |
+ {{ item.modelName }} |
+ {{ item.mtUnitName }} |
+ {{ item.num.toFixed(2) }} |
+ |
+ {{ item.costs.toFixed(3) }} |
+ |
+
+
+
+
+ | 费用小计: |
+ {{ loseCost }} |
+
+
+
+
+
+
+
+
+
+ | 报废费用明细 |
+
+
+ | 序号 |
+ 设备名称 |
+ 规格型号 |
+ 计量单位 |
+ 报废数量 |
+ 是否收费 |
+ 报废费用(元) |
+
+
+
+
+ | {{ index + 1 }} |
+ {{ item.typeName }} |
+ {{ item.modelName }} |
+ {{ item.mtUnitName }} |
+ {{ item.num.toFixed(2) }} |
+ |
+ {{ item.partType }} |
+ {{ item.costs.toFixed(3) }} |
+ |
+
+
+
+
+ | 费用小计: |
+ {{ scrapCost }} |
+
+
+
+
+
+
+
+
+
+
+ | 减免费用明细 |
+
+
+ | 序号 |
+ 设备名称 |
+ 规格型号 |
+ 计量单位 |
+ 租赁单价 |
+ 减免数量 |
+ 减免开始日期 |
+ 减免结束日期 |
+ 减免天数 |
+ 减免原因 |
+ 减免费用(元) |
+
+
+
+
+ | {{ index + 1 }} |
+ {{ item.typeName }} |
+ {{ item.modeName }} |
+ {{ item.unitName }} |
+ {{ item.leasePrice }} |
+ |
+ {{ item.reduceNum }} |
+ |
+ {{ item.startTime }} |
+ {{ item.endTime }} |
+ {{ item.days }} |
+ {{ item.remark }} |
+ {{ item.leaseMoney.toFixed(3) }} |
+ |
+
+
+
+
+ | 费用小计: |
+ {{ reducCost }} |
+
+
+
+
+ | 合计: |
+ {{ costAll.toFixed(2) }} |
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.num.toFixed(2) }}
-
-
-
-
-
- {{ scope.row.costs.toFixed(2) }}
-
-
-
-
-
-
费用小计:
-
- {{ repairCost }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.num.toFixed(2) }}
-
-
-
-
-
- {{ scope.row.costs.toFixed(2) }}
-
-
-
-
-
-
费用小计:
-
- {{ scrapCost }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.num.toFixed(2) }}
-
-
-
-
- {{ scope.row.costs.toFixed(2) }}
-
-
-
-
-
-
费用小计:
-
- {{ loseCost }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.leaseMoney.toFixed(2) }}
-
-
-
-
-
-
费用小计:
-
- {{ reducCost }}
-
-
-
-
合计:
-
- {{ costAll.toFixed(2) }}
-
-
-
-
-
+