<%@ page import="com.sinosoft.utility.XssUtil" %> <% /*************************************************************** *

ProName:LCRequestInput.jsp

*

Title:业务需求

*

Description:业务需求

*

Copyright:Copyright (c) 2012

*

Company:Sinosoft

* @author : caiyc * @version : 8.0 * @date : 2014-03-18 ****************************************************************/ %> <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%> <%@include file="../common/jsp/UsrCheck.jsp"%> <% GlobalInput tGI = (GlobalInput)session.getAttribute("GI"); String tOperator = tGI.Operator; String PreparCustomer = XssUtil.escapeJavaScript(request.getParameter("PreparCustomer")); String PreparCustomerNo = XssUtil.escapeJavaScript(request.getParameter("PreparCustomerNo")); String tFlag = XssUtil.escapeJavaScript(request.getParameter("Flag")); %> <%--业务需求--%>LIS <%@include file="./LCPreparCustomerInit.jsp"%>
准客户名称