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/LSQuotQueryOfferInput.jsp

88 lines
4.6 KiB

<%
/***************************************************************
* <p>ProName:LSQuotQueryOfferInput.jsp</p>
* <p>Title:报价查询</p>
* <p>Description:报价查询</p>
* <p>Copyright:Copyright (c) 2012</p>
* <p>Company:Sinosoft</p>
* @author : 张成
* @version : 8.0
* @date : 2014-11-19
****************************************************************/
%>
<%@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 = new GlobalInput();
tGI = (GlobalInput)session.getAttribute("GI");
String tCurrentDate= DateUtil.getCurrentDate();
String tOperator = tGI.Operator;
String tManageCom = tGI.ManageCom;
%>
<script>
var tOperator = "<%=tOperator%>";//当前登录人
var tManageCom = "<%=tManageCom%>";//当前登录机构
var tQuotNo = "";
var tQuotBatNo = "";
var tQuotType = "";
var tCurrentDate = "<%=tCurrentDate%>";
</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="./LSQuotCommonInput.js"></script>
<script src="./LSQuotQueryOfferInput.js"></script>
<%@include file="./LSQuotQueryOfferInit.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="./LSQuotQueryOfferSave.jsp" target=fraSubmit>
<div id="divQueryBJInfo" class=container showname="报价信息查询条件" style="display: ''">
<table class=common>
<tr class=common>
<td class=title data-i18n="QuotNum-1">报价单号</td>
<td class=input><input class="common" name=OfferListNo id=OfferListNo></td>
<td class=title data-i18n="QuotNum">询价号</td>
<td class=input><input class="common" name=QuotNoBJ id=QuotNoBJ></td>
<td class=title data-i18n="ProspClientNameItemName">准客户名称/项目名称</td>
<td class=input><input class="common" name=NameBJ id=NameBJ></td>
</tr>
<tr class=common>
<td class=title data-i18n="QuotType">询价类型</td>
<td class=input><input class=codeno name=QuotTypeBJ id=QuotTypeBJ style="background:url(../common/images/select--bg_03.png) no-repeat right center" ondblclick="return showCodeList('quottype', [this,QuotTypeBJName], [0,1], null, null, null, '1', null);" onkeyup="return showCodeListKey('quottype', [this,QuotTypeBJName], [0,1], null, null, null, '1', null);" readonly><input class=codename name=QuotTypeBJName id=QuotTypeBJName></td>
<td class=title data-i18n="QuotStatus">报价单状态</td>
<td class=input><input class=codeno name=State id=State style="background:url(../common/images/select--bg_03.png) no-repeat right center" ondblclick="return showCodeList('printstate', [this,StateName], [0,1], null, null, null, '1', null);" onkeyup="return showCodeListKey('printstate', [this,StateName], [0,1], null, null, null, '1', null);" readonly><input class=codename name=StateName id=StateName></td>
<td class=title></td>
<td class=input></td>
</tr>
</table>
<input id="queryQuotInfoBtn" class=cssButton type=button value="查 询" data-i18n="Enquiry-2" onclick="queryQuotInfo();">
<input class=cssButton value="重 置" data-i18n="Reset-3" type=button onclick="resetClick();">
</div>
<div id="divBJInfo" class="container grid" showname="报价信息" style="display: ''">
<span id="spanOfferListGrid"></span>
</div>
<input id="seeQuotationBtn" class=cssButton type=button value="报价明细" data-i18n="QuotDetails" onclick="seeQuotation();">
<input class=cssButton type=button value="导出数据" data-i18n="ExportData" onclick="exportData();">
<input class="displayNone" name=Operate id=Operate>
</form>
<span id="spanCode" style="display: none; position:absolute; slategray"></span>
<br/><br/><br/><br/>
</body>
</html>