c85001f8 by yangjianbin

init

1 parent 4e6dd7e0
......@@ -64,7 +64,7 @@
iDisplayLength: 6,
bLengthChange: false,
ajax: {
url: apiBaseUrl + '/order/into/getAllApplyOrder',
url: apiBaseUrl + 'system/user/getAllHr',
dataFilter: function (json) {
var ret = {}, json = jQuery.parseJSON(json);
ret.data = json.data || [];
......@@ -98,17 +98,14 @@
</ul></span>';
}
},
{data: "orderNo"},//用户名
{data: "userName"},//真实姓名
{data: "idCard", render: function(data, type, full) {
if(data)
return '<a href="javascript:edit(\''+full.id+'\')" class="btn btn-link">'+data+'</a>';
}},//手机号码
{data: "userName"},//身份证号码
{data: "userName"},//角色
{data: "userName"},//所属网点
{data: "userName"},//状态
{data: "userName"},//备注
{data: "username"},//用户名
{data: "name"},//真实姓名
{data: "phone"},//手机号码
{data: "id"},//身份证号码
{data: "roles"},//角色
{data: "departmentId"},//所属网点
{data: "status"},//状态
{data: "remark"},//备注
]
});
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!