项目复议和信审的前提条件

This commit is contained in:
58261 2018-09-29 15:14:13 +08:00
parent a6c370f099
commit 17c8c15d93

View File

@ -11,6 +11,7 @@
}else{
isShowButton=true;
}
ASObjectModel doTemp = new ASObjectModel("LCConditionTemp");
if(null!=ishistory&&ishistory.equals("true")){
doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataListHistory");
@ -22,6 +23,9 @@
dwTemp.Style="1"; //--ÉèÖÃΪGrid·ç¸ñ--
dwTemp.ReadOnly = "1";
dwTemp.setPageSize(50);
if("ProjectCreditFlow".equals(CurPage.getParameter("FlowNo"))||"ProjectRecreditFlow".equals(CurPage.getParameter("FlowNo"))){
isShowButton=true;
}
if(isShowForaml.equals("true")){
dwTemp.genHTMLObjectWindow(sProjectId);
}else{