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

📄 siretrievetodayfitmentresult.jsp

📁 JSP物业管理系统 一份比较完整的物业管理系统源码。 对于初学者可以有一定的借鉴。
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<!--********************************************************************************************************
* 系统名称:光大花园物业管理系统
* 程序名称:SiRetrieveTodayFitmentResult.jsp
* 程序类型:jsp
* 功能简述:显示指定的装修申请记录的全部内容的结果页面
* 作    者:董善飞
* 公    司:长春中联
* 完成时间:2001/09/11
* 修 改 人:毕锋
* 修改内容:页面
* 修改日期:2001/11/28
********************************************************************************************************//-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="/pmsApp/css/wuye.css">
<title>今日任务-装修</title>
<script language="JavaScript" src="/pmsApp/common/wuye.js"></script>
<script language="JavaScript">
<!--
function MM_swapImgRestore() {// v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() {// v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) {// v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() {// v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

  function handleForm(inputForm,submitform) {
	var str="";
	var del2="☆";
	var del ="※";
	for (i=0; i<inputForm.elements.length; i++)
	{
		if ((inputForm.elements[i].name.toUpperCase() != "RESET") &&
			(inputForm.elements[i].name.toUpperCase() != "SUBMIT"))
		{
			if ((inputForm.elements[i].type == "radio") ||
				(inputForm.elements[i].type == "checkbox"))
			{
				if (inputForm.elements[i].checked)
				{
					str = str+inputForm.elements[i].name+del2+inputForm.elements[i].value+del;
				}
			}
			else if (inputForm.elements[i].type == "select-one")
			{
				str = str+inputForm.elements[i].name
						+del2+inputForm.elements[i].options[inputForm.elements[i].selectedIndex].value+del;
			}
			else
			{
				str = str+inputForm.elements[i].name+del2+inputForm.elements[i].value+del;
			}
		}
	}
	str=str.substr(0,str.length-del.length);
	submitform.inputString.value=str;
	submitform.submit();
}
function handleForm1(pageindex,retrieveindex,retrievecon,retrievecom)
{
	var del2="☆";
	var del ="※";
	document.hiddenForm1.inputString.value="pageindex"+del2+pageindex+del+"retrieveindex"+del2+retrieveindex+del+"retrievecon"+del2+retrievecon+del+"retrievecom"+del2+retrievecom;
	document.hiddenForm1.submit();
}
function handleForm2(magicindex,number,pageindex,retrieveindex,retrievecon,retrievecom)
{
	var del2="☆";
	var del ="※";
	document.hiddenForm2.inputString.value="magicindex"+del2+magicindex+del+"number"+del2+number+del+"pageindex"+del2+pageindex+del+"retrieveindex"+del2+retrieveindex+del+"retrievecon"+del2+retrievecon+del+"retrievecom"+del2+retrievecom;
	document.hiddenForm2.submit();
}
function handleForm3(pageindex,retrieveindex,retrievecon,retrievecom,number)
{
	var del2="☆";
	var del ="※";
	document.hiddenForm3.inputString.value="pageindex"+del2+pageindex+del+"retrieveindex"+del2+retrieveindex+del+"retrievecon"+del2+retrievecon+del+"retrievecom"+del2+retrievecom+del+"number"+del2+number;
	document.hiddenForm3.submit();
}
function displayhidden(hiddentable)
{
	if(hiddentable.style.display=="none"){
		hiddentable.style.display="";
	}else{
		hiddentable.style.display="none";
	}
}
//-->
</script>
<%String pageindex=(String)request.getAttribute("pageindex");%>
<%String retrieveindex=(String)request.getAttribute("retrieveindex");%>
<%String retrievecon=(String)request.getAttribute("retrievecon");%>
<%String retrievecom=(String)request.getAttribute("retrievecom");%>
<%String number=(String)request.getAttribute("number");%>
<%String subarea=(String)request.getAttribute("subarea");%>
<%String building=(String)request.getAttribute("building");%>
<%String stair=(String)request.getAttribute("stair");%>
<%String floor=(String)request.getAttribute("floor");%>
<%String cell=(String)request.getAttribute("cell");%>
<%String name=(String)request.getAttribute("name");%>
<%String touchway=(String)request.getAttribute("touchway");%>
<%String applydate=(String)request.getAttribute("applydate");%>
<%String apply=(String)request.getAttribute("apply");%>
<%String team=(String)request.getAttribute("team");%>
<%String teamno=(String)request.getAttribute("teamno");%>
<%String teamgrantno=(String)request.getAttribute("teamgrantno");%>
<%String teamlevel=(String)request.getAttribute("teamlevel");%>
<%String owneridno=(String)request.getAttribute("owneridno");%>
<%String ownertel=(String)request.getAttribute("ownertel");%>
<%String headidno=(String)request.getAttribute("headidno");%>
<%String headtel=(String)request.getAttribute("headtel");%>
<%String startdate=(String)request.getAttribute("startdate");%>
<%String enddate=(String)request.getAttribute("enddate");%>
<%String noses=(String)request.getAttribute("noses");%>
<%String transactor=(String)request.getAttribute("transactor");%>
<%String approve=(String)request.getAttribute("approve");%>
<%String approveman=(String)request.getAttribute("approveman");%>
<%String approvedate=(String)request.getAttribute("approvedate");%>
<%String deposit=(String)request.getAttribute("deposit");%>
<%String inoutpaper=(String)request.getAttribute("inoutpaper");%>
<%String paperman=(String)request.getAttribute("paperman");%>
<%String paperdate=(String)request.getAttribute("paperdate");%>
<%String accept1=(String)request.getAttribute("accept1");%>
<%String acceptman1=(String)request.getAttribute("acceptman1");%>
<%String acceptdate1=(String)request.getAttribute("acceptdate1");%>
<%String accept2=(String)request.getAttribute("accept2");%>
<%String acceptman2=(String)request.getAttribute("acceptman2");%>
<%String acceptdate2=(String)request.getAttribute("acceptdate2");%>
<%String overduedays=(String)request.getAttribute("overduedays");%>
<%String overduefee=(String)request.getAttribute("overduefee");%>
<%String forfeit=(String)request.getAttribute("forfeit");%>
<%String acceptsign=(String)request.getAttribute("acceptsign");%>
<%String sign=(String)request.getAttribute("sign");%>
<%String remark=(String)request.getAttribute("remark");%>
</head>
<body bgColor="#FFFFFF" leftMargin="0" topMargin="0" vLink="#003399" marginwidth="0" marginheight="0" background="/pmsApp/images/bg2.gif" onLoad="this.focus();MM_preloadImages('/pmsApp/images/button_save_over.gif','/pmsApp/images/button_cancel_over.gif','/pmsApp/images/help2.gif')" >
<table width="100%" border="0" cellspacing="0" cellpadding="2">
  <tr> 
    <td height="28" background="/pmsApp/images/toolbar2.gif" valign="top"><img src="/pmsApp/images/blank.gif" width="10" height="1"><img src="/pmsApp/images/button_new_gray.gif" width="55" height="20"><img src="/pmsApp/images/button_modify_gray.gif" width="55" height="20"><img src="/pmsApp/images/button_del_gray.gif" width="55" height="20"><img src="/pmsApp/images/button_split.gif" width="8" height="20"><img name="Image13" border="0" src="/pmsApp/images/button_query_gray.gif" width="55" height="20" alt="条件检索"><img src="/pmsApp/images/button_split.gif" width="8" height="20"></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td><img src="/pmsApp/images/tab_left.gif" width="3" height="25"></td>
          <td width="100%" background="/pmsApp/images/tab_mid.gif" height="25">
            <table width="500" border="0" cellspacing="0" cellpadding="0">
              <tr align="center">
            
               
                <td width="100" background="/pmsApp/images/tab_down.gif" height="25"><a href="/pmsApp/servlet/common.PMS?txId=4011&inputString="">收费计划</a></td>
                
          <td width="100" background="/pmsApp/images/tab_down_left.gif" height="25"><a href="/pmsApp/servlet/common.PMS?txId=4017&inputString="">工作计划</a></td>
                <td width="100" background="/pmsApp/images/tab_up.gif" height="25">装修申请记录</td>
                
          <td width="100" background="/pmsApp/images/tab_down_right.gif" height="25"><a href="/pmsApp/servlet/common.PMS?txId=4019&inputString=""">业主投诉记录</a></td>
                <td width="100" background="/pmsApp/images/tab_down.gif" height="25"><a href="/pmsApp/servlet/common.PMS?txId=4015&inputString="">设施报修记录</a></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>

<table width="98%" border="1"  align="center" bordercolorlight="#808080" bordercolordark="#FFFFFF" cellspacing="0" cellpadding="0">
  <tr>

    <td align="center" width="24%" bgcolor="#d4d0c8">业&nbsp;&nbsp;&nbsp;&nbsp;主&nbsp;&nbsp;&nbsp;住&nbsp;&nbsp;&nbsp;&nbsp;址</td>

    <td width="76%" bgcolor="#FFFFFF"> <%=subarea%>_<%=building%>_<%=stair%>_<%=floor%>_<%=cell%></td>
    </tr>
    <tr>

    <td align="center" width="24%" bgcolor="#d4d0c8">业&nbsp;&nbsp;&nbsp;&nbsp;主&nbsp;&nbsp;&nbsp;姓&nbsp;&nbsp;&nbsp;&nbsp;名</td>

    <td width="76%" bgcolor="#FFFFFF"> <%=name%>&nbsp; </td>
    </tr>
    <tr>

    <td align="center" width="24%" bgcolor="#d4d0c8">联&nbsp;&nbsp;&nbsp;&nbsp;系&nbsp;&nbsp;&nbsp;方&nbsp;&nbsp;&nbsp;&nbsp;式</td>

    <td width="76%" bgcolor="#FFFFFF"> <%=touchway%> &nbsp; </td>
    </tr>
    <tr>

    <td align="center" nowrap width="24%" bgcolor="#d4d0c8">申&nbsp;&nbsp;&nbsp;&nbsp;请&nbsp;&nbsp;&nbsp;日&nbsp;&nbsp;&nbsp;&nbsp;期</td>

    <td width="76%" bgcolor="#FFFFFF"> <%=applydate%> &nbsp; </td>
    </tr>
    <tr>

    <td align="center" nowrap width="24%" bgcolor="#d4d0c8">申&nbsp;&nbsp;请&nbsp;&nbsp;装&nbsp;&nbsp;修&nbsp;&nbsp;内&nbsp;&nbsp;容</td>

    <td width="76%" bgcolor="#FFFFFF"> <%=apply%> &nbsp; </td>
    </tr>
    <tr>

    <td align="center" nowrap width="24%" bgcolor="#d4d0c8">装&nbsp;&nbsp;&nbsp;修&nbsp;&nbsp;队&nbsp;&nbsp;名&nbsp;&nbsp;&nbsp;称</td>

    <td width="76%" bgcolor="#FFFFFF"> <%=team%> &nbsp; </td>
    </tr>
    <tr>

    <td align="center" nowrap width="24%" bgcolor="#d4d0c8">装&nbsp;修&nbsp;队&nbsp;执&nbsp;照&nbsp;号&nbsp;码</td>

    <td width="76%" bgcolor="#FFFFFF"> <%=teamno%> &nbsp; </td>
    </tr>
    <tr>

    <td align="center" nowrap width="24%" bgcolor="#d4d0c8">装&nbsp;修&nbsp;队&nbsp;许&nbsp;可&nbsp;证&nbsp;号</td>

    <td width="76%" bgcolor="#FFFFFF"> <%=teamgrantno%> &nbsp; </td>
    </tr>
    <tr>

    <td align="center" nowrap width="24%" bgcolor="#d4d0c8">装&nbsp;修&nbsp;队&nbsp;资&nbsp;质&nbsp;等&nbsp;级</td>

    <td width="76%" bgcolor="#FFFFFF"> <%=teamlevel%> &nbsp; </td>
    </tr>

⌨️ 快捷键说明

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