OccurredLoanBatchLogInfo.jsp
5.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<%@page import="org.apache.commons.lang.StringEscapeUtils"%>
<%@ page language="java" contentType="text/html; charset=UTF-8" %>
<%@ taglib uri="/WEB-INF/weaver.tld" prefix="wea"%><!--added by xwj for td2023 on 2005-05-20-->
<%@ include file="/systeminfo/init_wev8.jsp" %>
<%@ page import="weaver.general.GCONST" %>
<%@ page import="weaver.general.IsGovProj" %>
<%@ page import="weaver.general.Util" %>
<%@ page import="java.util.*" %>
<jsp:useBean id="rs" class="weaver.conn.RecordSet" scope="page" />
<jsp:useBean id="UserDefaultManager" class="weaver.docs.tools.UserDefaultManager" scope="session" />
<HTML><HEAD>
<LINK href="/css/Weaver_wev8.css" type=text/css rel=STYLESHEET>
<script language="javascript" src="/js/weaver_wev8.js"></script>
<script language="javascript" src="/fna/js/e8Common_wev8.js?r=3"></script>
</head>
<%
String userid=""+user.getUID();
boolean canEdit = HrmUserVarify.checkUserRight("BorroweImport:add",user);
if(!canEdit){
response.sendRedirect("/notice/noright.jsp") ;
return ;
}
int isgoveproj = Util.getIntValue(IsGovProj.getPath(),0);//0:非政务系统,1:政务系统
String imagefilename = "/images/hdDOC_wev8.gif";
String titlename = SystemEnv.getHtmlLabelName(131406,user.getLanguage());//财务报表权限设置
String needfav ="1";
String needhelp ="";
String batchGuid = Util.null2String(request.getParameter("batchGuid")).trim();
String navName = SystemEnv.getHtmlLabelNames("24835,22045",user.getLanguage());
%>
<BODY>
<%@ include file="/systeminfo/TopTitle_wev8.jsp" %>
<%@ include file="/systeminfo/RightClickMenuConent_wev8.jsp" %>
<div class="zDialog_div_content">
<jsp:include page="/systeminfo/commonTabHead.jsp">
<jsp:param name="mouldID" value="fna"/>
<jsp:param name="navName" value="<%=navName %>"/>
</jsp:include>
<form id=form2 name=form2 method=post action="//fna/budget/fnaSynDataInner.jsp">
<table id="topTitle" cellpadding="0" cellspacing="0">
<tr>
<td>
</td>
<td class="rightSearchSpan" style="text-align:right; width:500px!important">
<span title="<%=SystemEnv.getHtmlLabelName(23036,user.getLanguage()) %>" class="cornerMenu"></span><!-- 菜单 -->
</td>
</tr>
</table>
<!-- advanced search -->
<div class="advancedSearchDiv" id="advancedSearchDiv">
</div>
<%
String tableString = "";
String backfields = " a.*, "+
" case when (a.borrowType=0) then '"+SystemEnv.getHtmlLabelName(83306,user.getLanguage())+"' "+
" when (a.borrowType=1) then '"+SystemEnv.getHtmlLabelName(83305,user.getLanguage())+"' "+
" else '"+SystemEnv.getHtmlLabelName(27685,user.getLanguage())+"' end borrowTypeName ";
String fromSql = " from fnaLogOccurredLoanBatch a ";
String sqlWhere = " where a.batchGuid='"+StringEscapeUtils.escapeSql(batchGuid)+"' ";
String orderby = "";
String sqlprimarykey = "a.id";
//out.println("select "+backfields+fromSql+sqlWhere);
tableString =" <table pagesize=\"13\" tabletype=\"none\" >"+
" <sql backfields=\""+Util.toHtmlForSplitPage(backfields)+"\" sqlform=\""+Util.toHtmlForSplitPage(fromSql)+"\" "+
" sqlwhere=\""+Util.toHtmlForSplitPage(sqlWhere)+"\" sqlorderby=\""+Util.toHtmlForSplitPage(orderby)+"\" "+
" sqlprimarykey=\""+Util.toHtmlForSplitPage(sqlprimarykey)+"\" sqlsortway=\"asc\" sqlisdistinct=\"true\" />"+
" <head>";
tableString+=" <col width=\"15%\" text=\""+SystemEnv.getHtmlLabelName(1040,user.getLanguage())+"\" column=\"applicantid\" "+//借款人
" transmethod=\"weaver.hrm.resource.ResourceComInfo.getLastname\" />";
tableString+=" <col width=\"15\" text=\""+SystemEnv.getHtmlLabelName(534,user.getLanguage())+"\" column=\"amountBorrow\" "+//金额
" transmethod=\"weaver.weaver.fna.general.FnaSplitPageTransmethod.fmtAmountRatioQuartile\" />";
tableString+=" <col width=\"35%\" text=\""+SystemEnv.getHtmlLabelName(22100,user.getLanguage())+"\" column=\"requestId\" "+//相关借款流程
" transmethod=\"weaver.general.WorkFlowTransMethod.getWfNewLink\" otherpara=\"column:requestId+column:workflowid+999+0+"+user.getLanguage()+"\" />";
tableString+=" <col width=\"20%\" text=\""+SystemEnv.getHtmlLabelName(259,user.getLanguage())+"\" column=\"workflowId\" "+//工作流
" transmethod=\"weaver.workflow.workflow.WorkflowComInfo.getWorkflowname\" />";
tableString+=" <col width=\"10%\" text=\""+SystemEnv.getHtmlLabelName(22138,user.getLanguage())+"\" column=\"borrowTypeName\" />";//借款类型
tableString+=" </head>";
tableString+="</table>";
%>
<wea:SplitPageTag tableString='<%=tableString%>' mode="run" />
</form>
<jsp:include page="/systeminfo/commonTabFoot.jsp"></jsp:include>
</div>
<div id="zDialog_div_bottom" class="zDialog_div_bottom">
<wea:layout needImportDefaultJsAndCss="false">
<wea:group context="" attributes="{'groupDisplay':'none'}">
<wea:item type="toolbar">
<input class="zd_btn_cancle" type="button" id="btnClose" onclick="doClose();"
value="<%=SystemEnv.getHtmlLabelName(309,user.getLanguage())%>"/><!-- 取消 -->
</wea:item>
</wea:group>
</wea:layout>
</div>
<%@ include file="/systeminfo/RightClickMenu_wev8.jsp" %>
</body>
<script language="javascript">
var _Label33574 = "<%=SystemEnv.getHtmlLabelName(33574,user.getLanguage()) %>";//正在处理数据,请不要离开该页面,请稍等...
//页面初始化事件
jQuery(document).ready(function(){
resizeDialog(document);
});
//关闭
function doClose(){
var dialog = parent.getDialog(window);
dialog.closeByHand();
}
//快速(高级)搜索事件
function onBtnSearchClick(from_advSubmit){
form2.submit();
}
</script>
</html>