|
@@ -592,7 +592,7 @@ module.exports = app => {
|
|
|
cb.value = this.ctx.helper.add(sumGcl.contract_tp, sumGcl.qc_tp);
|
|
|
break;
|
|
|
case 'bqyf':
|
|
|
- cb.value = this._.sumBy(stage_list, 'yf_tp');
|
|
|
+ cb.value = this.ctx.helper.roundNum(this._.sumBy(stage_list, 'yf_tp'), 2);
|
|
|
break;
|
|
|
default:
|
|
|
cb.value = 0;
|