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

📄 e059dee49d2b001d10dcc9e30c9e2239

📁 客户关系管理系统主要管理新老客户的一些信息并可以发现潜在客户
💻
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@ include file="/commons/taglibs.jsp" %>
<html>
  <head>
    <title>${CompanyName }${ProjectName }</title>
    <%@ include file="/commons/meta.jsp" %>
  </head>
  <body class="bodycolor" topmargin="5">

<table class="title1">
  <tr>
    <td class="Big"><span class="big3"> 权限设置</span><br>
    </td>
    </tr>
</table>
<br>

<div align="left">
<fieldset style="width:95%;padding-bottom:5px;">
	 <legend class="small" align=left>
      <b> 快捷操作 </b>
  </legend>

<table cellspacing="1" class="small" align="left" cellpadding="3">
	
	
  
  <tr>
  <html:form action="set1.do"  method="post" >
  <html:hidden property="p" value="list" />
  <html:hidden property="flag" value="client" />
    <td nowrap class="TableData">&nbsp;&nbsp;客户类型: 
        <html:text property="name" styleClass="SmallInput" size="15" maxlength="100" />
    </td>
    
    <td nowrap class="TableData" colspan="2">
        &nbsp;&nbsp;<html:submit styleClass="SmallButton" title="模糊查询">快速查询</html:submit>
    </td>
    </html:form>
   



    <html:form action="set2.do"  method="post" >
  <html:hidden property="p" value="list" />
   <html:hidden property="flag" value="production" />
    <td nowrap class="TableData">&nbsp;&nbsp;产品类型:
        <html:text property="name" styleClass="SmallInput" size="15" maxlength="100" />
    </td>
    
    <td nowrap class="TableData" colspan="2">
        &nbsp;&nbsp;<html:submit styleClass="SmallButton" title="模糊查询">快速查询</html:submit>
    </td>
    </html:form>
    
    
    
    
    <html:form action="set3.do"  method="post" >
  <html:hidden property="p" value="list" />
   <html:hidden property="flag" value="service" />
    <td nowrap class="TableData">&nbsp;&nbsp;服务类型:
        <html:text property="name" styleClass="SmallInput" size="15" maxlength="100" />
    </td>
    
    <td nowrap class="TableData" colspan="2">
        &nbsp;&nbsp;<html:submit styleClass="SmallButton" title="模糊查询">快速查询</html:submit>
        
    </td>
    </html:form>
   </tr>
   <tr>
	   <td>
	  	 <input type="button" value="添加类型参数" title="类型参数导入" onClick="location.href='${ctx}/system/setForm.jsp'" class="SmallButton">
	   </td>
   </tr>
</table>
</fieldset>
</div>

<br>

<c:if test="${empty clientTypes && empty productionTypes && empty serviceTypes }">
<%@ include file="/utility/noData.jsp" %>
</c:if>
<!-- 显示数据信息 -->
<c:if test="${! empty clientTypes }">
<table  class="tablestyle1">
  <tr class="TableHeader">
	 <td nowrap width="5%" align="center">选择</td>
     <td nowrap width="20%" align="center">客户类型</td>
     <td nowrap width="20%" align="center">操作</td>
  </tr>
<c:forEach items="${clientTypes}" var="item">
  <tr class="TableLine1">
	<td>&nbsp;<input type="checkbox" name="email_select" value="1" onClick="check_one(self);"></td>
      <td nowrap align="center">${item.name }</td>
      <td nowrap align="center">
        <a href="${ctx}/set1.do?p=edit&flag=client&id=${item.id}">编辑</a>&nbsp;|&nbsp;
		<a href="${ctx}/set1.do?p=delete&id=${item.id}" onClick="{if(confirm('确定要删除该客户类型吗?')){return true;}return false;}">删除</a>
      </td>
   </tr>
</c:forEach>    
 <tr class="TableControl">
 <td colspan="6">
 	   &nbsp;<input type="checkbox" name="allbox" id="allbox_for" onClick="check_all();">
      <label for="allbox_for">全选</label> &nbsp;
      <input type="button"  value="批量删除" class="SmallButton" onClick="delete_mail();" title="删除所选联系人"> &nbsp;
 </td>
 </tr>
  
</table>
</c:if>
<!-- 显示数据信息 -->
<c:if test="${! empty productionTypes }">
<table  class="tablestyle1">
  <tr class="TableHeader">
	 <td nowrap width="5%" align="center">选择</td>
     <td nowrap width="20%" align="center">产品类型</td>
     <td nowrap width="20%" align="center">操作</td>
  </tr>
<c:forEach items="${productionTypes}" var="item">
  <tr class="TableLine1">
	<td>&nbsp;<input type="checkbox" name="email_select" value="1" onClick="check_one(self);"></td>
      <td nowrap align="center">${item.name }</td>
      <td nowrap align="center">
        <a href="${ctx}/set2.do?p=edit&flag=production&id=${item.id}">编辑</a>&nbsp;|&nbsp;
		<a href="${ctx}/dset2.do?p=delete&id=${item.id}" onClick="{if(confirm('确定要删除该产品类型吗?')){return true;}return false;}">删除</a>
      </td>
   </tr>
</c:forEach>    
 <tr class="TableControl">
 <td colspan="6">
 	   &nbsp;<input type="checkbox" name="allbox" id="allbox_for" onClick="check_all();">
      <label for="allbox_for">全选</label> &nbsp;
      <input type="button"  value="批量删除" class="SmallButton" onClick="delete_mail();" title="删除所选联系人"> &nbsp;
 </td>
 </tr>
  
</table>
</c:if>
<!-- 显示数据信息 -->
<c:if test="${! empty serviceTypes }">
<table  class="tablestyle1">
  <tr class="TableHeader">
	 <td nowrap width="5%" align="center">选择</td>
     <td nowrap width="20%" align="center">服务类型</td>
     <td nowrap width="20%" align="center">操作</td>
  </tr>
<c:forEach items="${serviceTypes}" var="item">
  <tr class="TableLine1">
	<td>&nbsp;<input type="checkbox" name="email_select" value="1" onClick="check_one(self);"></td>
      <td nowrap align="center">${item.name }</td>
      <td nowrap align="center">
        <a href="${ctx}/set3.do?p=edit&flag=production&id=${item.id}">编辑</a>&nbsp;|&nbsp;
		<a href="${ctx}/set3.do?p=delete&id=${item.id}" onClick="{if(confirm('确定要删除该服务吗?')){return true;}return false;}">删除</a>
      </td>
   </tr>
</c:forEach>    
 <tr class="TableControl">
 <td colspan="6">
 	   &nbsp;<input type="checkbox" name="allbox" id="allbox_for" onClick="check_all();">
      <label for="allbox_for">全选</label> &nbsp;
      <input type="button"  value="批量删除" class="SmallButton" onClick="delete_mail();" title="删除所选联系人"> &nbsp;
 </td>
 </tr>
  
</table>
</c:if>

  </body>
</html>

⌨️ 快捷键说明

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