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/LSQuotBranchFinalQueryInput...

139 lines
6.2 KiB

<%
/***************************************************************
* <p>ProName:LSQuotBranchFinalQueryInput.jsp</p>
* <p>Title:分公司报价生成</p>
* <p>Description:分公司报价生成</p>
* <p>Copyright:Copyright (c) 2012</p>
* <p>Company:Sinosoft</p>
* @author : zhoufz
* @version : 8.0
* @date : 2014-04-17
****************************************************************/
%>
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>
<%@include file="../common/jsp/UsrCheck.jsp"%>
<%
GlobalInput tGI = new GlobalInput();
tGI = (GlobalInput)session.getAttribute("GI");
%>
<script>
var tManageCom = "<%=tGI.ManageCom%>";
var tOperator = "<%=tGI.Operator%>";
</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>
<script src="./LSQuotBranchFinalQueryInput.js"></script>
<%@include file="./LSQuotBranchFinalQueryInit.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>
<table>
<tr>
<td class=common>
<img src="../common/images/butExpand.gif" style="cursor:hand;" onclick="showPage(this, divQueryInfo);">
</td>
<td class=titleImg data-i18n="SrchgCrite">查询条件</td>
</tr>
</table>
<div id="divQueryInfo" class=maxbox1 style="display: ''">
<table class=common>
<tr class=common>
<td class=title data-i18n="ProspClientNameItemName">准客户名称/项目名称</td>
<td class=input><input class="common" name=QuotName id=QuotName></td>
<td class=title data-i18n="QuotNum">询价号</td>
<td class=input><input class="common" name=QuotNo id=QuotNo></td>
<td class=title data-i18n="QuotType">询价类型</td>
<td class=input><input class=codeno name=QuotType id=QuotType readonly style="background:url(../common/images/select--bg_03.png) no-repeat right center"
ondblclick="return showCodeList('quottype',[this, QuotTypeName],[0, 1],null,null,null,'1',180);"
onkeyup="return showCodeListKey('quottype',[this, QuotTypeName],[0, 1],null,null,null,'1',180);"><input class=codename name=QuotTypeName id=QuotTypeName readonly></td>
</tr>
<tr class=common>
<td class=title data-i18n="SubmnSDate">提交起期</td>
<td class=input><input class=coolDatePicker dateFormat=short name=StartDate id=StartDate></td>
<td class=title data-i18n="SubmnEDate">提交止期</td>
<td class=input><input class=coolDatePicker dateFormat=short name=EndtDate id=EndtDate></td>
<td class=title data-i18n="CoStructr">管理机构</td>
<td class=input><input class=codeno name=ManageCom id=ManageCom style="background:url(../common/images/select--bg_03.png) no-repeat right center" ondblclick=" showCodeList('managecom',[this,ManageComName],[0,1],null,null,null,1);" onkeyup="return showCodeListKey('managecom',[this,ManageComName],[0,1],null,null,null,1);"><input class=codename name=ManageComName id=ManageComName readonly=true></td>
</tr>
</table>
<table>
<input class=cssButton name=QueryButton id=QueryButton type=button value="查 询" data-i18n="Enquiry-2" onclick="queryClick();">
<input class=cssButton name=AppButton id=AppButton type=button value="申 请" data-i18n="Appl-1" onclick="appClick();">
</table>
</div>
<table>
<tr>
<td class=common>
<img src="../common/images/butExpand.gif" style="cursor:hand;" onclick="showPage(this, divQuotGrid);">
</td>
<td class=titleImg data-i18n="PubPool">公共池</td>
</tr>
</table>
<div id="divQuotGrid" style="display: ''">
<table class=common>
<tr class=common>
<td text-align: left colSpan=1>
<span id="spanQuotGrid"></span>
</td>
</tr>
</table>
<div id= "divQuotGridPage" style= "display: '';text-align:center;">
<table align=center>
<input class=cssButton90 type=button value="首 页" data-i18n="FirstPage" onclick="turnPage1.firstPage();">
<input class=cssButton91 type=button value="上一页" data-i18n="PreviousPage" onclick="turnPage1.previousPage();">
<input class=cssButton92 type=button value="下一页" data-i18n="NextPage" onclick="turnPage1.nextPage();">
<input class=cssButton93 type=button value="尾 页" data-i18n="LastPage" onclick="turnPage1.lastPage();">
</table>
</div>
</div>
<table>
<tr>
<td class=common>
<img src="../common/images/butExpand.gif" style="cursor:hand;" onclick="showPage(this, divPerQuotGrid);">
</td>
<td class=titleImg data-i18n="IndividPool">个人池</td>
</tr>
</table>
<div id="divPerQuotGrid" style="display: ''">
<table class=common>
<tr class=common>
<td text-align: left colSpan=1>
<span id="spanPerQuotGrid"></span>
</td>
</tr>
</table>
<div id= "divPerQuotGridPage" style= "display: '';text-align:center;">
<table align=center>
<input class=cssButton90 type=button value="首 页" data-i18n="FirstPage" onclick="turnPage2.firstPage();">
<input class=cssButton91 type=button value="上一页" data-i18n="PreviousPage" onclick="turnPage2.previousPage();">
<input class=cssButton92 type=button value="下一页" data-i18n="NextPage" onclick="turnPage2.nextPage();">
<input class=cssButton93 type=button value="尾 页" data-i18n="LastPage" onclick="turnPage2.lastPage();">
</table>
</div>
</div>
<%--隐藏区--%>
<input class="displayNone" name=Operate id=Operate>
</form>
<span id="spanCode" style="display: none; position:absolute; slategray"></span>
<br/><br/><br/><br/>
</body>
</html>