📄 xitong.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file=DataBase/conn.asp-->
<%
if request("post")<>"" then
set rsg=server.CreateObject("adodb.recordset")
sqlg="select * from tb_User where id="&request("uid")
rsg.open sqlg,conn,1,3
rsg("bumenshezhi")=request("bumenshezhi")
rsg("zhiweishezhi")=request("zhiweishezhi")
rsg("renshishezhi")=request("renshishezhi")
rsg("tianjiayuangong")=request("tianjiayuangong")
rsg("tianxiehetong")=request("tianxiehetong")
rsg("hetongguanli")=request("hetongguanli")
rsg("hetongmoban")=request("hetongmoban")
rsg("buzhigongzuo")=request("buzhigongzuo")
rsg("guanligongzuo")=request("guanligongzuo")
rsg("fabutongzhi")=request("fabutongzhi")
rsg("zhuguanshenpi")=request("zhuguanshenpi")
rsg("renshishenpi")=request("renshishenpi")
rsg("yuangongkaoqin")=request("yuangongkaoqin")
rsg("kaoqinfenxi")=request("kaoqinfenxi")
rsg("kaoqinguize")=request("kaoqinguize")
'工人管理
rsg("gongzuorenwu")=request("gongzuorenwu")
rsg("chakanbumen")=request("chakanbumen")
rsg("chaxungeren")=request("chaxungeren")
rsg("dijiaojiaqi")=request("dijiaojiaqi")
rsg("chaxunjiaqi")=request("chaxunjiaqi")
rsg("fabuxinxi")=request("fabuxinxi")
rsg("chaxunxinxi")=request("chaxunxinxi")
rsg("gonghanshenqing")=request("gonghanshenqing")
rsg("chakangonghan")=request("chakangonghan")
rsg("gerenkaoqin")=request("gerenkaoqin")
rsg("gerenxinchou")=request("gerenxinchou")
rsg("gerenpeixun")=request("gerenpeixun")
rsg("gerenmima")=request("gerenmima")
'招聘管理
rsg("tianxieyingpin")=request("tianxieyingpin")
rsg("guanliyingpin")=request("guanliyingpin")
rsg("tianxiezhaopin")=request("tianxiezhaopin")
rsg("guanlizhaopin")=request("guanlizhaopin")
rsg("daoruqiye")=request("daoruqiye")
rsg("guanliqiye")=request("guanliqiye")
'培训管理
rsg("tianjiapeixun")=request("tianjiapeixun")
rsg("tianjiakecheng")=request("tianjiakecheng")
rsg("tianjiarenyuan")=request("tianjiarenyuan")
rsg("bianjipeixun")=request("bianjipeixun")
rsg("chakankecheng")=request("chakankecheng")
rsg("tongzhipeixun")=request("tongzhipeixun")
rsg("peixunjieguo")=request("peixunjieguo")
rsg("tianjiashuji")=request("tianjiashuji")
rsg("ziyuanchakan")=request("ziyuanchakan")
'保险广场
rsg("jibenchangshi")=request("jibenchangshi")
rsg("chanpinjieshao")=request("chanpinjieshao")
rsg("zhengcefagui")=request("zhengcefagui")
rsg("changshiguanli")=request("changshiguanli")
rsg("jieshaoguanli")=request("jieshaoguanli")
rsg("faguiguanli")=request("faguiguanli")
'薪酬管理
rsg("xinchoudengji")=request("xinchoudengji")
rsg("xinchouxiugai")=request("xinchouxiugai")
rsg("xinchouchaxun")=request("xinchouchaxun")
'系统管理
rsg("tianjiayonghu")=request("tianjiayonghu")
rsg("yonghuguanli")=request("yonghuguanli")
rsg.update
rsg.close
response.Write("<script language=javascript>alert('修改成功');location='userguan.asp'</script>")
end if
set rs=server.CreateObject("adodb.recordset")
sql="select * from tb_User where id="&request("uid")
rs.open sql,conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
-->
</style>
<link href="CSS/css.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="0" leftmargin="0">
<form name="form1" method="post" action="">
<table width="703" border="0" align="center">
<tr>
<td width="278">用户名:<%=rs("username")%>
<input name="post" type="hidden" id="post" value="true"><div align="center"></div></td>
<td width="415">
<input type="submit" name="Submit3" value="提交" class="botton">
<input type="button" name="Submit22" value="返回" onClick="location='xitongguanli.asp'" class="botton"></td>
</tr>
<tr>
<td colspan="2"><table width="100%" height="105" border="1" cellspacing="0" bordercolorlight="#666699"bordercolordark="#FFFFFF" class="tb">
<tr align="center">
<td height="32" colspan="5">人事管理</td>
</tr>
<tr>
<td width="20%"><input name="bumenshezhi" type="checkbox" value="1" <%if rs("bumenshezhi")=1 then%>checked<%end if%>>
部门设置 </td>
<td width="20%"><input name="zhiweishezhi" type="checkbox" value="1" <%if rs("zhiweishezhi")=1 then%>checked<%end if%>>
职位设置</td>
<td width="20%"><input name="renshishezhi" type="checkbox" value="1" <%if rs("renshishezhi")=1 then%>checked<%end if%>>
人事设置</td>
<td width="20%"><input name="tianjiayuangong" type="checkbox" value="1" <%if rs("tianjiayuangong")=1 then%>checked<%end if%>>
添加员工</td>
<td width="20%"><input name="tianxiehetong" type="checkbox" value="1" <%if rs("tianxiehetong")=1 then%>checked<%end if%>>
填写合同</td>
</tr>
<tr>
<td><input name="hetongguanli" type="checkbox" value="1" <%if rs("hetongguanli")=1 then%>checked<%end if%>>
合同管理 </td>
<td><input name="hetongmoban" type="checkbox" value="1" <%if rs("hetongmoban")=1 then%>checked<%end if%>>
合同模板</td>
<td><input name="buzhigongzuo" type="checkbox" value="1" <%if rs("buzhigongzuo")=1 then%>checked<%end if%>>
布置工作任务</td>
<td><input name="guanligongzuo" type="checkbox" value="1" <%if rs("guanligongzuo")=1 then%>checked<%end if%>>
管理工作任务</td>
<td><input name="fabutongzhi" type="checkbox" value="1" <%if rs("fabutongzhi")=1 then%>checked<%end if%>>
在线发布通知</td>
</tr>
<tr>
<td><input name="zhuguanshenpi" type="checkbox" value="1" <%if rs("zhuguanshenpi")=1 then%>checked<%end if%>>
主管部门审批 </td>
<td><input name="renshishenpi" type="checkbox" value="1" <%if rs("renshishenpi")=1 then%>checked<%end if%>>
人事部门审批</td>
<td><input name="yuangongkaoqin" type="checkbox" value="1" <%if rs("yuangongkaoqin")=1 then%>checked<%end if%>>
员工考勤登记</td>
<td><input name="kaoqinfenxi" type="checkbox" value="1" <%if rs("kaoqinfenxi")=1 then%>checked<%end if%>>
考勤分析报表</td>
<td><input name="kaoqinguize" type="checkbox" value="1" <%if rs("kaoqinguize")=1 then%>checked<%end if%>>
考勤规则设置</td>
</tr>
<tr align="center">
<td height="32" colspan="5">个人管理</td>
</tr>
<tr>
<td width="20%"><input name="gongzuorenwu" type="checkbox" id="gongzuorenwu" value="1" <%if rs("gongzuorenwu")=1 then%>checked<%end if%>>
工作任务管理</td>
<td width="20%"><input name="chakanbumen" type="checkbox" id="chakanbumen" value="1" <%if rs("chakanbumen")=1 then%>checked<%end if%>>
查看部门任务</td>
<td width="20%"><input name="chaxungeren" type="checkbox" id="chaxungeren" value="1" <%if rs("chaxungeren")=1 then%>checked<%end if%>>
查询个人任务</td>
<td width="20%"><input name="dijiaojiaqi" type="checkbox" id="dijiaojiaqi" value="1" <%if rs("dijiaojiaqi")=1 then%>checked<%end if%>>
递交假期申请</td>
<td width="20%"><input name="chaxunjiaqi" type="checkbox" id="chaxunjiaqi" value="1" <%if rs("chaxunjiaqi")=1 then%>checked<%end if%>>
查询假期申请</td>
</tr>
<tr>
<td><input name="fabuxinxi" type="checkbox" id="fabuxinxi" value="1" <%if rs("fabuxinxi")=1 then%>checked<%end if%>>
发布消息</td>
<td><input name="chaxunxinxi" type="checkbox" id="chaxunxinxi" value="1" <%if rs("chaxunxinxi")=1 then%>checked<%end if%>>
查询消息</td>
<td><input name="gonghanshenqing" type="checkbox" id="gonghanshenqing" value="1" <%if rs("gonghanshenqing")=1 then%>checked<%end if%>>
公函申请</td>
<td><input name="chakangonghan" type="checkbox" id="chakangonghan" value="1" <%if rs("chakangonghan")=1 then%>checked<%end if%>>
查看公函</td>
<td><input name="gerenkaoqin" type="checkbox" id="gerenkaoqin" value="1" <%if rs("gerenkaoqin")=1 then%>checked<%end if%>>
个人考勤信息</td>
</tr>
<tr>
<td><input name="gerenxinchou" type="checkbox" id="gerenxinchou" value="1" <%if rs("gerenxinchou")=1 then%>checked<%end if%>>
个人薪酬信息</td>
<td><input name="gerenpeixun" type="checkbox" id="gerenpeixun" value="1" <%if rs("gerenpeixun")=1 then%>checked<%end if%>>
个人培训信息</td>
<td><input name="gerenmima" type="checkbox" id="gerenmima" value="1" <%if rs("gerenmima")=1 then%>checked<%end if%>>
个人密码修改</td>
<td> </td>
<td> </td>
</tr>
<tr align="center">
<td height="32" colspan="5">招聘管理</td>
</tr>
<tr>
<td width="20%"><input name="tianxieyingpin" type="checkbox" id="tianxieyingpin" value="1" <%if rs("tianxieyingpin")=1 then%>checked<%end if%>>
填写应聘信息</td>
<td width="20%"><input name="guanliyingpin" type="checkbox" id="guanliyingpin" value="1" <%if rs("guanliyingpin")=1 then%>checked<%end if%>>
管理应聘信息</td>
<td width="20%"><input name="tianxiezhaopin" type="checkbox" id="tianxiezhaopin" value="1" <%if rs("tianxiezhaopin")=1 then%>checked<%end if%>>
填写招聘信息</td>
<td width="20%"><input name="guanlizhaopin" type="checkbox" id="guanlizhaopin" value="1" <%if rs("guanlizhaopin")=1 then%>checked<%end if%>>
管理招聘信息</td>
<td width="20%"><input name="daoruqiye" type="checkbox" id="daoruqiye" value="1" <%if rs("daoruqiye")=1 then%>checked<%end if%>>
导入企业人才库</td>
</tr>
<tr>
<td><input name="guanliqiye" type="checkbox" id="guanliqiye" value="1" <%if rs("guanliqiye")=1 then%>checked<%end if%>>
管理企业人才库</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr align="center">
<td height="32" colspan="5">培训管理</td>
</tr>
<tr>
<td width="20%"><input name="tianjiapeixun" type="checkbox" id="tianjiapeixun" value="1" <%if rs("tianjiapeixun")=1 then%>checked<%end if%>>
添加培训任务</td>
<td width="20%"><input name="tianjiakecheng" type="checkbox" id="tianjiakecheng" value="1" <%if rs("tianjiakecheng")=1 then%>checked<%end if%>>
添加课程列表</td>
<td width="20%"><input name="tianjiarenyuan" type="checkbox" id="tianjiarenyuan" value="1" <%if rs("tianjiarenyuan")=1 then%>checked<%end if%>>
添加人员列表</td>
<td width="20%"><input name="bianjipeixun" type="checkbox" id="bianjipeixun" value="1" <%if rs("bianjipeixun")=1 then%>checked<%end if%>>
编辑培训任务</td>
<td width="20%"><input name="chakankecheng" type="checkbox" id="chakankecheng" value="1" <%if rs("chakankecheng")=1 then%>checked<%end if%>>
查看课程列表</td>
</tr>
<tr>
<td><input name="tongzhipeixun" type="checkbox" id="tongzhipeixun" value="1" <%if rs("tongzhipeixun")=1 then%>checked<%end if%>>
通知培训人员</td>
<td><input name="peixunjieguo" type="checkbox" id="peixunjieguo" value="1" <%if rs("peixunjieguo")=1 then%>checked<%end if%>>
培训结果评估</td>
<td><input name="tianjiashuji" type="checkbox" id="tianjiashuji" value="1" <%if rs("tianjiashuji")=1 then%>checked<%end if%>>
培训资源添加书籍</td>
<td><input name="ziyuanchakan" type="checkbox" id="ziyuanchakan" value="1" <%if rs("ziyuanchakan")=1 then%>checked<%end if%>>
培训资源查看</td>
<td> </td>
</tr>
<tr align="center">
<td height="32" colspan="5">保险广场</td>
</tr>
<tr>
<td width="20%"><input name="jibenchangshi" type="checkbox" id="jibenchangshi" value="1" <%if rs("jibenchangshi")=1 then%>checked<%end if%>>
基本常识</td>
<td width="20%"><input name="chanpinjieshao" type="checkbox" id="chanpinjieshao" value="1" <%if rs("chanpinjieshao")=1 then%>checked<%end if%>>
产品介绍</td>
<td width="20%"><input name="zhengcefagui" type="checkbox" id="zhengcefagui" value="1" <%if rs("zhengcefagui")=1 then%>checked<%end if%>>
政策法规</td>
<td width="20%"><input name="changshiguanli" type="checkbox" id="jibenchangshi" value="1" <%if rs("changshiguanli")=1 then%>checked<%end if%>>
基本常识管理</td>
<td width="20%"><input name="jieshaoguanli" type="checkbox" id="chanpinjieshao" value="1" <%if rs("jieshaoguanli")=1 then%>checked<%end if%>>
产品介绍管理</td>
</tr>
<tr>
<td><input name="faguiguanli" type="checkbox" id="zhengcefagui" value="1" <%if rs("faguiguanli")=1 then%>checked<%end if%>>
政策法规管理</td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr align="center">
<td height="32" colspan="5">薪酬管理</td>
</tr>
<tr>
<td width="20%"><input name="xinchoudengji" type="checkbox" id="xinchoudengji" value="1" <%if rs("xinchoudengji")=1 then%>checked<%end if%>>
薪酬登记</td>
<td width="20%"><input name="xinchouxiugai" type="checkbox" id="xinchouxiugai" value="1" <%if rs("xinchouxiugai")=1 then%>checked<%end if%>>
薪酬修改</td>
<td width="20%"><input name="xinchouchaxun" type="checkbox" id="xinchouchaxun" value="1" <%if rs("xinchouchaxun")=1 then%>checked<%end if%>>
薪酬查询</td>
<td width="20%"> </td>
<td width="20%"> </td>
</tr>
<tr align="center">
<td height="32" colspan="5">系统管理</td>
</tr>
<tr>
<td width="20%"><input name="tianjiayonghu" type="checkbox" id="tianjiayonghu" value="1" <%if rs("tianjiayonghu")=1 then%>checked<%end if%>>
添加用户</td>
<td width="20%"><input name="yonghuguanli" type="checkbox" id="yonghuguanli" value="1" <%if rs("yonghuguanli")=1 then%>checked<%end if%>>
用户管理</td>
<td width="20%"> </td>
<td width="20%"> </td>
<td width="20%"> </td>
</tr>
</table></td>
</tr>
<tr align="center">
<td colspan="2"><input type="submit" name="Submit" value="提交" class="botton">
<input type="button" name="Submit2" value="返回" onClick="location='userguan.asp'" class="botton"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -