|
@@ -1597,7 +1597,7 @@ module.exports = app => {
|
|
|
d.end_qty = this.ctx.helper.add(d.pre_qty, d.qty);
|
|
|
d.end_tp = this.ctx.helper.add(d.pre_tp, d.tp);
|
|
|
}
|
|
|
- this.resultStageJgcl.push(...data);
|
|
|
+ this.resultStageYjcl.push(...data);
|
|
|
}
|
|
|
async _gatherMonthStageYjcl(sTender, month) {
|
|
|
const tender = await this.ctx.service.tender.getCheckTender(sTender.tid);
|