|
@@ -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) {
|