feature:完成普通员工信息查询及通知查询

This commit is contained in:
pbrong
2021-03-25 11:20:38 +08:00
parent 5a1d32dd63
commit 124f02bc14
2 changed files with 16 additions and 10 deletions

View File

@@ -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",

View File

@@ -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)