|
@@ -70,6 +70,7 @@ module.exports = app => {
|
|
|
const preDetail = await this.addCommomCheck(trInfo, code);
|
|
|
const rptTpl = await this.ctx.service.rptTpl.getDataById(trInfo.rpt_id);
|
|
|
const pageRst = await this.ctx.service.jpcReport.getAllPreviewPagesCommon(rptTpl, 'A4');
|
|
|
+ // rptTpl.source_type = 101;
|
|
|
// const pageRst = await ctx.service.jpcReport.getPreviewPagesWithDiscreteDataCommon(ctx, rptTpl, 'A4', this.app.baseDir, null);
|
|
|
const newDetail = {
|
|
|
tender_id: this.ctx.paymentTender.id,
|