|
@@ -34,7 +34,7 @@
|
|
|
</div>
|
|
|
<div class="d-inline-block ml-3">
|
|
|
<a id="exportExcel" class="btn btn-primary btn-sm" href="javascript: void(0)">导出计量台账Excel</a>
|
|
|
- <% if (ctx.app.config.is_debug && !ctx.stage.readOnly && !ctx.stage.revising && ctx.stage.status === auditConst.status.uncheck) { %>
|
|
|
+ <% if (!ctx.stage.readOnly && !ctx.stage.revising && ctx.stage.status === auditConst.status.uncheck) { %>
|
|
|
<a id="importExcel" class="btn btn-primary btn-sm" href="javascript: void(0)">导入计量台账Excel</a>
|
|
|
<% } %>
|
|
|
<a class="btn btn-sm btn-primary" href="javascript: void(0);" id="ledger-check2">数据检查</a>
|