15 lines
394 B
Plaintext
15 lines
394 B
Plaintext
<%@ page contentType="text/html; charset=GBK"%><%@
|
|
include file="/IncludeBegin.jsp"%><%
|
|
/*
|
|
+
|
|
页面说明: 参数管理列表页面
|
|
*/
|
|
%>
|
|
<%@include file="/Resources/CodeParts/Frame03.jsp"%>
|
|
|
|
<script type="text/javascript">
|
|
//myright.width=250; //设置左边区域宽度
|
|
AsControl.OpenView("/ProductManage/ParameterConfig/ParameterList.jsp","","frameleft","");
|
|
</script>
|
|
<%@ include file="/IncludeEnd.jsp"%>
|