|
@@ -33,20 +33,18 @@
|
|
|
<label>开始时间</label>
|
|
|
<input type="text" id="beginDate" name="beginDate" onclick="WdatePicker({readOnly:true,maxDate:'#F{$dp.$D(\'endDate\')}'})" th:value="${search.beginDate }" class="scinput date_width " placeholder="开始时间">
|
|
|
</li>
|
|
|
-
|
|
|
-
|
|
|
<li>
|
|
|
<label>结束时间</label>
|
|
|
<input type="text" id="endDate" name="endDate" onclick="WdatePicker({minDate:'#F{$dp.$D(\'beginDate\')}',maxDate:'%y-%M-%d'})" th:value="${search.endDate }" class="scinput date_width" placeholder="结束时间">
|
|
|
</li>
|
|
|
<li>
|
|
|
- <label>订单编号</label>
|
|
|
+ <label>订单编号</label>
|
|
|
<input name="order_no" type="text" class="scinput" th:value="${search.get('order_no')}"/>
|
|
|
</li>
|
|
|
- <li>
|
|
|
+ <li style="display: none">
|
|
|
<label>订单模式</label>
|
|
|
<select class="scinput select_width" name="libtype" style="width: 160px;" >
|
|
|
- <option value="" >全部</option>
|
|
|
+ <option value="" >全部</option>
|
|
|
<option value="1">家庭图书馆</option>
|
|
|
<option value="2">共享图书馆A</option>
|
|
|
<option value="3">共享图书馆B</option>
|
|
@@ -69,23 +67,23 @@
|
|
|
</ul>
|
|
|
<ul class="seachform" style="margin-left:60px;">
|
|
|
<li th:if="${ #httpSession.getAttribute('admin') !=null && #lists.contains(#httpSession.getAttribute('admin').orgcodeList,'SSJ-SSJ-CW') }">
|
|
|
- <input type="button" id="button" style="width: 100px;" class="scbtnbution" value="订单明细" />
|
|
|
+ <input type="button" id="button" style="width: 100px;" class="scbtnbution" value="导出订单明细" />
|
|
|
</li>
|
|
|
<!-- <li th:if="${ #httpSession.getAttribute('admin') !=null && #lists.contains(#httpSession.getAttribute('admin').orgcodeList,'SSJ-SSJ-CW') }">
|
|
|
<input type="button" id="detailbutton" style="width: 120px;" class="scbtnbution" value="各馆月度销售" />
|
|
|
</li> -->
|
|
|
- <li th:if="${ #httpSession.getAttribute('admin') !=null && #lists.contains(#httpSession.getAttribute('admin').orgcodeList,'SSJ-SSJ-CW') }">
|
|
|
- <input type="button" id="ybbutton" style="width: 120px;" class="scbtnbution" value="财务月报" />
|
|
|
- </li>
|
|
|
- <li th:if="${ #httpSession.getAttribute('admin') !=null && #lists.contains(#httpSession.getAttribute('admin').orgcodeList,'SSJ-SSJ-CW') }">
|
|
|
- <input type="button" id="gxbuttonA" style="width: 120px;" class="scbtnbution" value="共享模式A" />
|
|
|
- </li>
|
|
|
- <li th:if="${ #httpSession.getAttribute('admin') !=null && #lists.contains(#httpSession.getAttribute('admin').orgcodeList,'SSJ-SSJ-CW') }">
|
|
|
- <input type="button" id="gxbuttonB" style="width: 120px;" class="scbtnbution" value="共享模式B" />
|
|
|
- </li>
|
|
|
- <li th:if="${ #httpSession.getAttribute('admin') !=null && #lists.contains(#httpSession.getAttribute('admin').orgcodeList,'SSJ-SSJ-CW') }">
|
|
|
- <input type="button" id="zbbutton" style="width: 120px;" class="scbtnbution" value="人员月度销售" />
|
|
|
- </li>
|
|
|
+<!-- <li th:if="${ #httpSession.getAttribute('admin') !=null && #lists.contains(#httpSession.getAttribute('admin').orgcodeList,'SSJ-SSJ-CW') }"> -->
|
|
|
+<!-- <input type="button" id="ybbutton" style="width: 120px;" class="scbtnbution" value="财务月报" /> -->
|
|
|
+<!-- </li> -->
|
|
|
+<!-- <li th:if="${ #httpSession.getAttribute('admin') !=null && #lists.contains(#httpSession.getAttribute('admin').orgcodeList,'SSJ-SSJ-CW') }"> -->
|
|
|
+<!-- <input type="button" id="gxbuttonA" style="width: 120px;" class="scbtnbution" value="共享模式A" /> -->
|
|
|
+<!-- </li> -->
|
|
|
+<!-- <li th:if="${ #httpSession.getAttribute('admin') !=null && #lists.contains(#httpSession.getAttribute('admin').orgcodeList,'SSJ-SSJ-CW') }"> -->
|
|
|
+<!-- <input type="button" id="gxbuttonB" style="width: 120px;" class="scbtnbution" value="共享模式B" /> -->
|
|
|
+<!-- </li> -->
|
|
|
+<!-- <li th:if="${ #httpSession.getAttribute('admin') !=null && #lists.contains(#httpSession.getAttribute('admin').orgcodeList,'SSJ-SSJ-CW') }"> -->
|
|
|
+<!-- <input type="button" id="zbbutton" style="width: 120px;" class="scbtnbution" value="人员月度销售" /> -->
|
|
|
+<!-- </li> -->
|
|
|
</ul>
|
|
|
</form>
|
|
|
<table class="tablelist">
|
|
@@ -94,6 +92,7 @@
|
|
|
<th style="width: 50px;">序号</th>
|
|
|
<th>图书馆</th>
|
|
|
<th>订单编号</th>
|
|
|
+ <th>微信支付业务单号</th>
|
|
|
<th>家长姓名</th>
|
|
|
<th>宝宝姓名</th>
|
|
|
<th>产品类型</th>
|
|
@@ -101,8 +100,8 @@
|
|
|
<th>购卡时间</th>
|
|
|
<th>订单来源</th>
|
|
|
<th>订单状态</th>
|
|
|
- <th>订单类型</th>
|
|
|
- <th>订单模式</th>
|
|
|
+<!-- <th>订单类型</th> -->
|
|
|
+<!-- <th>订单模式</th> -->
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
@@ -110,6 +109,7 @@
|
|
|
<td th:text="${itemStat.count}" ></td>
|
|
|
<td th:text="${item.get('league_name')}"></td>
|
|
|
<td th:text="${item.get('order_no')}"></td>
|
|
|
+ <td th:text="${item.get('transaction_id')}"></td>
|
|
|
<td th:text="${item.get('parent_name')}"></td>
|
|
|
<td th:text="${item.get('child_name')}"></td>
|
|
|
<td th:text="${item.get('details')}"></td>
|
|
@@ -122,16 +122,16 @@
|
|
|
<span th:case="3" style="color: red;">财务手动</span>
|
|
|
<span th:case="*">其他</span>
|
|
|
</td>
|
|
|
- <td th:switch="${item.get('type')}">
|
|
|
- <span th:case="1">新签</span>
|
|
|
- <span th:case="2" style="color: red;">续签</span>
|
|
|
- </td>
|
|
|
- <td th:switch="${item.get('libtype')}">
|
|
|
- <span th:case="1" style="color:red;">家庭图书馆</span>
|
|
|
- <span th:case="2" style="color:blue;">共享图书馆A</span>
|
|
|
- <span th:case="3" style="color:#750000;">共享图书馆B</span>
|
|
|
- <span th:case="4" style="color:#750000;">共享图书馆C</span>
|
|
|
- </td>
|
|
|
+<!-- <td th:switch="${item.get('type')}"> -->
|
|
|
+<!-- <span th:case="1">新签</span> -->
|
|
|
+<!-- <span th:case="2" style="color: red;">续签</span> -->
|
|
|
+<!-- </td> -->
|
|
|
+<!-- <td th:switch="${item.get('libtype')}"> -->
|
|
|
+<!-- <span th:case="1" style="color:red;">家庭图书馆</span> -->
|
|
|
+<!-- <span th:case="2" style="color:blue;">共享图书馆A</span> -->
|
|
|
+<!-- <span th:case="3" style="color:#750000;">共享图书馆B</span> -->
|
|
|
+<!-- <span th:case="4" style="color:#750000;">共享图书馆C</span> -->
|
|
|
+<!-- </td> -->
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|