瀏覽代碼

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

MaiXinRong 5 年之前
父節點
當前提交
8c79dc144c
共有 1 個文件被更改,包括 2 次插入0 次删除
  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.deal_param = tender.info.deal_param;
             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;
         }
         async _getStageTenderInfo(stage, info) {