📄 detailitemview.jsp
字号:
<jsp:include page="/include/global.jsp"/>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ page contentType="text/html; charset=GBK" %>
<html:html>
<HEAD>
<LINK rel=stylesheet type=text/css HREF="../../common/olstyle.css">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=gb2312">
<script type="text/javascript" src="../../common/CTable.js"></script>
<script type="text/javascript" src="../../common/CommonFunc.js"></script>
</head>
<body>
<table width="90%" border="0" align="center">
<tr>
<td height="10" align="right" valign="middle"><div align="right"><font color="#000099">
<img src="../../images/buttonPrevious.gif" width="21" height="21" title="返回上一页" onclick="history.go(-1);">
</font></div> </td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" width="50%">
<table width="100%" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td height="18" bgcolor="#669999"><div align="center"><font color="#FFFF99">变更控制报告</font></div></td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="120" height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 变更ID
</font></td>
<td height="20" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="alterapplyid"/></td>
</tr>
<tr>
<td width="120" height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 变更标题
</font></td>
<td height="20" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="alteritem"/></td>
</tr>
<tr>
<td width="120" height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 变更等级
</font></td>
<td height="20" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="level"/></td>
</tr>
<tr>
<td width="120" height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 变更类型
</font></td>
<td height="20" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="requisttype"/></td>
</tr>
<tr>
<td width="120" height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 当前状态
</font></td>
<td height="20" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="status"/></td>
</tr>
<tr>
<td width="120" height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 变更申请者</font></td>
<td height="20" align="left" valign="top" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="proposer"/></td>
</tr>
<tr>
<td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 变更申请日期</font></td>
<td height="20" align="left" valign="top" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="appdate" /></td>
</tr>
<tr>
<td width="120" height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 变更原因
</font></td>
<td height="20" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="reason"/></td>
</tr>
<tr>
<td width="120" height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 变更申请内容</font></td>
<td height="20" align="left" valign="top" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="content" /> </td>
</tr>
<tr bgcolor="#669999">
<td height="4" colspan="2" nowrap></td>
</tr>
<tr>
<td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 分析者</font></td>
<td height="20" align="left" valign="top" bgcolor="#ffffff">
<logic:notEmpty name="theAttrDetail" property="analyser" >
<bean:write name="theAttrDetail" property="analyser" />
</logic:notEmpty>
</td>
</tr>
<tr>
<td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 分析报告</font></td>
<td height="20" align="left" valign="top" bgcolor="#ffffff">
<logic:notEmpty name="theAttrDetail" property="analysisreport" >
<bean:write name="theAttrDetail" property="analysisreport" />
</logic:notEmpty>
</td>
</tr>
<tr bgcolor="#669999">
<td height="4" colspan="2" nowrap></td>
</tr>
<tr>
<td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 审批者</font></td>
<td height="20" align="left" valign="top" bgcolor="#ffffff">
<logic:notEmpty name="theAttrDetail" property="approver" >
<bean:write name="theAttrDetail" property="approver" />
</logic:notEmpty>
</td>
</tr>
<tr>
<td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 审批日期</font></td>
<td height="20" align="left" valign="top" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="approvaldate" /></td>
</tr>
<tr>
<td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 审批结论</font></td>
<td height="20" align="left" valign="top" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="approvereport"/></td>
</tr>
<tr bgcolor="#669999">
<td height="4" colspan="2" nowrap><font color="#000099"></font></td>
</tr>
<tr>
<td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 修改报告</font></td>
<td height="20" align="left" valign="top" bgcolor="#ffffff">
<logic:notEmpty name="theAttrDetail" property="alterreport" >
<bean:write name="theAttrDetail" property="alterreport" />
</logic:notEmpty></td>
</tr>
<tr>
<td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 变更执行结束日期</font></td>
<td height="20" align="left" valign="top" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="closedate" format="yyyy-MM-dd"/></td>
</tr> <tr>
<td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 变更分析人</font></td>
<td height="20" align="left" valign="top" bgcolor="#ffffff"><bean:write name="theAttrDetail" property="analyser" /></td>
</tr>
<tr bgcolor="#669999">
<td height="4" colspan="2" nowrap><font color="#000099"></font></td>
</tr>
<tr>
<td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 变更验证人</font></td>
<td height="20" align="left" valign="top" bgcolor="#ffffff">
<logic:notEmpty name="theAttrDetail" property="validator" >
<bean:write name="theAttrDetail" property="validator" />
</logic:notEmpty></td>
</tr>
<tr>
<td height="20" nowrap bgcolor="#CCCCCC"><font color="#000099"> 验证结果</font></td>
<td height="20" align="left" valign="top" bgcolor="#ffffff"><bean:write name= "theAttrDetail" property="validatereport"/></td>
</tr>
</table>
</td>
<td width="50%">
</td>
</tr>
</table>
<table width="90%" border="0" align="center">
<tr>
<td height="10" align="right" valign="middle"><div align="right"><font color="#000099">
<img src="../../images/buttonPrevious.gif" width="21" height="21" title="返回上一页" onclick="history.go(-1);">
</font></div> </td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -