@@ -988,11 +988,12 @@ module.exports = app => {
used_list: JSON.stringify(usedList),
tenderMenu,
// preUrl,
- // thisUrl,
+ // thisUrl,\
+ auditType: auditConst.auditType,
measureType,
categoryData,
tenderList,
- auditConst: auditConst.stage,
+ auditConst: auditConst.common,
ledgerAuditConst: auditConst.ledger,
jsFiles: this.app.jsFiles.common.concat(this.app.jsFiles.report.main),
customSelects,
@@ -181,7 +181,7 @@
导出报表
</div>
- <% if(![-600].includes(stg_id)) { %>
+ <% if(![-600, -700].includes(stg_id)) { %>
<div class="panel" id="archiveTopDiv" <% if (pageShow === null || parseInt(pageShow.showArchive) === 0 || isNaN(parseInt(pageShow.showArchive))) { %> style="display:none" <% } %>>
<div class="panel-body">
<div class="btn-group" role="group">
@@ -815,11 +815,14 @@
<% if (![-100, -150, -200, -300, -301, -302, -303, -600, -700].includes(stg_id)) { %>
-<% include ../stage/audit_modal.ejs %>
+ <% include ../stage/audit_modal.ejs %>
<% } %>
<% if (stg_id === -150) { %>
<% include ../safe_calc/audit_modal.ejs %>
+<% if (stg_id === -700) { %>
+ <% include ../phase_pay/audit_modal.ejs %>
+<% } %>
<script>
zTreeOprObj.getCustomerCfg();