<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="personTab.aspx.cs" Inherits="CPMS.views.personTab" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">

<head runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

<title>相关案件人员</title>  <script src="../resources/js/jQueryv1.7.1.js"></script>

<script src="../resources/js/operamasks-ui.min.js"></script>

<link href="../resources/css/apusic/om-apusic.css" rel="stylesheet" />

<style type="text/css">     html, body {     width: 100%;     height: 100%;     padding: 0;     margin: 0;     overflow: hidden;      }

</style>

<script type="text/javascript">

$(function () {

$("#grid").omGrid({

height: 650,

showIndex: false,

colModel: [

{

header: '姓名',

name: 'PName',

width: 120,

align: 'center'

},

{

header: '性别',

name: 'PSex',

width: 120,

align: 'center'

},

{

header: '人员类型',

name: 'PType',

width: 120,

align: 'center'

},                 {

header: '身份证',

name: 'PNum',

width: 120,

align: 'center'

},

{

header: '家庭住址',

name: 'PHomeAddress',

width: 150,

align: 'center'

} ,

{

header: '现联系地址',

name: 'PAddress',

width: 150,

align: 'center'

},

{

header: '联系电话',

name: 'PTel',

width: 120,

align: 'center'

},                 {

header: '工作单位',

name: 'PWorkUnit',

width: 120,

align: 'center'                 },

{

header: '记录所在单位',

name: 'PUnitId',

width: 120,

align: 'center'                 },

{

header: '备注',

name: 'PNotes',

width: 120,

align: 'center'

}]

});

});

</script> </head>

<body>

<form id="form1" runat="server">

<div id="grid"></div>

</form>

</body>

</html>

效果如下:

最新文章

  1. ECSHOP去版权与标志
  2. Mysql查询比较
  3. 解决maven项目将model version改成3.0版本问题
  4. HDU 4460
  5. DFS
  6. Android图片压缩
  7. IE兼容HTML5
  8. mysql 5.6
  9. Java 快排
  10. 生成ISO文件
  11. [Oracle]Sqlplus 中使用 new_value
  12. JAVAEE 第七周
  13. ReentrantLock 实现
  14. 设计模式_策略模式_在Spring中的应用
  15. netstat 查看端口
  16. Spark中hashshuffle与sortshuffle
  17. 详细解读Android中的搜索框(四)—— Searchable配置文件
  18. Handler主线程和子线程相通信
  19. canvas+js画饼状图
  20. 后台npm

热门文章

  1. Android开发中使用代码删除数据库
  2. R in action读书笔记(19)第十四章 主成分和因子分析
  3. 什么是混合app开发
  4. node.js入门之三
  5. 迅为双核imx6DL核心板_ARM定制专家_Cortex SATA 千兆网 4G GPS
  6. laravel UserRequest $request error
  7. Go语言 之md5加密
  8. React和webpack解决 waiting for roots to load...to reload the inspector
  9. GET方法与POST方法的区别
  10. kafka 服务端消费者和生产者的配置