laiguoran 4 лет назад
Родитель
Сommit
69502bbb46
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      app/controller/report_controller.js

+ 2 - 0
app/controller/report_controller.js

@@ -7,6 +7,7 @@
 const tenderMenu = require('../../config/menu').tenderMenu;
 const measureType = require('../const/tender').measureType;
 const auditConst = require('../const/audit');
+const shenpiConst = require('../const/shenpi');
 const accountGroup = require('../const/account_group').group;
 const JpcEx = require('../reports/rpt_component/jpc_ex');
 const JV = require('../reports/rpt_component/jpc_value_define');
@@ -212,6 +213,7 @@ module.exports = app => {
                     // pageShow: JSON.stringify(pageShow),
                     pageShow,
                     authMobile: accountInfo.auth_mobile,
+                    shenpiConst,
                 };
                 await this.layout('report/index.ejs', renderData, 'report/rpt_all_popup.ejs');
                 // await this.layout('report/index.ejs', renderData);