|
@@ -68,7 +68,7 @@ module.exports = app => {
|
|
}
|
|
}
|
|
const preDetail = await this.addCommomCheck(trInfo, code);
|
|
const preDetail = await this.addCommomCheck(trInfo, code);
|
|
const rptTpl = await this.ctx.service.rptTpl.getDataById(trInfo.rpt_id);
|
|
const rptTpl = await this.ctx.service.rptTpl.getDataById(trInfo.rpt_id);
|
|
- const pageRst = this.ctx.service.jpcReport.getAllPreviewPagesCommon(rptTpl, 'A4');
|
|
|
|
|
|
+ const pageRst = await this.ctx.service.jpcReport.getAllPreviewPagesCommon(rptTpl, 'A4');
|
|
const newDetail = {
|
|
const newDetail = {
|
|
tender_id: this.ctx.paymentTender.id,
|
|
tender_id: this.ctx.paymentTender.id,
|
|
tr_id: trInfo.id,
|
|
tr_id: trInfo.id,
|