|
@@ -8,6 +8,7 @@
|
|
|
</div>
|
|
|
<div class="modal-body">
|
|
|
<div class="row">
|
|
|
+ <% if (trInfo.type !== paymentConst.modes_value_object.safe) { %>
|
|
|
<div class="col-5">
|
|
|
<% if (trInfo.sp_status !== shenpiConst.sp_status.gdspl && ctx.session.sessionUser.accountId === ctx.detail.uid) { %>
|
|
|
<div class="dropdown text-right pt-1"> </div>
|
|
@@ -29,10 +30,13 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="col-7" style="overflow: auto">
|
|
|
+ <% } %>
|
|
|
+ <div class="col" style="overflow: auto">
|
|
|
<div class="dropdown text-right">
|
|
|
<% if (trInfo.sp_status !== shenpiConst.sp_status.gdspl && ctx.session.sessionUser.accountId === ctx.detail.uid) { %>
|
|
|
+ <% if (trInfo.type !== paymentConst.modes_value_object.safe) { %>
|
|
|
<button class="btn btn-sm btn-primary mr-2" id="follow_rpt_audit_btn">同步表单角色</button>
|
|
|
+ <% } %>
|
|
|
<button class="btn btn-outline-primary btn-sm dropdown-toggle" type="button"
|
|
|
id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true"
|
|
|
aria-expanded="false">
|