📄 modiproductattr.jsp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@ page import="java.util.*"%>
<%@ page contentType="text/html;charset=GBK"%>
<%@ page import="java.util.Date"%>
<%@ page import="java.text.SimpleDateFormat"%>
<%@ page import="com.saas.biz.commen.ParamethodMgr"%>
<jsp:useBean id="bean" class="com.saas.biz.commen.ParamethodMgr" scope="page" />
<jsp:useBean id="comm" class="com.saas.biz.commen.commMethodMgr" scope="page" />
<%
//String class_type=bean.getSelectItems("64");
String class_id=comm.GenTradeId();
HttpSession httpSess=request.getSession();
String cust_id=(String)httpSess.getAttribute("SESSION_CUST_ID");
%>
<html>
<head>
<title>www.Xsaas.com</title>
<link href="/style/layout.css" rel="stylesheet" type="text/css">
<script language="javascript" src="/js/Calendar_Ly.js"></script>
<script type="text/javascript" src="/js/prototype.js"></script>
<link rel="stylesheet" type="text/css" href="../ext/resources/css/ext-all.css" />
<script type="text/javascript" src="../ext/adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="../ext/ext-all.js"></script>
<script type="text/javascript" src="modichannal.js"></script>
<script type='text/javascript' src='<%=request.getContextPath()%>/dwr/interface/AddProductAttrInfo.js'></script>
<script type='text/javascript' src='<%=request.getContextPath()%>/dwr/interface/AddProductInfo.js'></script>
<script type='text/javascript' src='<%=request.getContextPath()%>/dwr/engine.js'></script>
<script type='text/javascript' src='<%=request.getContextPath()%>/dwr/util.js'></script>
<style type="text/css">
.Tree-Img {
background-image:url(/img/org.png) !important;
}
.root-Img {
background-image:url(/img/home.png) !important;
}
</style>
</head>
<body>
<form name=productForm method=post action=/doTradeReg.do target="_self">
<table width="727" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="2"></td>
</tr>
<tr>
<td valign="top">
<table width=727 border=0 cellpadding=5 cellspacing=1 align=center bgcolor="#dddddd">
<tr>
<td style="background-color:#f6f6f6; color:#000000; font-weight:bold; font-size:12px;" align=right width="15%">
产品分类选择:
</td>
<td align="left" style="background-color: #ffffff; color: #000000; font-size: 12px; padding: 3px 5px;" width="85%">
<div class="ping1">
<div id="tree-div"></div>
</div>
</td>
</tr>
<div id="div-win"></div>
<input type="hidden" name="trade_type_code" value="1222"/>
<input name="cust_id" id="cust_id" type="hidden" value="<%=cust_id%>">
<input name="class_id" id="class_id" type="hidden" value="<%=class_id%>">
<input name="class_name" id="class_name" type="hidden" value="0">
<input name="up_class_id" id="up_class_id" type="hidden" value="000000000000000">
<input name="class_level" id="class_level" type="hidden" value="0">
<input name="class_type" id="class_type" type="hidden" value="0">
<input name="class_desc" id="class_desc" type="hidden" value="0">
<input name="enable_tag" id="enable_tag" type="hidden" value="0">
<input name="remark" id="remark" type="hidden" value="0">
<tr>
<td width="100%" align="left" bgcolor="#FFFFFF" colspan="2"><div class="ping">
<div id="loading" style="display: none">
<img src="/img/wait.gif" border="0">正在获取数据,请稍等...
</div>
<div id="product-div"></div>
</td>
</tr>
<tr>
<td height="13"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -