Browse Source

计算,签约合同价(不含暂列金)

MaiXinRong 5 years ago
parent
commit
8c79dc144c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/service/rpt_gather_memory.js

+ 2 - 0
app/service/rpt_gather_memory.js

@@ -450,6 +450,8 @@ module.exports = app => {
             info.tech_param = tender.info.tech_param;
             info.tech_param = tender.info.tech_param;
             info.deal_param = tender.info.deal_param;
             info.deal_param = tender.info.deal_param;
             info.pay_account = tender.info.pay_account;
             info.pay_account = tender.info.pay_account;
+            info.deal_param.contractPriceWithoutZL = this.ctx.helper.sub(info.deal_param.contractPrice,
+                info.deal_param.zanLiePrice);
             return info;
             return info;
         }
         }
         async _getStageTenderInfo(stage, info) {
         async _getStageTenderInfo(stage, info) {