|
|
|
|
<%@page import="com.zky.para.Para"%>
|
|
|
|
|
<%@page import="com.zky.zhyw.smsj.WorkDB"%>
|
|
|
|
|
<%@include file="/auth.jsp"%>
|
|
|
|
|
<%@page import="java.util.Date"%>
|
|
|
|
|
<%@page import="java.util.*" %>
|
|
|
|
|
<%@page language="java" pageEncoding="gbk" %>
|
|
|
|
|
<jsp:useBean id="getPara" scope="application" class="com.zky.para.SyncPara"/>
|
|
|
|
|
<%
|
|
|
|
|
login_obj = (Login)session.getAttribute("login");
|
|
|
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
String acptsiteid = login_obj.acptsiteid;
|
|
|
|
|
String acptsitename = getPara.getDesc("TAB_DEPARTMENT","DEPARTID","DEPARTNAME",acptsiteid);
|
|
|
|
|
//Ա<><D4B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
String optrid = login_obj.optrid;
|
|
|
|
|
String optrname = getPara.getDesc("TAB_EMPLOYEE","EMPID","EMPNAME",optrid);
|
|
|
|
|
String optrsubmit = getPara.getDesc("TAB_EMPLOYEE","EMPID","SUBMITBTN",optrid);
|
|
|
|
|
HashFmlBuf buf = (HashFmlBuf)request.getAttribute("trybookId");
|
|
|
|
|
Login login = (Login) request.getSession().getAttribute("login");
|
|
|
|
|
%>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title><3E>Ծ<EFBFBD><D4BE><EFBFBD><EFBFBD><EFBFBD></title>
|
|
|
|
|
<link href="../../css/font.css" rel="stylesheet" type="text/css">
|
|
|
|
|
<script src="../../js/date.js"></script>
|
|
|
|
|
<script src="../../js/check.js"></script>
|
|
|
|
|
<script>
|
|
|
|
|
function textToUpperCase(){
|
|
|
|
|
if(event.keyCode>=65 && event.keyCode<=90 || event.type=="change"){
|
|
|
|
|
event.srcElement.value = event.srcElement.value.toUpperCase();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
function check(operate) {
|
|
|
|
|
form1.operate.value = operate;
|
|
|
|
|
if (operate == "addTryBook") {
|
|
|
|
|
if (form1.tklxtype.value=='') {
|
|
|
|
|
alert("<22><>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD>ؿ<EFBFBD><D8BF>⣡");
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
form1.action = "/zhyw/smsj/TryBook.jsp";
|
|
|
|
|
}
|
|
|
|
|
form1.button1.disabled=true;
|
|
|
|
|
form1.submit();
|
|
|
|
|
}
|
|
|
|
|
function selectChange(i)
|
|
|
|
|
{
|
|
|
|
|
form1.action = "/zhyw/smsj/TryBook.jsp";
|
|
|
|
|
form1.submit();
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
.aselect{
|
|
|
|
|
width: 155px;
|
|
|
|
|
}
|
|
|
|
|
.unnamed1{
|
|
|
|
|
font-size:14px;
|
|
|
|
|
color:red;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body onload="time1()">
|
|
|
|
|
<center>
|
|
|
|
|
<%
|
|
|
|
|
Calendar ca = Calendar.getInstance();
|
|
|
|
|
session.setAttribute("time_start",ca.getTime().toString());
|
|
|
|
|
ca.add(Calendar.MINUTE,45);
|
|
|
|
|
session.setAttribute("time_over",ca.getTime().toString());
|
|
|
|
|
String time_end=String.valueOf(ca.get(Calendar.MINUTE));
|
|
|
|
|
session.setAttribute("time_end",time_end);
|
|
|
|
|
%>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
function time1()
|
|
|
|
|
{
|
|
|
|
|
var now,n,y,r,h,m,s;
|
|
|
|
|
now=new Date();
|
|
|
|
|
n = now.getYear();
|
|
|
|
|
y = now.getMonth()+1;
|
|
|
|
|
r = now.getDate();
|
|
|
|
|
h = now.getHours();
|
|
|
|
|
m =now.getMinutes();
|
|
|
|
|
s = now.getSeconds();
|
|
|
|
|
if(y<10) y="0"+y;
|
|
|
|
|
if(r<10) r="0"+r;
|
|
|
|
|
if(h<10) h="0"+h;
|
|
|
|
|
if(m<10) m="0"+m;
|
|
|
|
|
if(s<10) s="0"+s;
|
|
|
|
|
document.getElementById("time1").innerHTML="<font color=red>"+n + "-" + y + "-" + r + " "+ h + ":" + m + ":" + s+"</font>";
|
|
|
|
|
setTimeout("time1();", 1000);
|
|
|
|
|
if(m==<%=session.getAttribute("time_end").toString()%>)
|
|
|
|
|
{
|
|
|
|
|
window.location.href="do_Score.jsp"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<form name="form1" method="post" action="">
|
|
|
|
|
<input type="hidden" name="operate" value=""/>
|
|
|
|
|
<br>
|
|
|
|
|
<table width="90%" style="margin-top: 100px;" align="center" cellpadding="2" cellspacing="1" class="table02">
|
|
|
|
|
<tr bgcolor="#FFFFFF">
|
|
|
|
|
<td class="cell1">
|
|
|
|
|
<div align="center">
|
|
|
|
|
<table width="600" style="border: 1px solid medium;">
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="3" ><br><h5><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ:</h5></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td width="38%" class="table" align="left"><b><3E><>Ա<EFBFBD><D4B1><EFBFBD><EFBFBD>:</b> <%=optrid %><hr width="48%" /></td>
|
|
|
|
|
<%
|
|
|
|
|
String disabled="";
|
|
|
|
|
String tmpsex=buf.fget("sex",0);
|
|
|
|
|
if (tmpsex.equals("0")) {
|
|
|
|
|
tmpsex = "Ů";
|
|
|
|
|
disabled = "";
|
|
|
|
|
} else {
|
|
|
|
|
tmpsex = "<22><>";
|
|
|
|
|
disabled = "disabled";
|
|
|
|
|
}
|
|
|
|
|
%>
|
|
|
|
|
<td class="table" align="left"><b><3E>Ա<EFBFBD>:</b> <%=tmpsex %><hr width="48%" /></td>
|
|
|
|
|
<td class="table" align="left"><b>ѡ<><D1A1><EFBFBD><EFBFBD><EFBFBD>ؿ<EFBFBD><D8BF><EFBFBD></b><hr width="48%" /></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td width="39%" class="table" align="left"><b><3E><>Ա<EFBFBD><D4B1><EFBFBD><EFBFBD>:</b> <%=optrname %><hr width="48%" /></td>
|
|
|
|
|
<td class="table" align="left"><b><3E><>λ:</b> <%=acptsitename %><hr width="48%" /></td>
|
|
|
|
|
<td class="table" align="left">
|
|
|
|
|
<select class='aselect' name="tklxtype" id="tklxtype">
|
|
|
|
|
<%=Para.getTKLXType(getPara,"TKLX")%>
|
|
|
|
|
</select>
|
|
|
|
|
<hr width="48%" /></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="3"><p align="center" class="unnamed1"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʾ</p>
|
|
|
|
|
<p align="center" class="unnamed1"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>̲<EFBFBD><CCB2><EFBFBD><EFBFBD>ж<EFBFBD>!<21><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͳ<D7BA>Ϯ,</p>
|
|
|
|
|
<p align="center" class="unnamed1"><3E><><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1>Ϊ<EFBFBD><CEAA>45<34><35><EFBFBD>ӣ<EFBFBD><D3A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Խ<EFBFBD><D4BD><EFBFBD>ʱ<EFBFBD><CAB1>û<EFBFBD>н<EFBFBD><D0BD><EFBFBD><EFBFBD>ģ<EFBFBD>ϵͳ<CFB5><CDB3>ǿ<EFBFBD>ƽ<EFBFBD><C6BD><EFBFBD><EFBFBD><EFBFBD></p>
|
|
|
|
|
<p align="center">
|
|
|
|
|
<input type="button" name="button1" value=" <20><>ʼ<EFBFBD><CABC><EFBFBD><EFBFBD>" class="box_button" onclick="check('addTryBook')"
|
|
|
|
|
/>
|
|
|
|
|
</p></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</form>
|
|
|
|
|
<%@include file="/foot.jsp"%>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|