trustApplyAppraise.jsp
5.4 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
<?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/trustApplyAppraise.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/inventory/search" method="post">
<input type="hidden" name="applyType" value="234" />
<table class="search-table">
<tr>
<td>
仓库编号:<input name="code" class="easyui-numberbox search-input">
</td>
<td>
仓库名称:<input name="name" class="easyui-textbox search-input">
</td>
<td>
会员号:<input name="fundAccount" class="easyui-numberbox search-input">
</td>
<td>
联系方式:<input name="telphone" class="easyui-textbox search-input">
</td>
</tr>
<tr>
<td>
证件号:<input name="idNo" class="easyui-textbox search-input">
</td>
<td>
藏品编号:<input name="otcCode" class="easyui-textbox search-input">
</td>
<td>
藏品名称:<input name="otcName" class="easyui-textbox search-input">
</td>
<td>
托管单号:<input name="applyNo" class="easyui-textbox search-input">
</td>
</tr>
<tr>
<td>
流转号:<input name="innercirculatNo" class="easyui-numberbox search-input">
</td>
<td>
<a href="javascript:TrustApplyAppraise.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'
,singleSelect:true, selectOnCheck:true, pageSize:20, showFooter:true">
<thead>
<tr>
<th data-options="field:'OP_STATION', checkbox:true"></th>
<th data-options="field:'CODE'">网点编号</th>
<th data-options="field:'NAME'">网点名称</th>
<th data-options="field:'APPLY_NO'">托管单号</th>
<th data-options="field:'INNERCIRCULAT_NO'">流转号</th>
<th data-options="field:'FUND_ACCOUNT'">会员号</th>
<th data-options="field:'TELPHONE'">联系电话</th>
<th data-options="field:'ID_NO'">证件号码</th>
<th data-options="field:'OTC_CODE'">藏品编号</th>
<th data-options="field:'OTC_NAME'">藏品名称</th>
<th data-options="field:'APPLY_COUNT'">申请数</th>
<th data-options="field:'APPROVAL_COUNT'">鉴定通过数</th>
<th data-options="field:'BACK_AMOUNT'">退回数量</th>
<th data-options="field:'OPERATOR_NAME'">操作人</th>
<th data-options="field:'AUDIT_DATE'">操作时间</th>
<th data-options="field:'REMARK'">备注</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<div id="toolbar">
<a href="javascript:TrustApplyAppraise.appraise()" class="easyui-linkbutton">鉴定通过</a>
<a href="javascript:TrustApplyAppraise.vote()" class="easyui-linkbutton">鉴定否决</a>
</div>
<!-- 网点信息 -->
<div id="appraise-dialog" class="easyui-dialog" style="padding:10px; width: 400px;"
data-options="closed:true, title:'编辑', buttons:'#appraise-buttons'">
<form id="appraise-form" method="post" data-options="novalidate: false" action="/user/trustApply/appraise">
<input type="hidden" name="applyNo" id="applyNo" />
<ul class="simple-ul">
<li><label style="width:120px;">申请人:</label> <label id="clientName" style="text-align: center;"></label></li>
<li><label style="width:120px;">会员号:</label> <label id="fundAccount" style="text-align: center;"></label></li>
<li><label style="width:120px;">藏品代码:</label> <label id="otcCode" style="text-align: center;"></label></li>
<li><label style="width:120px;">藏品名称:</label> <label id="otcName" style="text-align: center;"></label></li>
<li><label style="width:120px;">申请数量:</label> <label id="applyCount" style="text-align: center;"></label></li>
<li><label style="width:120px;">鉴定通过数量:</label> <input name="approvalCount" id="approvalCount"
data-options="required:true" class="easyui-numberbox search-input"></li>
<li><label style="width:120px;">退回数量:</label> <input name="backAmount" id="backAmount"
data-options="required:true" class="easyui-numberbox search-input"></li>
</ul>
</form>
</div>
<div id="appraise-buttons" style="text-align:center;">
<a href="javascript:TrustApplyAppraise.formSubmit()" class="easyui-linkbutton search-button">确定</a>
<a href="javascript:App.closeDialog('appraise-dialog', 'appraise-form')" class="easyui-linkbutton search-button">取消</a>
</div>
</div>
</body>
</html>