pickEnsure.jsp
6.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<?xml version="1.0" encoding="UTF-8" ?>
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<c:set var="ctx" value="${pageContext.request.contextPath}" />
<!DOCTYPE html>
<html>
<head>
<jsp:include page="${ctx }/WEB-INF/view/meta.jsp"></jsp:include>
<script type="text/javascript" src="${ctx}/resource/js/user/pick/pickEnsure.js?r=${random}"></script>
</head>
<body>
<div class="easyui-panel" data-options="fit:true">
<div class="easyui-panel" style="padding:10px;"
data-options="title:'查询条件', collapsible:true, width:'100%', height:'20%'">
<form id="search-form" action="/user/pick/search" method="post">
<table class="search-table">
<tr>
<td>
会员号:<input name="fundAccount" class="easyui-textbox search-input">
</td>
<td>
提货人姓名:<input name="pickingName" class="easyui-textbox search-input">
</td>
<td>
手机号:<input name="phoneCode" class="easyui-textbox search-input">
</td>
<td>
提货方式:
<select name="pickType" class="easyui-combobox search-input" data-options="editable: false">
<option value="" selected="selected">全部</option>
<option value="0">本人自提</option>
<option value="1">委托自提</option>
<option value="2">顺丰到付</option>
<option value="3">转赵涌在线拍卖</option>
<option value="6">转亚交所</option>
</select>
</td>
</tr>
<tr>
<td>
提货状态:
<select name="pickStatus" class="easyui-combobox search-input" data-options="editable: false">
<option value="">全部</option>
<option value="0">已申请</option>
<option value="1">已确定</option>
<option value="2">已确定否决</option>
<option value="3">已审核</option>
<option value="4">已审核否决</option>
<option value="5">已撤销</option>
<option value="6">已过期</option>
</select>
</td>
<td>
网点编号:<input name="code" class="easyui-numberbox search-input">
</td>
<td>
网点名称:<input name="name" class="easyui-textbox search-input">
</td>
</tr>
<tr>
<td>
起始申请日期:<input name="pickStart" data-options="formatter:App.formatDate" class="easyui-datebox search-input">
</td>
<td>
结束申请日期:<input name="pickEnd" data-options="formatter:App.formatDate" class="easyui-datebox search-input">
</td>
<td>
处理申请日期:<input name="ensureStart" data-options="formatter:App.formatDate" class="easyui-datebox search-input">
</td>
<td>
处理申请日期:<input name="ensureEnd" data-options="formatter:App.formatDate" class="easyui-datebox search-input">
</td>
<td>
<a href="javascript:PickEnsure.search()" class="easyui-linkbutton search-button" data-options="iconCls:'icon-search'">搜索</a>
</td>
</tr>
</table>
</form>
</div>
<div class="easyui-panel" data-options="height:'80%',title:'查询结果'">
<!-- DataGrid -->
<table id="data-grid" class="easyui-datagrid"
data-options="fitColumns:true, fit:true, pagination:true,
rownumbers:true, toolbar:'#toolbar', selectOnCheck:true, pageSize:20">
<thead>
<tr>
<th data-options="field:'OP_STATION', checkbox:true"></th>
<th data-options="field:'PICK_NO'">提货单号</th>
<th data-options="field:'CLIENT_ID'">会员号</th>
<th data-options="field:'PICKING_NAME'">提货人姓名</th>
<th data-options="field:'PHONE_CODE'">手机号码</th>
<th data-options="field:'ID_NO'">证件号码</th>
<th data-options="field:'POSITION_STR', formatter:PickEnsure.formatPickDetail">提货信息</th>
<th data-options="field:'PACKAGE_TYPE'">包装方式</th>
<th data-options="field:'PICK_TYPE', formatter:PickEnsure.formatPickType">提货方式</th>
<th data-options="field:'PICKING_DATE'">提货日期</th>
<th data-options="field:'PICK_STATUS_NAME'">提货状态</th>
<th data-options="field:'TRUSTEESHIP_CYCLE'">托管周期</th>
<th data-options="field:'AMOUNT'">托管费用</th>
<th data-options="field:'EXPRESS_ADRESS'">收货地址</th>
<th data-options="field:'INSURANCE'">保价金额</th>
<th data-options="field:'CREATE_DATE'">申请时间</th>
<th data-options="field:'ENSURE_DATE'">确认处理日期</th>
<th data-options="field:'EXPRESS_NO', formatter:PickEnsure.formatExpress">快递单号</th>
<th data-options="field:'CHECK_STATUS', formatter:PickEnsure.formatCheckStatus">技术审核</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<div id="toolbar">
<a href="javascript:PickEnsure.updateStatus(1)" class="easyui-linkbutton">确认通过</a>
<%--<a href="javascript:PickEnsure.updateStatus(2)" class="easyui-linkbutton">确认否决</a>--%>
<%--<a href="javascript:PickEnsure.updateStatus(5)" class="easyui-linkbutton">过期作废</a>--%>
<a href="javascript:PickEnsure.updateCheckStatus()" class="easyui-linkbutton">技术审核</a>
<a href="javascript:PickEnsure.printApplyList()" class="easyui-linkbutton">打印申请单</a>
</div>
<!-- 提货信息 -->
<div id="pick-detail-dialog" class="easyui-dialog" style="padding:10px; width: 530px;"
data-options="closed:true, title:'编辑报表配置', buttons:'#pick-detail-dialog-buttons'">
<table id="pick-detail-data-grid" class="easyui-datagrid" style="width: 518px; height: 342px;"
data-options="fitColumns:true, singleSelect:true, rownumbers:true">
<thead>
<tr>
<th data-options="field:'otcCode'">藏品代码</th>
<th data-options="field:'otcName'">藏品名称</th>
<th data-options="field:'fundAccount'">会员号</th>
<th data-options="field:'clientName'">会员姓名</th>
<th data-options="field:'occurAmount'">提货数量</th>
<th data-options="field:'pickStatusName'">提货状态</th>
<th data-options="field:'packType'">封装方式</th>
<th data-options="field:'positionStr', formatter:PickEnsure.formatPickDetailOp">操作</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<div id="pick-detail-dialog-buttons" style="text-align:center;">
<a href="javascript:App.closeDialog('pick-detail-dialog', '')" class="easyui-linkbutton search-button">确定</a>
</div>
</div>
</body>
</html>