Parcourir la source

隐藏只有单个个人章选择按钮

laiguoran il y a 2 ans
Parent
commit
77541c12ea
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      app/view/payment/detail_modal.ejs

+ 2 - 0
app/view/payment/detail_modal.ejs

@@ -32,7 +32,9 @@
                                     <div class="form-check form-check-inline">
                                         <input class="form-check-input" type="checkbox" id="stamp_path" value="<%- currentStamp %>" <% if (rptAudit.signature_msg.stamp_path !== null) { %>checked<% } %>>
                                         <label class="form-check-label" for="stamp_path">个人章</label>
+                                        <% if (stampPathList.length > 1) { %>
                                         <a class="pl-2" href="#chose-private-stamp-path" data-toggle="modal" data-target="#chose-private-stamp-path">选择个人章</a>
+                                        <% } %>
                                     </div>
                                     <% } %>
                                 </div>