📄 f0fbad4e1532001d139f992bfca89756
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@ include file="/commons/taglibs.jsp" %>
<html:html>
<head>
<title>${CompanyName }${ProjectName }</title>
<%@ include file="/commons/meta.jsp" %>
</head>
<body class="bodycolor" topmargin="5" onload="document.form1.PROVIDER_NAME.focus();">
<table class="title1">
<tr>
<td class="Big"><span class="big3"> 公司产品详情</span>
</td>
</tr>
</table>
<br>
<table class="tablestyle1">
<tr>
<td nowrap class="TableHeader" colspan="4" align="left">
公司产品基本信息:
</td>
</tr>
<tr>
<td nowrap class="TableData">产品编号: </td>
<td nowrap class="TableData" colspan="3">
<html:text property="productionId" value="${production.productionId }" readonly="true" size="20" maxlength="100" />
</td>
</tr>
<tr>
<td nowrap class="TableData">产品名称: </td>
<td nowrap class="TableData">
<html:text property="productionName" value="${production.productionName }" readonly="true" size="20" maxlength="100" />
</td>
<td nowrap class="TableData">生产日期: </td>
<td nowrap class="TableData">
<html:text property="createDate" value="${production.createDate }" readonly="true" size="20" maxlength="100" />
</td>
</tr>
<tr>
<td nowrap class="TableData">产品类型: </td>
<td nowrap class="TableData">
<html:text property="price" value="${production.productionType.name }" readonly="true" size="20" maxlength="100" />
</td>
<td nowrap class="TableData">数量: </td>
<td nowrap class="TableData" >
<html:text property="num" value="${production.num }" readonly="true" size="20" maxlength="100" />
</td>
</tr>
<tr>
<td nowrap class="TableData">单价: </td>
<td nowrap class="TableData" colspan="3">
<html:text property="price" value="${production.price }" readonly="true" size="20" maxlength="100" />
</td>
</tr>
<tr>
<td nowrap class="TableControl" colspan="4" align="center">
<input type="button" value="返回" onClick="history.back(-1);" class="BigButton">
</td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -