2018-06-03 22:26:41 +08:00

23 lines
1.5 KiB
Plaintext

<%@ page contentType="text/html; charset=GBK"%><%@
include file="/Frame/resources/include/include_begin_info.jspf"%><%
String sFlowNo = CurPage.getParameter("FlowNo");
if(sFlowNo==null) sFlowNo="";
ASObjectModel doTemp = new ASObjectModel("ApplyTypeInfo");
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
dwTemp.Style="2"; //设置DW风格 1:Grid 2:Freeform
dwTemp.ReadOnly = "0"; //设置是否只读 1:只读 0:可写
dwTemp.genHTMLObjectWindow(sFlowNo);
String compClientID = request.getParameter("CompClientID");
dwTemp.replaceColumn("ApplyMainTree", "<iframe type='iframe' id='ApplyMainTree' name=\"frame_list\" width=\"100%\" height=\"150px\" frameborder=\"0\" src=\""+sWebRootPath+"/AppConfig/FlowManage/FlowApplyMainTreeInfo.jsp?CompClientID="+compClientID+"&flowNo="+sFlowNo+"\"></iframe>", CurPage.getObjectWindowOutput());
dwTemp.replaceColumn("ApplyMainTreePhaseList", "<iframe type='iframe' id='ApplyMainTreePhaseList' name=\"frame_list_knowing\" width=\"100%\" height=\"400px\" frameborder=\"0\" src=\""+sWebRootPath+"/AppConfig/FlowManage/FlowApplyMainTreePhaseList.jsp?CompClientID="+compClientID+"&flowNo="+sFlowNo+"\"></iframe>", CurPage.getObjectWindowOutput());
String sButtons[][] = {
{"true","","Button","保存","保存修改","saveRecord()","","","",""}
};
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
<script type="text/javascript">
function saveRecord(){
as_save("myiframe0");
}
</script>
<%@ include file="/Frame/resources/include/include_end.jspf"%>