123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- <html xmlns:th="http://www.thymeleaf.org">
- <head>
- <title>私塾家</title>
- <script th:include="sys/common/metaCSS" th:remove="tag"></script>
- <script th:include="sys/common/metaJS" th:remove="tag"></script>
- <script src="sys/js/My97DatePicker/WdatePicker.js" th:src="@{/static/sys/js/My97DatePicker/WdatePicker.js}"></script>
- </head>
- <style>
- .tablelink{margin-right:10px;}
- .stylecss{
- color: red;
- }
- .select_width{
- width: 220px;
- }
- .date_width{
- width: 150px;
- }
-
- .tablelist th,td{
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- #mealServiceAdd .zwfb_shop_table {
- margin-top: 10px
- }
-
-
- </style>
- <body>
- <div class="place">
- <span>位置:</span>
- <ul class="placeul">
- <li><a href="#">小塾管理</a></li>
- <li><a href="#">小塾币使用情况-结算(新模式)</a></li>
- </ul>
- </div>
- <div class="rightinfo">
- <form id="seachform" th:action="@{/sys/finance/balanceConsumeDetailList_New.html}" method="post">
- <ul class="seachform">
- <li>
- <label>日期</label>
- <input type="text" id="startMonth" name="startMonth" autocomplete="off" onclick="WdatePicker({dateFmt:'yyyy-MM'})" th:value="${search.startMonth }" class="scinput date_width " placeholder="选择日期">
- </li>
-
- <li>
- <label>机构名称</label>
- <input type="text" id="unitName" name="unitName" th:value="${search.unitName }" class="scinput " placeholder="输入商户/机构关键字">
- </li>
-
- <li>
- <input type="button" class="scbtn" value="查询" />
- <input type="button" id="button" class="scbtn" value="导出" />
- </li>
-
- </ul>
- </form>
- <table class="tablelist">
- <thead>
- <tr>
- <th style="width: 50px;">序号</th>
- <th>签约帐号</th>
- <th>签约商户</th>
-
- <th>套餐名称</th>
- <th>服务包名称</th>
-
- <th>服务包/月金额</th>
- <!-- <th>总有效服务数</th> -->
- <!-- <th>总结束服务数</th> -->
- <th>结算月份</th>
- <th>服务包结算金额</th>
-
- <th style="color: red">加油包/月金额</th>
- <!-- <th style="color: red">加油包/有效服务数</th> -->
- <!-- <th style="color: red">加油包/结束服务数</th> -->
- <th style="color: red">加油包/结算月份</th>
- <th style="color: red">加油包/结算数</th>
- <th style="color: red">加油包结算金额</th>
- <th >总结算金额</th>
- </tr>
- </thead>
- <tbody>
- <tr th:each="item:${list}" >
- <td th:text="${itemStat.count}"></td>
- <td th:text="${item.get('pos_code')}"></td>
- <td th:text="${item.get('unit_name')}"></td>
- <td th:switch="${item.meal_type}">
- <span th:case="1" >优选套餐</span>
- <span th:case="2" >VIP套餐</span>
- <span th:case="3" >尊享套餐</span>
- </td>
- <td th:switch="${item.sign_type}">
- <span th:case="1" >服务包1</span>
- <span th:case="2" >服务包2</span>
- <span th:case="3" >服务包3</span>
- </td>
- <td th:text="${item.get('count_1')>0 ? item.get('price') : '0' }"></td>
- <!-- <td th:text="${item.get('sum_1')}"></td> -->
- <!-- <td th:text="${item.get('sum_2')}"></td> -->
- <td th:text="${item.get('count_1')>0 ? item.get('balance_month') : '' }"></td>
- <td th:text="${item.get('sum_price_1')}"></td>
-
- <td th:text="${item.get('count_2')>0 ? '700' : '0' }"></td>
- <!-- <td th:text="${item.get('sum_3')}"></td> -->
- <!-- <td th:text="${item.get('sum_4')}"></td> -->
- <td th:text="${item.get('count_2')>0 ? item.get('balance_month') : '' }"></td>
- <td th:text="${item.get('count_2')>0 ? item.get('count_2') : '' }"></td>
- <td th:text="${item.get('sum_price_2')}"></td>
- <td th:text="${item.get('sum_price_3')}"></td>
- </tr>
- </tbody>
- </table>
- <!-- 分页 -->
- <div class="pagin">
- <div class="message">共<i class="blue">[[${page.rowCnt}]]</i>条记录,当前显示第 <i class="blue">[[${page.pageNo }]] </i>页</div>
- <div th:utext='${listNavigatHtml}' th:remove="tag" ></div>
- </div>
-
-
- <ul style="margin-bottom: 100px;margin-top:20px;margin-left: 10px;">
- <li style="line-height: 25px;">
- <span style="font-size: 14px;">操作名词解释</span>
- </li>
- <li style="line-height: 25px;color: red;">
- <span style="font-size: 14px;">1.服务包/月金额:合同签订的服务包每月金额。</span>
- </li>
- <li style="line-height: 25px;color: red;">
- <span style="font-size: 14px;">2.总有效服务数:为当月有效服务的“服务包上限人数”+“加油包上限人数”。</span>
- </li>
- <li style="line-height: 25px;color: red;">
- <span style="font-size: 14px;">3.总结束服务数:为当月结束服务的“服务包上限人数”+“加油包上限人数”。</span>
- </li>
- <li style="line-height: 25px;color: red;">
- <span style="font-size: 14px;">4.服务包/结算月份:为指点公司就所显示的月份,与供应商(爱加公司)进行商户使用服务包结算。</span>
- </li>
- <li style="line-height: 25px;color: red;">
- <span style="font-size: 14px;">5.服务包应结算金额:若“服务包/结算月份”显示具体结算月份,“服务包应结算金额”=“服务包/月金额”*40%。</span>
- </li>
- <li style="line-height: 25px;color: red;">
- <span style="font-size: 14px;">6.加油包/月金额:合同签订的加油包每月金额。</span>
- </li>
- <li style="line-height: 25px;color: red;">
- <span style="font-size: 14px;">7.加油包/有效服务数:为当月有效服务的“加油包上限人数”。</span>
- </li>
- <li style="line-height: 25px;color: red;">
- <span style="font-size: 14px;">8.加油包/结束服务数:当月结束服务的“加油包上限人数”。</span>
- </li>
- <li style="line-height: 25px;color: red;">
- <span style="font-size: 14px;">9.加油包/结算月份:为指点公司的该商户需就所显示月份与供应商(爱加公司)进行加油包结算。</span>
- </li>
- <li style="line-height: 25px;color: red;">
- <span style="font-size: 14px;">10.加油包/结算数量:当月商户所使用应结算的加油包数量。</span>
- </li>
- <li style="line-height: 25px;color: red;">
- <span style="font-size: 14px;">11.加油包应结算金额:若“加油包/结算月份”显示具体结算月份,“加油包应结算金额”=“加油包/月金额”*“加油包/结算数量”*40%。</span>
- </li>
- <li style="line-height: 25px;color: red;">
- <span style="font-size: 14px;">12.总应结算金额:指点公司就该商户使用情况应结算给供应商(爱加公司)的平台服务费金额。“总应结算金额”=“服务包应结算金额”+“加油包应结算金额”。</span>
- </li>
- </ul>
- </body>
-
-
-
- </div>
- </body>
- <script type="text/javascript">
- $("#button").on('click',function(){
- document.getElementById("seachform").action = "[[${sysUrl}]]/sys/finance/export6";
- $("#seachform").submit();
- window.setTimeout(function(){
- document.getElementById("seachform").action = "[[${sysUrl}]]/sys/finance/balanceConsumeDetailList_New.html";
- },3000);
- });
- </script>
- </html>
|