|
@@ -72,7 +72,7 @@
|
|
|
<td>${infolist.mainChannelName }</td>
|
|
|
<td>${infolist.childChannelDockingName }</td>
|
|
|
<td>${infolist.childChannelDockingTel }</td>
|
|
|
- <td>${infolist.rebackAmount }</td>
|
|
|
+ <td>${infolist.rebackAmount/100 }元</td>
|
|
|
<td>${infolist.childChannelBank }</td>
|
|
|
<td>${infolist.childChannelBankAccount}</td>
|
|
|
<td>${infolist.childChannelBankName}</td>
|
|
@@ -94,56 +94,6 @@
|
|
|
<%@include file="/common/other/paper/pager.jsp"%>
|
|
|
</div>
|
|
|
</form>
|
|
|
- <div class="layui-layer layui-anim layui-layer-iframe" id="layui-layer4" times="4" showtime="0" contype="string" style="display:none;z-index: 19891018; width: 550px; height: 360px; position: absolute; top: 100px; left: 379px;">
|
|
|
- <div class="layui-layer-title" id="sendOrderNote" style="cursor: move;" move="ok">结算</div>
|
|
|
- <br>
|
|
|
- <div class="row cl">
|
|
|
- <label class="form-label col-2"> 渠道名称:</label>
|
|
|
- <div class="formControls col-3">
|
|
|
- <b><span id="channelName">
|
|
|
-
|
|
|
- </span></b>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="row cl" style="margin-top: 10px;">
|
|
|
- <label class="form-label col-2"> 本次金额:</label>
|
|
|
- <div class="formControls col-3">
|
|
|
- <span id="rebackAmount">
|
|
|
-
|
|
|
- </span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <br>
|
|
|
- <div class="row cl">
|
|
|
- <div class="formControls col-5">
|
|
|
- <table class="table table-border table-bordered table-bg" style="width: 450px;margin-left: 10px;">
|
|
|
- <thead>
|
|
|
- <tr class="text-c">
|
|
|
- <th width="150" >账户银行</th>
|
|
|
- <th width="150" >收款账号</th>
|
|
|
- <th width="150" >开户名称</th>
|
|
|
- <th width="90">开户支行</th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody>
|
|
|
- <tr class="text-c">
|
|
|
- <td id="channelBank"></td>
|
|
|
- <td id="channelBankAccount"></td>
|
|
|
- <td id="channelBankName"></td>
|
|
|
- <td id="channelBankBranch"></td>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <br>
|
|
|
- <span style="margin-left: 10px;">请在打款后,点击”确认已结算“按钮,系统将对应的返利记录标记为已打款。</span>
|
|
|
- <div class="col-9 col-offset-3" style="margin-top: 10px;">
|
|
|
- <input class="btn btn-danger" type="button" onclick="getChannel()" value=" 确认已结算 ">
|
|
|
- </div>
|
|
|
- <span class="layui-layer-setwin">
|
|
|
- <a class="layui-layer-ico layui-layer-close layui-layer-close1" onclick="exitWindowsDiv(this)" href="javascript:;"></a>
|
|
|
- </span>
|
|
|
- </div>
|
|
|
</div>
|
|
|
<script type="text/javascript" src="${pageContext.request.contextPath }/common/admin/lib/jquery/1.9.1/jquery.min.js"></script>
|
|
|
<script type="text/javascript" src="${pageContext.request.contextPath }/common/admin/lib/layer/1.9.3/layer.js"></script>
|