You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
FZ/lis-module-grp-quotation-web/src/main/webapp/g_quot/LSQuotProjBasicInput.jsp

202 lines
13 KiB

<%
/***************************************************************
* <p>ProName:LSQuotProjBasicInput.jsp</p>
* <p>Title:项目询价基本信息录入</p>
* <p>Description:项目询价基本信息录入</p>
* <p>Copyright:Copyright (c) 2012</p>
* <p>Company:Sinosoft</p>
* @author : 张成
* @version : 8.0
* @date : 2014-03-26
****************************************************************/
%>
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>
<%@include file="../common/jsp/UsrCheck.jsp"%>
<%@page import="com.sinosoft.lis.pubfun.DateUtil"%>
<%@page import="com.sinosoft.utility.XssUtil"%>
<%
GlobalInput tGI = new GlobalInput();
tGI = (GlobalInput)session.getAttribute("GI");
String tManageCom = tGI.ManageCom;
String tCurrentDate= DateUtil.getCurrentDate();
String tOperator = tGI.Operator;
String tMissionID = XssUtil.escapeJavaScript(request.getParameter("MissionID"));
String tSubMissionID = XssUtil.escapeJavaScript(request.getParameter("SubMissionID"));
String tActivityID = XssUtil.escapeJavaScript(request.getParameter("ActivityID"));
String tQuotNo = XssUtil.escapeJavaScript(request.getParameter("QuotNo"));
String tQuotBatNo = XssUtil.escapeJavaScript(request.getParameter("QuotBatNo"));
String tQuotType = XssUtil.escapeJavaScript(request.getParameter("QuotType"));
String tIsHealthy = XssUtil.escapeJavaScript(request.getParameter("IsHealthy"));
%>
<script>
var tMissionID = "<%=tMissionID%>";
var tSubMissionID = "<%=tSubMissionID%>";
var tActivityID = "<%=tActivityID%>";
var tQuotNo = "<%=tQuotNo%>";
var tQuotBatNo = "<%=tQuotBatNo%>";
var tQuotType = "<%=tQuotType%>";
var tOperator = "<%=tOperator%>";
var tCurrentDate = "<%=tCurrentDate%>";
var IsHealthy = "<%=tIsHealthy%>";
</script>
<html>
<head>
<%--<title>项目询价录入</title>--%><title>LIS</title>
<script src="../common/javascript/Common.js"></script>
<script src="../common/cvar/CCodeOperate.js"></script>
<script src="../common/javascript/MulLine.js"></script>
<script src="../common/javascript/EasyQuery.js"></script>
<script src="../common/easyQueryVer3/EasyQueryVer3.js"></script>
<script src="../common/easyQueryVer3/EasyQueryCache.js"></script>
<script src="../common/javascript/VerifyInput.js"></script>
<script src="../common/laydate/laydate.js"></script>
<link href="../common/css/Project.css" rel=stylesheet type=text/css>
<LINK href="../common/css/Project3.css" rel=stylesheet type=text/css>
<link href="../common/css/mulLine.css" rel=stylesheet type=text/css>
<link href="../common/css/tab.css" rel=stylesheet type=text/css>
<script src="./LSQuotCommonInput.js"></script>
<script src="./LSQuotPubBasic.js"></script>
<script src="./LSQuotProjBasicInput.js"></script>
<%@include file="./LSQuotProjBasicInit.jsp"%>
<script src="../common/javascript/i18n/jquery.i18n.js"></script>
<script src="../common/javascript/i18n/jquery.i18n.messagestore.js"></script>
<script src="../common/javascript/i18n/i18n.js"></script>
</head>
<body onload="initForm(); initElementtype();">
<%-- 待录入询价查询条件 --%>
<form name=fm id=fm method=post action="" target=fraSubmit>
<div id="tab1">
<table id=table1 width=100% height=30>
<tr>
<td class=common align=right>
<ul>
<li id=liBasic name=liBasic class="now">1、<span data-i18n="BasicInfo">基本信息</span></li>
<li id=liPlan name=liPlan >2、<span data-i18n="PlanInfo">方案信息</span></li>
<li id=liSubmit name=liSubmit >3、<span data-i18n="QuotSubmit">询价提交</span></li>
</ul>
<input class=cssButton2 type=button id=PastButton name=PastButton value="既往信息" data-i18n="HisInfo" onclick="showPast();">
<input class=cssButton2 type=button id=ShowCoinButton name=ShowCoinButton value="共保设置" data-i18n="CoinsurConfig" onclick="showCoinsurance();">
<input class=cssButton2 type=button id=AttachButton name=AttachButton value="附件管理" data-i18n="AttachmentMgt" onclick="showAttachment();">
</td>
</tr>
</table>
</div>
</form>
<div class="tablist block">
<form name=fm2 id=fm2 method=post action="" target=fraSubmit>
<div id=divInfo1 name=divInfo1 class="container grid" showname="询价基本信息" style="display: ''">
<table class=common>
<tr class=common>
<td class=title data-i18n="QuotNum">询价号</td>
<td class=input><input class="common" name=QuotNo id=QuotNo readonly></td>
<td class=title style="display: none">批次号</td>
<td class=input style="display: none"><input class="common" name=QuotBatNo id=QuotBatNo readonly></td>
<td class=title>套餐名称</td>
<td class=input><input class="common" name=ProjName id=ProjName verify="套餐名称|NOTNULL&LEN<=120" onchange="verifyField(this)" elementtype=nacessary> </td>
</tr>
<tr class=common>
<td class=title>销售渠道</td>
<td class=input><input class=codeno name=SaleChnl id=SaleChnl style="background:url(../common/images/select--bg_03.png) no-repeat right center" verify="销售渠道|NOTNULL" onchange="verifyField(this)" ondblclick="return showCodeList('salechannel', [this,SaleChnlName], [0,1], null, null, null, '1', null);" onkeyup="return showCodeListKey('salechannel', [this,SaleChnlName], [0,1], null, null, null, '1', null);" readonly><input class=codename name=SaleChnlName id=SaleChnlName readonly elementtype=nacessary>
</td>
<td class=title>中介机构代码</td>
<td class=input><input class="common" name=AgentCom id=AgentCom ondblclick="querySalesmanAndMediator('mediator')" readonly></td>
<td class=title>中介机构名称</td>
<td class=input><input class="common" name=AgentComName id=AgentComName></td>
</tr>
<tr class=common>
<td class=title data-i18n="CustomerSource">客户来源</td>
<td class=input><input class=codeno name=OperSource id=OperSource style="background:url(../common/images/select--bg_03.png) no-repeat right center" verify="客户来源|NOTNULL" ondblclick="return showCodeList('opersource', [this,OperSourceName], [0,1], null, null, null, '1', null);" onkeyup="return showCodeListKey('opersource', [this,OperSourceName], [0,1], null, null, null, '1', null);" readonly><input class=codename name=OperSourceName id=OperSourceName readonly elementtype=nacessary></td>
<td class=title data-i18n="OccupationRatio">强制检验职业占比</td>
<td class=input><input class=codeno name=ForceChkProfessRate id=ForceChkProfessRate style="background:url(../common/images/select--bg_03.png) no-repeat right center" ondblclick="return showCodeList('trueflag', [this,ForceChkProfessRateName], [0,1], null, null, null, '1', null);" onkeyup="return showCodeListKey('trueflag', [this,ForceChkProfessRateName], [0,1], null, null, null, '1', null);" readonly><input class=codename name=ForceChkProfessRateName id=ForceChkProfessRateName readonly elementtype=nacessary>
</td>
<td class=title>强制检验人数</td>
<td class=input><input class=codeno name=ForceChkNum id=ForceChkNum style="background:url(../common/images/select--bg_03.png) no-repeat right center" value="1" ondblclick="return showCodeList('trueflag', [this,ForceChkNumName], [0,1], null, null, null, '1', null);" onkeyup="return showCodeListKey('trueflag', [this,ForceChkNumName], [0,1], null, null, null, '1', null);" readonly><input class=codename name=ForceChkNumName id=ForceChkNumName value="是" readonly elementtype=nacessary>
</td>
</tr>
<tr class=common>
<td class=title data-i18n="ProdType-2">产品类型</td>
<td class=input colspan=3><input class=codeno name=ProdType id=ProdType verify="产品类型|NOTNULL" onchange="verifyField(this)" style="background:url(../common/images/select--bg_03.png) no-repeat right center" ondblclick="return showCodeList('comboprodtype', [this,ProdTypeName], [0,1]);" onkeyup="return showCodeListKey('comboprodtype', [this,ProdTypeName], [0,1]);" readonly><input class=codename name=ProdTypeName id=ProdTypeName elementtype=nacessary></td>
<td class=title data-i18n="Coinsur_Yes_No">是否共保</td>
<td class=input><input class=codeno name=IsCoinsurance id=IsCoinsurance style="background:url(../common/images/select--bg_03.png) no-repeat right center" ondblclick="return showCodeList('trueflag', [this,IsCoinsuranceName], [0,1], null, null, null, '1', null);" onkeyup="return showCodeListKey('trueflag', [this,IsCoinsuranceName], [0,1], null, null, null, '1', null);" readonly><input class=codename name=IsCoinsuranceName id=IsCoinsuranceName readonly elementtype=nacessary></td>
</tr>
<tr class=common>
<td class=title style="display: none">是否为连续投保</td>
<td class=input style="display: none"><input class=codeno name=IsContinueInsure id=IsContinueInsure onchange="verifyField(this)" style="background:url(../common/images/select--bg_03.png) no-repeat right center" CodeData="0|^0|否~No^1|是~Yes" ondblclick="showCodeListEx('IsContinueInsure', [this,IsContinueInsureName], [0,1], null, null, null, '1', null);" onkeyup="return showCodeListKey('IsContinueInsure', [this,IsContinueInsureName], [0,1], null, null, null, '1', null);" readonly><input class=codename name=IsContinueInsureName id=IsContinueInsureName readonly>
</td>
<td class=title data-i18n="PayMthd-1">缴费方式</td>
<td class=input><input class=codeno name=PayIntv id=PayIntv style="background:url(../common/images/select--bg_03.png) no-repeat right center" verify="缴费方式|NOTNULL" onchange="verifyField(this)" CodeData="0|^0|趸交" ondblclick="showCodeListEx('IsPayIntv', [this,PayIntvName], [0,1], null, null, null, '1', null);" onkeyup="return showCodeListKey('IsPayIntv', [this,PayIntvName], [0,1], null, null, null, '1', null);" readonly><input class=codename name=PayIntvName id=PayIntvName value="趸交" readonly elementtype=nacessary>
</td>
<td class=title id=GrpContNo1 name=GrpContNo1 style="display: none" >保单号</td>
<td class="common" id=GrpContNo2 name=GrpContNo2 style="display: none" elementtype=nacessary><input class="common" name=GrpContNo id=GrpContNo>
<td class=title></td>
<td class=input></td>
</tr>
<tr class=common>
<td class=title>有无等待期</td>
<td class=input><input class=codeno name=IsWait id=IsWait verify="有无等待期|NOTNULL" style="background:url(../common/images/select--bg_03.png) no-repeat right center" CodeData="0|^0|无等待期^1|有等待期" ondblclick="showCodeListEx('IsWaitFunc', [this,IsWaitName], [0,1], null, null, null, '1', null);" onkeyup="return showCodeListKey('IsWaitFunc', [this,IsWaitName], [0,1], null, null, null, '1', null);" readonly><input class=codename name=IsWaitName id=IsWaitName readonly elementtype=nacessary></td>
</tr>
<tr class=common>
<td class=title>业务需求</td>
<td class=input colspan=5><textarea class=common name=BusinessReq id=BusinessReq verify="业务需求|LEN<=1500" onchange="verifyField(this)" ></textarea></td>
</tr>
</table>
<br />
<table class=common>
<tr class=common><%-- 适用机构编码--%>
<td class=title colspan=6>
<div id=divAppOrgCode name=divAppOrgCode style="display: ''">
<span id="spanAppOrgCodeGrid"></span>
</div>
</td>
</tr>
</table>
<input class=cssButton type=button id="basicSubmitBtn" value="保 存" data-i18n="SaveBasicInfo" onclick="basicSubmit();">
<input class=cssButton type=button id="nextStepBtn" value="下一步" data-i18n="TheNextStep" onclick="nextStep();">
<input class=cssButton type=button id="ReturnListBtn" value="回目录" data-i18n="Back" onclick="ReturnList('01');">
<input class=cssButton type=button value="询价关闭" onclick="quotoff();">
</div>
</form>
<form name=fmupload id=fmupload method=post action="./LDAttachmentSave.jsp" ENCTYPE="multipart/form-data" target=fraSubmit>
<div id=divInfo6 name=divInfo6 class=container showname="套餐询价信息导入">
<table class=common>
<tr class=common>
<td class=title data-i18n="ImportFile">导入文件</td>
<td class=input colspan=5>
<input class="common" type=file id=UploadPath name=UploadPath style="width:400px" ><input class=cssButton type=button value="询价导入" id="impPlanSubmitBtn" onclick="impQuotProjSubmit();">
<%-- <a id=downloadXLSX name=downloadXLSX href="../template/quot/QuotProjImport_00.xlsx" style="color:#000000">下载导入模板</a>--%>
</td>&nbsp;
<td></td>
</tr>
<tr class=common>
<td class=title></td>
<td class=input></td>
<td class=title></td>
<td class=input></td>
<td class=title></td>
<td class=input></td>
</tr>
</table>
</div>
</form>
</div>
<form name=fm8 id=fm8 method=post action="">
</form>
<form name=fmPub id=fmPub method=post action="" target=fraSubmit>
<div style="display: none">
<input class="displayNone" name=Operate id=Operate>
<input class="displayNone" name=HiddenCodeType id=HiddenCodeType>
</div>
</form>
<span id="spanCode" style="display: none; position:absolute; slategray"></span>
<br/><br/><br/><br/>
</body>
</html>