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.
57 lines
4.2 KiB
57 lines
4.2 KiB
<%@page contentType="text/html;charset=UTF-8" %>
|
|
<%@include file="../common/jsp/UsrCheck.jsp"%>
|
|
|
|
<%
|
|
GlobalInput tG1 = (GlobalInput)session.getAttribute("GI");
|
|
String Branch =tG1.ComCode;
|
|
%>
|
|
<html>
|
|
<head>
|
|
<SCRIPT src="../common/javascript/jquery-1.7.2.js"></SCRIPT>
|
|
<SCRIPT src="../common/javascript/Common.js"></SCRIPT>
|
|
<SCRIPT src="../common/cvar/CCodeOperate.js"></SCRIPT>
|
|
<SCRIPT src="../common/easyQueryVer3/EasyQueryVer3.js"></SCRIPT>
|
|
<SCRIPT src="../common/easyQueryVer3/EasyQueryCache.js"></SCRIPT>
|
|
<SCRIPT src="../common/laydate/laydate.js"></SCRIPT>
|
|
<SCRIPT src="../common/javascript/VerifyInput.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="OtoFLAInput.js"></SCRIPT>
|
|
<%--<title>西点工程财务接口</title>--%><title>LIS</title>
|
|
<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>
|
|
<form method=post name=fm action= "../API/ind_financialvoucher/otof/OtoFLASave/ADD" target="fraSubmit">
|
|
<%-- 保单信息部分 --%>
|
|
<table class= common border=0 width=100%>
|
|
<tr>
|
|
<td class="common"><IMG src= "../common/images/butExpand.gif" style= "cursor:hand;" OnClick= "showPage(this,divPayPlan1);"></td>
|
|
<td class= titleImg><span data-i18n="PlsInputTheDate">请输录入日期</span>:</td></tr>
|
|
</table>
|
|
<Div id= "divPayPlan1" style= "display: ''" class="maxbox1">
|
|
<table class= common>
|
|
<TR class= common>
|
|
<TD class= title5 data-i18n="SttstcalYr">统计年</TD>
|
|
<TD class= input5><Input style="background:url(../common/images/guanliyuan-bg.png) no-repeat right center" class= code name=StatYear id=StatYear verify="统计年~SttstcalYr|notnull" CodeData="0|^2007|2007年~In2007|M^2008|2008年~In2008|M^2009|2009年~In2009|M^2010|2010年~In2010|M^2011|2011年~In2011|M^2012|2012年~In2012|M^2013|2013年~In2013|M^2014|2014年~In2014|M^2015|2015年~In2015|M^2016|2016年~In2016|M^2017|2017年~In2017|M^2018|2018年~In2018|M^2019|2019年~In2019|M^2020|2020年~In2020|M" ondblClick="showCodeListEx('StatYear',[this],[0]);" onclick="showCodeListEx('StatYear',[this],[0]);" onkeyup="showCodeListKeyEx('StatYear',[this],[0]);"></TD>
|
|
<TD class= title5 data-i18n="Statistmonth">统计月</TD>
|
|
<TD class= input5><Input style="background:url(../common/images/guanliyuan-bg.png) no-repeat right center" class="code" name=StatMon id=StatMon verify="统计月~Statistmonth|not null" ondblClick="return showCodeList('month',[this]);" onclick= "return showCodeList('month',[this]);" onkeyup="return showCodeListKey('month',[this]);"></TD>
|
|
</TR>
|
|
|
|
<TR class= common>
|
|
<TD class= title5 data-i18n="DocSeqNum">凭证序号</TD>
|
|
<TD class= input5><Input class="wid" class= readonly name=VouchNo id=VouchNo value="21"></TD>
|
|
<input class="displayNone" name="Opt">
|
|
<TD CLASS=title5 data-i18n="CoStructr">管理机构 </TD>
|
|
<TD CLASS=input5><Input style="background:url(../common/images/select--bg_03.png) no-repeat right center" class=codeno NAME=ManageCom id=ManageCom VALUE="" MAXLENGTH=10 ondblclick="return showCodeList('comcode',[this,ManageComName],[0,1],null,['<%=Branch%>','6'],['ComCodeLike','ComcodeLE'],null,250);" onclick="return showCodeList('comcode',[this,ManageComName],[0,1],null,['<%=Branch%>','6'],['ComCodeLike','ComcodeLE'],null,250);" onkeyup="return showCodeListKey('comcode',[this,ManageComName],[0,1],null,['<%=Branch%>','6'],['ComCodeLike','ComcodeLE'],null,250);" verify="管理机构~CoStructr|code:comcode¬null" ><input class=codename name=ManageComName id=ManageComName readonly=true></TD>
|
|
</TR>
|
|
</table>
|
|
</Div>
|
|
<%--<INPUT class=cssButton VALUE="提取凭证" name="distill" TYPE=button onclick="SubmitFormXiAgent();">--%>
|
|
<a href="javascript:void(0);" name="distill" class="button" onClick="SubmitFormXiAgent();" data-i18n="ExtrctAcctEn">提取凭证</a>
|
|
</form>
|
|
<span id="spanCode" style="display: none; position:absolute; slategray"></span>
|
|
</body>
|
|
</html>
|
|
|