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

📄 selectqyzx.jsp

📁 客户关系管理系统,包括数据库,类,所有运行所需的代码及文件
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page import="java.sql.*"%>
<%@ page import="java.util.List"%>
<%@ page import="com.domain.CqyzxForm"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>企业资信设置</title>
<style type="text/css">
<!--
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}
td{
font-size:9pt;
}
.style2 {font-size: 11pt}
-->
</style></head>
<script Language="JavaScript">
function projectDelete(date){
if(confirm("是否删除编号为["+date+"]这一组数据吗?"))
window.location="cqyzxDelete.do?id="+date;
}
</script>

<body>
<table width="579"  border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"> 
  <tr> 
    <td>&nbsp;</td> 
  </tr> 
</table> 
<table width="579" border="0" cellpadding="0" cellspacing="0"> 
  <tr> 
    <td align="left" valign="top" bgcolor="#FFFFFF"> <table width="579" height="487"  border="0" cellpadding="0" cellspacing="0"> 
        <tr> 
          <td align="left" valign="top" bgcolor="#FFFFFF"><table width="579" border="0" cellpadding="0" cellspacing="0"> 
              <tr> 
                <td width="2%" height="28">&nbsp;</td> 
                <td width="9%" background="images/circle.jpg">&nbsp;</td> 
                <td width="89%" bgcolor="#FFFFFF"><span class="style2">企业资信设置</span></td> 
              </tr> 
              <tr style="line-height:2px"> 
                <td width="2%" height="5">&nbsp;</td> 
                <td height="5" colspan="2" bgcolor="#D4D0C8">&nbsp;</td> 
              </tr> 
              <tr align="center" valign="top" bgcolor="#FFFFFF"> 
                <td height="454" colspan="3"><br>
                  <%List list=(List)request.getAttribute("qyzxlist");%>
                  <br>
                  <br>                  
                  <div align="center">
                   <table width="517" border="0" cellpadding="2" cellspacing="1" bgcolor="#666666">
                      <tr align="center" bgcolor="#ffcc33">
                        <td width="101" height="24">企业资信编号</td>
                        <td width="143">企业资信级别</td>
                        <td width="134">备注</td>
                        <td width="118">操作</td>
                      </tr>
                      <%for(int i=0;i<list.size();i++){
CqyzxForm qyzx=(CqyzxForm)list.get(i);
%>
                      <tr>
                        <td bgcolor="#FFFFFF"><%=qyzx.getQyzx_id()%></td>
                        <td bgcolor="#FFFFFF"><%=qyzx.getQyzx_zxjb()%></td>
                        <td bgcolor="#FFFFFF"><%=qyzx.getQyzx_bz()%></td>
                        <td align="center" bgcolor="#FFFFFF"><a href="cqyzxSelectOne.do?id=<%=qyzx.getQyzx_id()%>">修改</a>&nbsp;&nbsp;&nbsp;<a href="javascript:projectDelete('<%=qyzx.getQyzx_id()%>')">删除</a></td>
                      </tr>
                      <%}%>
                    </table>
                    <br>
                    <table width="519"  border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td width="393" align="right"> </td>
                        <td width="126" align="center"><a href="cqyzxCountID.do">添加企业资信</a></td>
                      </tr>
                    </table>
                    <p>&nbsp;</p>
                </div>                                  
              </table></td> 
        </tr> 
      </table></td> 
  </tr> 
</table> 
<div align="center"><p>&nbsp;</p>
</div>
</body>
</html>

⌨️ 快捷键说明

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