34 lines
1.5 KiB
Plaintext
34 lines
1.5 KiB
Plaintext
<%@ page contentType="text/html; charset=GBK"%>
|
|
<%@ include file="/Frame/resources/include/include_begin_info.jspf"%><%
|
|
/*
|
|
Author: undefined 2017-08-02
|
|
Content: 示例详情页面
|
|
History Log:
|
|
*/
|
|
|
|
String sFlowUnid = CurPage.getParameter("FlowUnid");//流程编号
|
|
String ishistory=CurPage.getParameter("IsHistory");
|
|
String sTempletNo = "LCStandardInterestTempInfo";//--模板号--
|
|
|
|
CurPage.getCurComp().setAttribute("RightType", null);
|
|
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
|
|
if(null!=ishistory&&ishistory.equals("true")){
|
|
doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataInfoHistory");//如果是历史则新显示历史数据
|
|
}
|
|
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
|
|
dwTemp.Style = "2";//freeform
|
|
dwTemp.ReadOnly = "-2";//只读模式
|
|
dwTemp.genHTMLObjectWindow(sFlowUnid);
|
|
//dwTemp.replaceColumn("other", "<iframe type='iframe' id='frame_list_other' name=\"frame_list_other\" width=\"100%\" height=\"400px\" frameborder=\"0\" src=\""+sWebRootPath+"/Tenwa/Lease/Flow/Comm/LCStandard/OldLCStandardInterestTempInof.jsp\"></iframe>", CurPage.getObjectWindowOutput());
|
|
String sButtons[][] = {
|
|
};
|
|
sButtonPosition = "south";
|
|
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
|
|
<script type="text/javascript">
|
|
/* //mytoptd.height=100;
|
|
function openview(){
|
|
AsControl.OpenView("/Tenwa/Lease/Flow/Comm/LCStandard/OldLCStandardInterestTempInof.jsp","","rightdown","");
|
|
}
|
|
openview(); */
|
|
</script>
|
|
<%@ include file="/Frame/resources/include/include_end.jspf"%> |