project_active.jsp

来自「java jsp教程」· JSP 代码 · 共 352 行 · 第 1/2 页

JSP
352
字号
										borderColorLight="#003366" border=0>
          <TBODY>
            <tr bgcolor="#a6d0f2">
              <TD height=27 colspan="4" align=left><div align="center" class="unnamed2"><font size="4"><strong>计 划 信 息</strong></font></div></td>
            <TR style="display:block">
              <TD width="18%" height=21 align=right bgColor=#eef4ff class="unnamed1">项目计划编号:<strong></strong></TD>
              <TD height=21 align=left bgColor=#eef4ff><c:out value="${planInfo.planno}" /></TD>
              <TD height=21 align=left bgColor=#eef4ff><div align="right">审计单位:</div></TD>
              <TD height=21 align=left bgColor=#eef4ff><div align="left"><c:out value="${planInfo.auditingdeptname}" /></div></TD>
            </TR>
            <TR>
              <TD  height=30 align="right"  bgColor=#eef4ff class="unnamed1" >项目计划名称:<strong></strong></TD>
              <TD  height=30 align="left" bgColor=#eef4ff  colspan="3"><c:out value="${planInfo.planname}" /><span class="unnamed1"><strong></strong></span>         
            </TR>
            <TR>
              <TD  height=25 align="right"  bgColor=#eef4ff class="unnamed1" >被审计单位:<strong></strong><strong></strong></TD>
              <TD width="33%"  height=10 align="left" bgColor=#eef4ff >
			  <a href="#" onclick="ShowAllAudited('<c:out value="${planInfo.planno}"/>')">
				<c:out value="${auditedUnits[0].unitname}" />[更多...]</a>
                <TD width="21%"  height=10 align="left" bgColor=#eef4ff ><div align="right"><span class="unnamed1">计划类别:</span> </div>
                <TD width="28%"  height=10 align="left" bgColor=#eef4ff ><c:out value="${planInfo.plantypename}" />                
            </TR>
            <TR>
              <TD  height=25 align="right"  bgColor=#eef4ff class="unnamed1" >项目类别:<strong></strong> </TD>
              <TD  height=10 align="left" bgColor=#eef4ff ><c:out value="${planInfo.projecttypename}" />
                <TD  height=10 align="left" bgColor=#eef4ff ><div align="right"><span class="unnamed1">计划开始时间:<strong></strong></span> </div>
                <TD  height=10 align="left" bgColor=#eef4ff ><c:out value="${planInfo.begaintime}" />       
            </TR>
            <TR>
              <TD  height=25 align="right"  bgColor=#eef4ff class="unnamed1" ><DIV align=right>项目级别:<strong></strong></DIV></TD>
              <TD  height=10 align="left" bgColor=#eef4ff ><c:out value="${planInfo.projectlevelname}" />            
                <TD  height=10 align="left" bgColor=#eef4ff ><div align="right">计划结束时间:<span class="unnamed1"><strong></strong></span> </div>
                <TD  height=10 align="left" bgColor=#eef4ff ><c:out value="${planInfo.endtime}" />
            </TR>
            <TR>
              <TD  height=25 align="right"  bgColor=#eef4ff class="unnamed1" >计划审计费用: </TD>
              <TD  height=10 align="left" bgColor=#eef4ff >
			  <fmt:formatNumber pattern=".00"><c:out value="${planInfo.auditingcost}" /></fmt:formatNumber>
                <TD  height=10 align="left" bgColor=#eef4ff ><div align="right">计划工作日: </div>
                <TD  height=10 align="left" bgColor=#eef4ff ><c:out value="${planInfo.plandays}" />
                          
            </TR>
            <TR>
              <TD  height=25 align="right"  bgColor=#eef4ff>
			  <div align="right"><span class="unnamed1">计划审核人:</span></div>
              <TD  height=10 align="left" bgColor=#eef4ff >
			  	   <span class="style1" ><font color="#33CCCC" title="">☆ </font></span>
			  	   <c:out value="${approvor1[0].personname}" />
              <TD  height=10 align="left" bgColor=#eef4ff >
			  <div align="right"><span class="unnamed1">计划审批人:</span></div>
              <TD  height=10 align="left" bgColor=#eef4ff >
			  	   <span class="style1" ><font color="#33CCCC" title="">☆ </font></span>
			  	   <c:out value="${approvor2[0].personname}" />
            </TR>
            <TR>
              <TD  height=25 align="right"  bgColor=#eef4ff>
			  <div align="right"><span class="unnamed1">计划负责人:</span></div>
              <TD  height=10 align="left" bgColor=#eef4ff >
			  	   <span class="style1" ><font color="#33CCCC" title="">☆ </font></span>
			  	   <c:out value="${principal[0].personname}"/>
              <TD  height=10 align="left" bgColor=#eef4ff >
		      <div align="right"><span class="unnamed1">计划录入人:</span></div>
              <TD  height=10 align="left" bgColor=#eef4ff >
			  	   <span class="style1" ><font color="#33CCCC" title="">☆ </font></span>
			  	   <c:out value="${appCreator[0].personname}" />    
              </TR>
            <TR>
              <TD  height=25 align="right"  bgColor=#eef4ff>
			  <div align="right"><span class="unnamed1">审计组长:</span></div>
              <TD  height=10 align="left" bgColor=#eef4ff >
				   <span class="style1" ><font color="#33CCCC" title="">☆ </font></span>
				   <c:out value="${appLeader[0].personname}" />
              <TD  height=10 align="left" bgColor=#eef4ff >
			  <div align="right"><span class="unnamed1">审计主审:</span></div>
              <TD  height=10 align="left" bgColor=#eef4ff >
				   <span class="style1" ><font color="#33CCCC" title="">☆ </font></span>
				   <c:out value="${appChiefUmpire[0].personname}" />
              </TR>
            <TR>
              <TD  height=25 align="right"  bgColor=#eef4ff class="unnamed1" >项目组组员:</TD>
              <TD  height=10 align="left" bgColor=#eef4ff  colspan="3">
				<c:forEach var="member" items="${memberList}">
					<span class="style1" ><font color="#33CCCC" title="">☆</font></span>
					<c:out value="${member.personname}" />
				</c:forEach>
              </TR>
            <TR>
              <TD  height=25 align="right"  bgColor=#eef4ff class="unnamed1" >备注:</TD>
              <TD  height=10 align="left" bgColor=#eef4ff  colspan="3"><c:out value="${planInfo.memo}" />
              </TR>
			  </table>
			  <br><br>
			  
	<TABLE cellSpacing=1 borderColorDark="#dfdfff" cellPadding=2
									width="90%" align=center bgColor=#b3c4db
										borderColorLight="#003366" border=0>
          <tr bgcolor="#a6d0f2">
             <TD height=27 colspan="4" align=left><div align="center" class="unnamed2"><font size="4"><strong>审 核 审 批 记 录</strong></font></div></td>
          </tr>
		  <tr>
		  	<TD width="15%" height=21 align=center bgColor=#eef4ff><div align="center">审核(批)人:</div></TD>
             <TD width="20%" height=21 align=center bgColor=#eef4ff><div align="center">审核(批)结果:</div></TD>
             <TD width="20%" height=21 align=center bgColor=#eef4ff><div align="center">审核(批)日期:</div></TD>
             <TD width="45%" height=21 align=center bgColor=#eef4ff><div align="center">审核(批)意见:</div></TD>
		  </tr>
	<c:forEach var="appRecord" items="${planInfo.approveRecordList}">
			<TR>
              <TD height=10 align="left" bgColor=#eef4ff><c:out value="${appRecord.personname}" /></td>
              <TD height=10 align="left" bgColor=#eef4ff>
				<c:if test="${appRecord.approveresult == 0}">不通过</c:if>
				<c:if test="${appRecord.approveresult == 1}">通过</c:if>
			  </td>
			  <TD height=10 align="left" bgColor=#eef4ff><c:out value="${appRecord.approvedate}" /></td>
			  <TD height=10 align="left" bgColor=#eef4ff><c:out value="${appRecord.approvenote}" /></td>
            </TR>			  
</c:forEach>
                </TABLE></TD>
      </TR>
  </TABLE>
<script>
function popUpCalendarDlg(ctrlobj) {
	showx = event.screenX - event.offsetX - 4 - 210 ; // + deltaX;
	showy = event.screenY - event.offsetY + 18; // + deltaY;
	newWINwidth = 210 + 4 + 18;
	retval = window.showModalDialog("../include/date.htm", "", "dialogWidth:220px; dialogHeight:220px; dialogLeft:"+showx+"px; dialogTop:"+showy+"px; status:no; directories:yes;scroll:no;Resizable:no; "  );
	if( retval != null ){
		ctrlobj.value = retval;
	}
}
function _delPersons(pid,type)
{
	if(!confirm("确定删除吗?"))
		return;
	var sForm = document.form1;
	var personSPAN = document.getElementById(type);
	if(personSPAN)
	{
		personSPAN.innerHTML = "";
	}
	
	if("xmsl" == type)
	{
		sForm.cognizance.value = "";
	}	
	if("sjzz" == type)
	{
		sForm.projLeader.value = "";
	}
}

function active() {
	if(document.form1.teamLeader.value == "") {
		alert("项目组长不能为空");
		return;
	}
	if( document.form1.activeTime.value=="") {
		alert("请指定项目启动时间");
		return;
	}
	window.location="project_frame.htm";
}
function ShowAllAudited(planno)
{
	wx=600;
	wy=400;
	urlstr="/cnpc/servlet/GetAllAuditedListOfPlanServlet?planno="+planno;
	x=(window.screen.width-wx)/2;
	y=(window.screen.height-wy)/2;
	wposition=",left="+x+",top="+y;
	window.open(urlstr,"计划的所有被审单位","width="+wx+",height="+wy+",scrollbars=yes,status=no"+wposition);
}

</script>
</body>
</html>

⌨️ 快捷键说明

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