diff --git a/src/views/business/costRecord/component/applyDetail.vue b/src/views/business/costRecord/component/applyDetail.vue
index 4317359a..2d3ec81d 100644
--- a/src/views/business/costRecord/component/applyDetail.vue
+++ b/src/views/business/costRecord/component/applyDetail.vue
@@ -227,7 +227,7 @@
费用小计:
- {{ reducCost }}
+ {{ reducCost.toFixed(2) }}
diff --git a/src/views/business/discountApply/index.vue b/src/views/business/discountApply/index.vue
index ed33f25e..53307936 100644
--- a/src/views/business/discountApply/index.vue
+++ b/src/views/business/discountApply/index.vue
@@ -196,9 +196,9 @@
{{ scope.$index + 1 }}
-
-
-
+
+
+
-
+
-
+
@@ -384,8 +384,8 @@
border
:row-class-name="getRowClassName"
>
-
-
+
+
@@ -663,7 +663,7 @@ export default {
if (!value) return
try {
let edit =true;
- const res = await getUnitProDepList({ projectId: value, enableFilter: edit })
+ const res = await getListUnite({ projectId: value, enableFilter: edit })
this.uniteList = res.data || []
// 自动选中唯一叶子节点
@@ -817,11 +817,11 @@ export default {
console.log('22222222', this.pushReviewList)
this.leaseAll = this.pushReviewList.reduce((total, item) => {
// return total + Number(item.leaseMoney);
- return new Decimal(total).add(new Decimal(item.leaseMoney || 0)).toString()
+ return new Decimal(total).add(new Decimal(item.leaseCost || 0)).toString()
}, 0)
let obj = {
id: null,
- leaseMoney: this.leaseAll
+ leaseCost: this.leaseAll
}
this.pushReviewList.push(obj)
})
diff --git a/src/views/material/cost/component/applyDetail.vue b/src/views/material/cost/component/applyDetail.vue
index 4224c2b4..e6127498 100644
--- a/src/views/material/cost/component/applyDetail.vue
+++ b/src/views/material/cost/component/applyDetail.vue
@@ -417,8 +417,7 @@
{{ item.typeName }} |
{{ item.modeName }} |
{{ item.unitName }} |
- {{ item.leasePrice }} |
- |
+ {{ item.leasePrice }} |
{{ item.reduceNum }} |
|
{{ item.startTime }} |
@@ -426,7 +425,7 @@
{{ item.days }} |
{{ item.remark }} |
{{ item.leaseMoney.toFixed(3) }} |
- |
+ {{ 0 }} |
{{ item.unitName }} |
@@ -651,6 +650,8 @@ export default {
Number(this.reducCost)
this.costAll = costSum
+ console.log(this.leaseCost + "," + this.repairCost + "," + this.scrapCost + "," + this.loseCost + "," + this.reducCost)
+
this.subCostFlag = costSum
})
.catch(error => {
diff --git a/src/views/material/cost/component/unreportHome.vue b/src/views/material/cost/component/unreportHome.vue
index 08acb15b..0dcc11f0 100644
--- a/src/views/material/cost/component/unreportHome.vue
+++ b/src/views/material/cost/component/unreportHome.vue
@@ -186,7 +186,7 @@
未竣工
-
+