salesRecord.jsp
8.31 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<?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"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
<c:set var="ctx" value="${pageContext.request.contextPath}" />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<jsp:include page="${ctx }/view/common/meta.jsp" />
<link href="${ctx }/resource/css/jquery-date/jquery-ui-1.10.1.css" rel="stylesheet" />
<link href="${ctx }/resource/css/jquery-date/latoja.datepicker.css" rel="stylesheet" />
<link href="${ctx }/resource/css/member.css" rel="stylesheet" type="text/css" />
<link href="${ctx }/resource/css/easyDialog.css" rel="stylesheet" type="text/css" />
<link href="${ctx }/resource/css/tab-slide.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="${ctx }/resource/js/utils/jquery/jquery-ui-1.10.1.min.js"></script>
<script type="text/javascript" src="${ctx }/resource/js/utils/jquery/jquery.ui.datepicker-zh-cn.js"></script>
<script type="text/javascript" src="${ctx }/resource/js/utils/tab-slide.js"></script>
<script type="text/javascript" src="${ctx }/resource/js/user/salesRecord.js"></script>
<link href="${ctx }/resource/js/utils/page/page.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="${ctx}/resource/js/utils/page/query.js"></script>
<script type="text/javascript" src="${ctx}/resource/js/utils/page/page.js"></script>
<script>
</script>
</head>
<body>
<jsp:include page="${ctx }/view/common/header.jsp" />
<div class="bigbox">
<jsp:include page="${ctx }/view/common/menu.jsp" />
<div class="etlist rightbox0" >
<h2 style="text-align: left;">买卖记录</h2>
<div class="crossline"></div>
<div class="clear"></div>
<div class="rightbox2 sales-record" style="padding: 0px;">
<div class="tab-slide" id="tab">
<a>当日订单</a>
<a>当日成交</a>
<a>撤单</a>
<a>历史订单</a>
<a>历史成交</a>
<a>交割查询</a>
<div style="clear:both"></div>
</div>
<div class="box" id="tabContent">
<!-- 当日订单 -->
<div class="box-item today-record" >
<div class="scroll-x" >
<table cellpadding='0' cellspacing='0' id="entrust_info" style="margin-top:40px;">
</table>
</div>
</div>
<!-- 当日成交 -->
<div class="box-item deal-today" style="display:none">
<div class="show-way">展示方式:
<select id="dealToday" onchange="SalesRecord.SelectChange('dealToday','dealTodayTab1','dealTodayTab2')">
<option value="0">明细</option>
<option value="1">汇总</option>
</select>
</div>
<div >
<table cellspacing="0" id="dealTodayTab1">
</table>
<table cellspacing="0" style="display:none" id="dealTodayTab2">
</table>
</div>
</div>
<!-- 撤单 -->
<div class="today-record " style="display:none">
<div class="scroll-x" id="div_abroad" >
<table id="withdraw" cellpadding='0' cellspacing='0' style="margin-top:40px;">
</table>
</div>
</div>
<!-- 历史订单 -->
<div class="deal-history" style="display:none">
<form class="input-box">
<p><label>起始时间:<input id="start_date_DH" onclick="selectDate()" /></label></p>
<p><label>终止时间:<input id="end_date_DH"/></label></p>
<a onclick="SalesRecord.queryHisEntrust()">查询</a>
</form>
<div class="scroll-x">
<table cellspacing="0" id="his_entrust">
</table>
</div>
<div id="pageToolbar"></div>
</div>
<!-- 历史成交 -->
<div class="today-record" style="display:none">
<form class="input-box">
<p><label>起始时间:</label><input id="start_date_DR"/></p>
<p><label>终止时间:</label><input id="end_date_DR"/></p>
<p><label>展示方式:</label>
<select id="dealhistory" onchange="SalesRecord.SelectChange('dealhistory','dealhistoryTab1','dealhistoryTab2')">
<option value="01">明细</option>
<option value="02">汇总</option>
</select>
</p>
<a>查询</a>
</form>
<div class="scroll-x" id="dealhistoryTab1">
<table cellspacing="0">
<!-- <tr>
<th> </th>
<th>订单号</th>
<th>订单日期</th>
<th>订单状态</th>
<th>买卖方向</th>
<th>藏品代码</th>
<th>藏品名称</th>
<th>下单价格</th>
<th>下单数量</th>
<th>成交价格</th>
<th>成交数量</th>
<th>交易属性</th>
</tr>
<tr>
<td><input type="checkbox"></input></td>
<td>1</td>
<td>120.00</td>
<td>1</td>
<td>13</td>
<td>120.00</td>
<td>1</td>
<td>13</td>
<td>630045</td>
<td>T80辛丑鸡</td>
<td>120.00</td>
<td>1</td>
</tr> -->
</table>
</div>
<table cellspacing="0" id="dealhistoryTab2" style="display:none">
<!-- <tr>
<th> </th>
<th>序号</th>
<th>藏品代码</th>
<th>藏品名称</th>
<th>成交价格</th>
<th>成交数量</th>
<th>交易属性</th>
</tr> -->
</table>
</div>
<!-- 交割查询 -->
<div class="today-record" style="display:none">
<form class="input-box">
<p><label>起始时间:</label><input id="start_date_DS"/></p>
<p><label>终止时间:</label><input id="end_date_DS"/></p>
<p><label>展示方式:</label>
<select id="deliverySearch" onchange="SalesRecord.SelectChange('deliverySearch','deliverySearchTab1','deliverySearchTab2')">
<option value="01">明细</option>
<option value="02">汇总</option>
</select>
</p>
<a>查询</a>
</form>
<div class="scroll-x" id="deliverySearchTab1">
<table cellspacing="0" style="width:1500px">
<!-- <tr>
<th>序号</th>
<th>成交日期</th>
<th>成交时间</th>
<th>业务名称</th>
<th>藏品代码</th>
<th>藏品名称</th>
<th>成交价格</th>
<th>成交数量</th>
<th>成交编号</th>
<th>交易属性</th>
<th>发生金额</th>
<th>剩余金额</th>
<th>佣金</th>
<th>印花税</th>
<th>订单号</th>
<th>成交编号</th>
<th>资金账号</th>
<th>申报时间</th>
</tr> -->
</table>
</div>
<table cellspacing="0" id="deliverySearchTab2" style="display:none">
<!-- <tr>
<th>序号</th>
<th>业务名称</th>
<th>藏品代码</th>
<th>藏品名称</th>
<th>成交价格</th>
<th>成交数量</th>
<th>发生金额</th>
</tr> -->
</table>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
</div>
<jsp:include page="${ctx }/view/common/bottom.jsp" />
<!-- 撤单弹窗 -->
<div class="easyDialog_wrapper ND ensure" id="deleteRecord_popup" >
<div class="easyDialog_content" style="border-top:3px solid #d81e31;">
<div class="easyDialog_text">
<p >你确定要撤单么?</p>
<p id="deleteRecord_text"></p>
</div>
<div class="easyDialog_footer two-btn">
<button class="btn_normal" onclick="easyDialog.close()">取消</button>
<button class="btn_highlight" id="ensurePopup" onclick="SalesRecord.withdraw()">确定</button>
</div>
</div>
</div>
<!-- 确定结果弹窗 -->
<div class="easyDialog_wrapper ND ensure " id="ensure" >
<div class="easyDialog_content" style="border-top:3px solid #d81e31;">
<div class="easyDialog_text" id="entrust_result">
</div>
<div class="easyDialog_footer one-btn">
<button class="btn_highlight" onclick="easyDialog.close()">确定</button>
</div>
</div>
</div>
</body>
</html>