%@page import="com.zky.para.Para"%>
<%@include file="/auth.jsp"%>
<%@page import="java.util.Date"%>
<%@page language="java" pageEncoding="utf-8" %>
<%
String operate = (String)request.getParameter("operate");
String sj = Common.convertNull(request.getParameter("sj"));
String qj = Common.convertNull(request.getParameter("qj"));
String departId="";
String checkId = "";
String checkStartTime = DateTime.DateToStr(new Date());
String checkEndTime= "";
String checkType = "";
String checkName="";
String address = "";
String checkContent="";
Login loginObj = (Login)session.getAttribute("login");
String optrid = loginObj.optrid;
String optrname = getPara.getDesc("TAB_EMPLOYEE","EMPID","EMPNAME",optrid);
HashFmlBuf buf = (HashFmlBuf)request.getAttribute("by_checkId");
%>
检查管理
<%@include file="/foot.jsp"%>