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

25 lines
697 B
Plaintext

<%@ page contentType="text/html; charset=GBK"%>
<%@ include file="/IncludeBegin.jsp"%><%
/*
Author: jyshen 2017-05-16
Tester:
Content: Á÷³ÌÒµÎñ´úÂëÅäÖÃ
Input Param:
Output param:
History Log:
*/
%><%@include file="/Resources/CodeParts/Frame02.jsp"%>
<script type="text/javascript">
mytoptd.height=300;
OpenList();
function OpenList(){
AsControl.OpenView("/ProductManage/FlowBusinessConfig/FlowBusinessCodeManageList.jsp","","rightup");
}
function OpenInfo(sCodeNo){
AsControl.OpenView("/ProductManage/FlowBusinessConfig/FlowBusinessTreeManagerList.jsp", "CodeNo="+sCodeNo, "rightdown");
}
</script>
<%@ include file="/IncludeEnd.jsp"%>