% /*************************************************************** *
ProName:EdorQueryProcessInput.jsp
*Title:保全节点查询
*Description:保全流程节点查询
*Copyright:Copyright (c) 2012
*Company:Sinosoft
* @author : weigh * @version : 8.0 * @date : 2014-08-09 ****************************************************************/ %> <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%> <%@include file="../common/jsp/UsrCheck.jsp"%> <%@page import="com.sinosoft.lis.pubfun.DateUtil"%> <% GlobalInput tGI = (GlobalInput)session.getAttribute("GI"); String tCurrentDate= DateUtil.getCurrentDate(); String tOperator = tGI.Operator; String tManageCom = tGI.ManageCom; %> <%--