<%-- Created by IntelliJ IDEA. User: 51703 Date: 2025/1/24 Time: 11:06 To change this template use File | Settings | File Templates. --%> <%@page contentType="text/html;charset=UTF-8" %> <%@include file="../common/jsp/UsrCheck.jsp"%> <%@page import="com.sinosoft.utility.XssUtil"%> <% String tQuotNo = XssUtil.escapeJavaScript(request.getParameter("QuotNo")); String tQuotType = XssUtil.escapeJavaScript(request.getParameter("QuotType")); String tQuotTypeName = XssUtil.escapeJavaScript(request.getParameter("QuotTypeName")); String tSrc = ""; tSrc = "./LCInsuPreImpInput.jsp"; tSrc += "?QuotNo="+ tQuotNo+"&QuotType="+tQuotType+"&QuotTypeName="+tQuotTypeName; %> <%--新单管理--%>LIS <%--保存客户端变量的区域,该区域必须有--%> <%--保存客户端变量和WebServer实现交户的区域,该区域必须有--%> <%--菜单区域--%> <%--交互区域--%> <%--下一步页面区域--%> <body bgcolor="#ffffff" onblur="focusMe();"> </body>