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.
87 lines
4.2 KiB
87 lines
4.2 KiB
<%
|
|
/***************************************************************
|
|
* <p>ProName:FinAccountBalanceInput.jsp</p>
|
|
* <p>Title:科目余额</p>
|
|
* <p>Description:科目余额</p>
|
|
* <p>Copyright:Copyright (c) 2012</p>
|
|
* <p>Company:Sinosoft</p>
|
|
* @author : 杨治纲
|
|
* @version : 8.0
|
|
* @date : 2012-01-01
|
|
****************************************************************/
|
|
%>
|
|
<%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>
|
|
<%@include file="../common/jsp/UsrCheck.jsp"%>
|
|
<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="./FinAccountBalanceInput.js"></script>
|
|
<%@include file="./FinAccountBalanceInit.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="../API/grp_account/g_account/FinAccountBalanceSql/Query" target=fraSubmit>
|
|
<table>
|
|
<tr>
|
|
<td class=common>
|
|
<img src="../common/images/butExpand.gif" style="cursor:hand;" onclick="showPage(this, divFinExtract);">
|
|
</td>
|
|
<td class=titleImg data-i18n="PlsEnterBusiDate">请输入业务日期</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div id="divFinExtract" class=maxbox1 style="display: ''">
|
|
<table class=common>
|
|
<tr class=common>
|
|
<td class=title data-i18n="SDate-1">起始日期</td>
|
|
<td class=input><input class=coolDatePicker dateFormat="short" name=StartDate verify="起始日期~SDate-1|notnull&DATE&LEN=10" elementtype=nacessary onClick="laydate({elem: '#StartDate'});" id="StartDate"><span class="icon"><a onClick="laydate({elem: '#StartDate'});"><img src="../common/laydate/skins/default/icon.png" /></a></span></td>
|
|
<td class=title data-i18n="EDate">终止日期</td>
|
|
<td class=input><input class=coolDatePicker dateFormat="short" name=EndDate verify="终止日期~EDate|notnull&DATE&LEN=10" elementtype=nacessary onClick="laydate({elem: '#EndDate'});" id="EndDate"><span class="icon"><a onClick="laydate({elem: '#EndDate'});"><img src="../common/laydate/skins/default/icon.png" /></a></span></td>
|
|
</tr>
|
|
</table>
|
|
<input class=cssButton type=button value="查 询" data-i18n="Enquiry-2" id="queryDataBtn" onclick="queryData();">
|
|
</div>
|
|
<table>
|
|
<tr>
|
|
<td class=common>
|
|
<img src="../common/images/butExpand.gif" style="cursor:hand;" onclick="showPage(this,divFinExtractInfo);">
|
|
</td>
|
|
<td class=titleImg data-i18n="AcctingEntryInfo">科目余额信息</td>
|
|
</tr>
|
|
</table>
|
|
<div id="divDataSourceInfo" style="display: ''">
|
|
<table class=common>
|
|
<tr class=common>
|
|
<td text-align: left colSpan=1>
|
|
<span id="spanFinExtractGrid"></span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<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();">
|
|
<input class=cssButton type=button value="导出数据" data-i18n="ExportData" id="exportDataBtn" onclick="exportData();">
|
|
</center>
|
|
</div>
|
|
|
|
<input class="displayNone" name=Operate>
|
|
<input class="displayNone" name=Title>
|
|
</form>
|
|
<span id="spanCode" style="display: 'none'; position:absolute; slategray"></span>
|
|
</body>
|
|
</html>
|
|
|