mirror of
https://github.com/pbrong/hrms.git
synced 2025-09-26 19:51:11 +08:00
feature:完成普通员工信息查询及通知查询
This commit is contained in:
@@ -16,11 +16,23 @@
|
||||
"target": "_self",
|
||||
"child": [
|
||||
{
|
||||
"title": "信息管理",
|
||||
"href": "",
|
||||
"title": "信息查询",
|
||||
"href": "/authority_render/normal_staff_manage",
|
||||
"icon": "fa fa-home",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "通知查询",
|
||||
"href": "/authority_render/normal_notification_manage",
|
||||
"icon": "fa fa-home",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "工作管理",
|
||||
"href": "views/setting.html",
|
||||
"icon": "fa fa-gears",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "工资查询",
|
||||
"href": "",
|
||||
@@ -33,12 +45,6 @@
|
||||
"icon": "fa fa-window-maximize",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "工作管理",
|
||||
"href": "views/setting.html",
|
||||
"icon": "fa fa-gears",
|
||||
"target": "_self"
|
||||
},
|
||||
{
|
||||
"title": "考试管理",
|
||||
"href": "views/setting.html",
|
||||
|
@@ -77,8 +77,8 @@
|
||||
// active[type] ? active[type].call(this) : '';
|
||||
// });
|
||||
|
||||
var editInfo = JSON.parse(localStorage.getItem("notification_edit_info"));
|
||||
// alert(JSON.stringify(editInfo))
|
||||
var editInfo = JSON.parse(localStorage.getItem("notification_detail_info"));
|
||||
alert(JSON.stringify(editInfo))
|
||||
$("#notice_title").val(editInfo.notice_title)
|
||||
$("#type").val(editInfo.type)
|
||||
$("#LAY_demo1").val(editInfo.notice_content)
|
||||
|
Reference in New Issue
Block a user