⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 showdetail.jsp

📁 自己制作的联通CRM,支持客户分类,管理,升级,积分管理等等..
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" language="java" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
<meta http-equiv="expires" content="Wed, 26 Feb 1970 08:21:57 GMT" />
<link href="${pageContext.request.contextPath}/image/main.css" rel="stylesheet" type="text/css">
<title>潜在集团客户转正</title>



<style type="text/css">
<!--
.STYLE2 {
	font-size: 16px;
	color: #0000FF;
}
.STYLE1 {font-size: 14px;
	font-weight: bold;
	font-family: "宋体";
}
-->
    </style>
</head>
<body>
<html:form action="/allotCompany?tag=changecompany" styleId="form1">
  <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
	<html:hidden property="nid"></html:hidden>
      <td height="30" align="center" valign="top"><span class="STYLE1">潜 在 集 团 客 户 转 正 </span></td>
    </tr>
  </table>
  <table width="60%" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td align="right"><a href="#" onClick="window.history.back(); return false;">[返 回]</a></td>
    </tr>
  </table>
  <table width="60%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#D71920">

  <tr>
    <td height="115" align="center" valign="middle"><table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="10" colspan="3">&nbsp;</td>
      </tr>
      <tr>
        <td width="4%">&nbsp;</td>
        <td width="92%">
		<table width="100%" border="1" cellpadding="0" cellspacing="0">
          <tr>
            <td width="20%" height="28" id="ttc">集团名称:</td>
            <td colspan="3" id="ttc">
            <html:text property="companyname" readonly="true" styleId="txt"></html:text>			</td>
            </tr>
   
          <tr>
            <td height="27" id="ttc">集团级别:</td>
            <td height="27" colspan="3" id="ttc">
            <html:text property="companylevel" readonly="true" styleId="txt"></html:text>			</td>
          </tr>
          <tr>
            <td height="30" id="ttc">行业类别:</td>
            <td height="30" colspan="3" id="ttc">
            <html:text property="callingtype" readonly="true" styleId="txt"></html:text>			</td>
          </tr>
          <tr>
            <td height="30" id="ttc">企业地址:</td>
            <td height="30" colspan="3" id="ttc">
            <html:text property="address" readonly="true" styleId="txt"></html:text>			</td>
          </tr>
          <tr>
            <td height="30" id="ttc">上月收入:</td>
            <td width="80%" height="30" id="ttc">
            <html:text property="ultimoearning" readonly="true" styleId="txt"></html:text>			</td>
		</tr>
		<tr>
            <td width="20%" height="30" id="ttc">上月用户数:</td>
            <td width="80%" id="ttc">
            <html:text property="ultimouser" readonly="true" styleId="txt"></html:text>			</td>
          </tr>
          <tr>
            <td height="30" align="left" id="ttc">企业法人:</td>
            <td height="30" colspan="3" align="left" id="ttc">
            <html:text property="deputy" readonly="true" styleId="txt"></html:text>			</td>
          </tr>
          <tr>
            <td height="40" colspan="4" align="center" valign="middle" id="ttc">
			<input name="submit" type="submit" id="submit" value=" 确认集团客户转正 " ></td>
          </tr>
        </table>          </td>
        <td width="4%">&nbsp;</td>
      </tr>
      <tr>
        <td height="10" colspan="3" id="ttc">&nbsp;</td>
      </tr>
    </table>    </td>
  </tr>
</table>
</html:form>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -