|
@@ -1654,8 +1654,8 @@ export default {
|
|
|
|
|
|
// 前期费
|
|
// 前期费
|
|
const AM5 = row.initialFee
|
|
const AM5 = row.initialFee
|
|
- // 前期费用率,除一百是因为数据库存的整数
|
|
|
|
- const AS4 = this.calculateBaseInfo.preConstructionCostRatio / 100
|
|
|
|
|
|
+ // 利息,除一百是因为数据库存的整数
|
|
|
|
+ const AS4 = this.calculateBaseInfo.interest / 100
|
|
// 工期
|
|
// 工期
|
|
const AS2 = this.calculateBaseInfo.constructionPeriod
|
|
const AS2 = this.calculateBaseInfo.constructionPeriod
|
|
// 设备工程费
|
|
// 设备工程费
|