日期:2014-05-17 浏览次数:20511 次
//加载信息
$('#tt').datagrid({
idField: 'id',
url: '../Handler/Department.ashx',
loadMsg: '数据装载中......',
sortName: 'Id',
singleSelect: true,
columns: [[
{ field: 'BelongDepName', title: '部门名称', width: $(this).width() * 0.1 },
{ field: 'BelongDepUser', title: '部门负责人', width: $(this).width() * 0.1 },
{ field: 'BelongDepTel', title: '联系电话', width: $(this).width() * 0.1 },
{ field: 'BelongDepDesc', title: '备注', width: $(this).width() * 0.1 }
]],
pagination: true,
rownumbers: true