Commit 95bc0951 by liujing

字典码的读取,并且显示在前端页面

parent 61f4c1ea
...@@ -3,12 +3,88 @@ ...@@ -3,12 +3,88 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>测试页面</title> <title>测试页面</title>
<!--- 代码框-->
<link rel="stylesheet" href="/easyui-window/css/easyui.css">
<link rel="stylesheet" href="/easyui-window/css/icon.css">
<link rel="stylesheet" href="/common/layer/skin/layer.css">
<!--- 代码框-->
<script type="text/javascript" src="/easyui-window/js/jquery.min.js"></script>
<script type="text/javascript" src="/easyui-window/js/jquery.easyui.min.js"></script>
<script type="text/javascript" src="/easyui-window/js/function.js"></script>
<script type="text/javascript" src="/easyui-window/js/easyui-lang-zh_CN.js"></script>
</head> </head>
<body> <body>
<div>这是一个页面</div> <table>
<input th:value="${username}"/> <tbody>
<img src="/images/bg.jpg" /> <input type="hidden" id="paixv" name="paixv" value="TB_ST_ASJ.larq">
<input type="hidden" name="typeFlag" value="${param.typeFlag}">
<input type="hidden" id="ifFirst" name="ifFirst" value="no"><!---ifFirst是否是第一次查询,第一次查询时只查本年度的案件-->
<tr><td colspan="6" style="height:20px;"></td></tr>
<tr>
<td class="ar" width="13.3%">案件类别:</td>
<td width="20%">
<span class="textbox">
<input type="text" id="ajlbdm" name="ajlbdm" class="val easyui-combotree" data-options="url: '/queryTypeCode?type=CODE_AJLB',method:'get',fit:true,textField : 'text', valueField : 'id'"/>
</span>
</td>
<td class="ar" width="13.3%">案件性质:</td>
<td width="20%">
<span class="textbox">
<input type="text" id="zatzJyqk" name="zatzJyqk" class="val easyui-combotree" data-options="url: '/queryTypeCode?type=CODE_AJXZ',method:'get',fit:true,textField : 'text', valueField : 'id'"/>
</span>
</td>
</tr>
<tr>
<td class="ar" width="13.3%">立案单位:</td>
<td width="20%">
<span class="textbox">
<input type="text" id="ladwGajgjgdm" name="ladwGajgjgdm" class="val easyui-combotree" data-options="url: '/queryTypeCode?type=CODE_UNIT',method:'get',fit:true,textField : 'text', valueField : 'id'"/>
</span>
</td>
<td class="ar" width="13.3%">登记单位:</td>
<td width="20%">
<span class="textbox">
<input type="text" id="xxdjdwGajgjgdm" name="xxdjdwGajgjgdm" class="val easyui-combotree" data-options="url: '/queryTypeCode?type=CODE_UNIT',method:'get',fit:true,textField : 'text', valueField : 'id'"/>
</span>
</td>
</tr>
<tr>
</tr>
<tr>
<td class="ar" width="13.3%">发案地点:</td>
<td width="20%">
<span class="textbox">
<input type="text" id="asjfsddXzqhdm" name="asjfsddXzqhdm" class="val easyui-combotree" data-options="url: '/queryTypeCode?type=CODE_XZQH',method:'get',fit:true,textField : 'text', valueField : 'id'"/>
</span>
</td>
<td class="ar" width="13.3%">涉案事由:</td>
<td width="20%">
<span class="textbox">
<input type="text" id="syJyqk" name="syJyqk" class="val easyui-combotree" data-options="url: '/queryTypeCode?type=CODE_SASY',method:'get',fit:true,textField : 'text', valueField : 'id'"/>
</span>
</td>
</tr>
</tbody>
</table>
<script>
</script>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment