|
@@ -1,6 +1,5 @@
|
|
|
<%@ page language="java" contentType="text/html;charset=GBK"
|
|
|
pageEncoding="GBK"%>
|
|
|
-
|
|
|
<form class="form-horizontal" id="jyrUserInfoform" method="post" enctype="multipart/form-data" >
|
|
|
<input type="hidden" id="id" name="id">
|
|
|
|
|
@@ -70,22 +69,22 @@
|
|
|
|
|
|
</div>
|
|
|
<div style="padding-left: 20px;">
|
|
|
- <table class="easyui-datagrid" style="width:97%;height: 80%; padpadding:10px;" id="zstbl"
|
|
|
- data-options="fitColumns:true,singleSelect:true,striped:true">
|
|
|
+ <table class="easyui-datagrid" style="width:97%;height: 200px; padpadding:10px;" id="zstbl"
|
|
|
+ data-options="fitColumns:true,singleSelect:true,striped:true">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th data-options="field:'zsid',width:20,align:'center',hidden:true">证书的id</th>
|
|
|
- <th data-options="field:'zsmc',width:20,align:'center'">证书名称</th>
|
|
|
+ <th data-options="field:'zsmc',width:20,align:'center'">证书名称</th>
|
|
|
<th data-options="field:'zszl',width:10,align:'center'">证书种类</th>
|
|
|
<th data-options="field:'zsbh',width:10,align:'center'">证书编号</th>
|
|
|
<th data-options="field:'yxq',width:10,align:'center'">有效期</th>
|
|
|
<th data-options="field:'zs',width:20,align:'center'">证书</th>
|
|
|
- <th data-options="field:'fjid',width:20,align:'center',hidden:true">附件表的id</th>
|
|
|
- <th data-options="field:'zsnr',width:20,align:'center'">关联blob的Id</th>
|
|
|
+ <th data-options="field:'manage',width:30,align:'center'">操作</th>
|
|
|
+ <th data-options="field:'zsid',width:20,align:'center',hidden:true">证书的id</th>
|
|
|
+ <th data-options="field:'fjid',width:20,align:'center',hidden:true">附件表的id</th>
|
|
|
+ <th data-options="field:'zsnr',width:20,align:'center',hidden:true">关联blob的Id</th>
|
|
|
<th data-options="field:'filename',width:20,align:'center',hidden:true">保存文件名</th>
|
|
|
<th data-options="field:'wjdx',width:20,align:'center',hidden:true">保存文件的大小</th>
|
|
|
<th data-options="field:'wjhzm',width:20,align:'center',hidden:true">保存文件的后缀名</th>
|
|
|
- <th data-options="field:'manage',width:30,align:'center'">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
</table>
|
|
@@ -100,8 +99,8 @@
|
|
|
</form>
|
|
|
|
|
|
|
|
|
- <div id="jyrUserZsinfo" class="easyui-window" title="人员证书信息新增" style="width:30%;height: 40%;"
|
|
|
- data-options="iconCls:'icon-edit',modal:true,collapsible:false,minimizable:false,maximizable:false,resizable:false,closed:true">
|
|
|
+ <div id="jyrUserZsinfo" class="easyui-window" title="人员证书信息新增" style="width:30%;height: 60%;"
|
|
|
+ data-options="modal:true,collapsible:false,minimizable:false,maximizable:false,resizable:false,closed:true">
|
|
|
<%@ include file="../jyrUser/JyrUserZsInfo.jsp" %>
|
|
|
</div>
|
|
|
|