风控中台-信审资料清单权限加强
This commit is contained in:
parent
fb688b5709
commit
f936fc5cd6
@ -8,6 +8,7 @@
|
||||
*/
|
||||
String userId= CurUser.getUserID();
|
||||
String userName = CurUser.getUserName();
|
||||
String orgId = CurUser.getOrgID();
|
||||
String sFlowUnid = CurPage.getParameter("FlowUnid");//직넋긍뵀
|
||||
String sPhaseNo=CurPage.getParameter("PhaseNo");//쌓뙈뵀
|
||||
String FlowNo=CurPage.getParameter("FlowNo");//직넋츰냔
|
||||
@ -22,6 +23,7 @@
|
||||
String customertype = CurPage.getParameter("customertype");
|
||||
String channel = CurPage.getParameter("channel");
|
||||
String flowName = CurPage.getParameter("FlowName");
|
||||
String isHistory = CurComp.getParameter("IsHistory");
|
||||
String ishistoryNew = CurComp.getParameter("IsHistoryNew");
|
||||
|
||||
String falg = "false";
|
||||
@ -71,10 +73,15 @@
|
||||
dwTemp.genHTMLObjectWindow(CurPage.getParameter("FlowUnid"));
|
||||
dwTemp.replaceColumn("customer_info", "<iframe type='iframe' id='frame_list' name=\"frame_list\" width=\"100%\" height=\"1200px\" frameborder=\"0\" src=\""+sWebRootPath+userll+compClientID+"&sPhaseNo="+sPhaseNo+"\"></iframe>", CurPage.getObjectWindowOutput());
|
||||
if ("true".equals(ishistoryNew)) falg = "false";
|
||||
String auditFlag = "false";
|
||||
//信审部门8009011005
|
||||
if("8009011005".equals(orgId)&&("BusinessApplyFlow".equals(FlowNo)||"BusinessChangeFlow".equals(FlowNo))&&(!"0010".equals(sPhaseNo)&&!"0020".equals(sPhaseNo))){
|
||||
auditFlag = "true";
|
||||
}
|
||||
String sButtons[][] = {
|
||||
{falg,"","Button","괏닸","괏닸","save()","","","","btn_icon_saveNew",""},
|
||||
{"true","","Button","栗죕헌데","栗죕헌데","openFileList('1')","","","","btn_icon_saveNew",""},
|
||||
{("BusinessApplyFlow".equals(FlowNo)||"BusinessChangeFlow".equals(FlowNo))&&("0030".equals(sPhaseNo)||"0040".equals(sPhaseNo)||"0050".equals(sPhaseNo)||"0060".equals(sPhaseNo)||"0070".equals(sPhaseNo))?"true":"false","","Button","ÐÅÉó×ÊÁÏ","ÐÅÉó×ÊÁÏ","openFileList('2')","","","","btn_icon_saveNew",""}
|
||||
{auditFlag,"","Button","信审资料","信审资料","openFileList('2')","","","","btn_icon_saveNew",""}
|
||||
};
|
||||
|
||||
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
|
||||
@ -212,7 +219,7 @@
|
||||
return;
|
||||
}
|
||||
let code = 'ECM0002';
|
||||
if(("<%=FlowNo%>"=="BusinessApplyFlow"||"<%=FlowNo%>"=="BusinessChangeFlow")&&"<%=sPhaseNo%>"=="0010"){
|
||||
if(("<%=FlowNo%>"=="BusinessApplyFlow"||"<%=FlowNo%>"=="BusinessChangeFlow")&&"<%=sPhaseNo%>"=="0010"&&"ReadOnly"!="<%=rightType%>"&&"true"!="<%=isHistory%>"&&"true"!="<%=ishistoryNew%>"){
|
||||
code = 'ECM0001';
|
||||
}
|
||||
let busiNo="<%=projectNo%>";
|
||||
@ -227,7 +234,7 @@
|
||||
function getRequestParamOfCredit(){
|
||||
|
||||
let code = 'ECM0002';
|
||||
if(("<%=FlowNo%>"=="BusinessApplyFlow"||"<%=FlowNo%>"=="BusinessChangeFlow")&&("<%=sPhaseNo%>"!="0010")&&"ReadOnly"!="<%=rightType%>"){
|
||||
if(("<%=FlowNo%>"=="BusinessApplyFlow"||"<%=FlowNo%>"=="BusinessChangeFlow")&&("<%=sPhaseNo%>"!="0010"&&"<%=sPhaseNo%>"!="0020")&&"ReadOnly"!="<%=rightType%>"&&"true"!="<%=isHistory%>"&&"true"!="<%=ishistoryNew%>"){
|
||||
code = 'ECM0001';
|
||||
}
|
||||
let busiNo="<%=projectNo%>";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user