Explorar o código

修复审批bug

laiguoran %!s(int64=5) %!d(string=hai) anos
pai
achega
b7bb970aa5
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      app/controller/report_controller.js
  2. 1 0
      app/view/report/index.ejs

+ 1 - 0
app/controller/report_controller.js

@@ -202,6 +202,7 @@ module.exports = app => {
                     materialList,
                     stages: stageList,
                     dataSelects,
+                    authMobile: accountInfo.auth_mobile,
                 };
                 await this.layout('report/index.ejs', renderData, 'report/rpt_all_popup.ejs');
                 // await this.layout('report/index.ejs', renderData);

+ 1 - 0
app/view/report/index.ejs

@@ -238,6 +238,7 @@
 <script type="text/javascript" src="/public/jspdf/jspdf.min.js"></script>
 <script src="/public/js/datepicker/datepicker.min.js"></script>
 <script src="/public/js/datepicker/datepicker.zh.js"></script>
+<script src="/public/js/shares/cs_tools.js"></script>
 
 <!-- zTree -->
 <script type="text/javascript" src="/public/js/ztree/jquery.ztree.core.js"></script>