Explorar el Código

台账修订,上报后,显示查看修订内容url

MaiXinRong hace 4 años
padre
commit
54e9aa6834
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/view/revise/index.ejs

+ 2 - 0
app/view/revise/index.ejs

@@ -65,6 +65,8 @@
                             <% } else if (lr.status === auditConst.status.checkNo && lr.uid === ctx.session.sessionUser.accountId) { %>
                             <a href="<%- preUrl + '/revise/info' %>" class="btn btn-primary btn-sm">重新上报</a>
                             <a href="#remove" data-toggle="modal" data-target="#remove" class="btn btn-secondary btn-sm">作废</a>
+                            <% } else if (lr.status !== auditConst.status.checked) { %>
+                            <a href="<%- preUrl + '/revise/info' %>">查看修订内容</a>
                             <% } %>
                             <% } %>
                             <% if (lr.lastest) { %>