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

📄 editorderinfoview.jsp

📁 一个java程序!!!数据库很特别!!请大家看看!!很有学习和使用的价值
💻 JSP
字号:
<%@page contentType="text/html; charset=UTF-8"%>
<%@ include file="/WEB-INF/include/taglib.jsp"%>
<html:html locale="true">
<head>
<TITLE><bean:message key="menu.orderManage.orderQuery" /></TITLE>
<LINK href="../css/iplan.css" rel=stylesheet type="text/css">
<script language="javascript" src="../scripts/Calendar.js"></script>
<SCRIPT language=javascript>
	function closePage()
	{
		self.opener.refresh(); 
		self.close();
	}

</SCRIPT>
</head>

<html:form styleId="form1" action="/orderAction.do?method=save">

	<table width="100%" border="0" cellspacing="0" cellpadding="0" class="cellBgSEARCHBOX">
		<tr align="center">
			<td align="center" class="TableTxtBold">
				<P align="center"><bean:message key="menu.orderManage.orderQuery" /></P>
			</td>
		</tr>
		<tr>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<td>
				<table width="100%" border="0" align="center" class="cellBg" cellspacing="1" cellpadding="0">
					<tr>
						<td colspan="2" class="TableTxtBold"><FONT color="blue"><bean:message key="prompt.order.orderInfo" /></FONT> 
						</td>
					</tr>				
					<tr>
						<td class="TableTxtBold" width="25%"><bean:message key="prompt.order.orderNo" /></td>
						<td class="TableTxtNorm"><bean:write name="orderInfoForm" property="orderInfo.orderNo"/></td>					
					</tr>
					<tr>
						<td class="TableTxtBold" width="25%"><bean:message key="prompt.order.orderDate" /></td>
						<td class="TableTxtNorm">
							<bean:write name="orderInfoForm" property="orderInfo.orderDateStr"/>
						</td>
					</tr>
					<tr>
						<td class="TableTxtBold" width="25%"><bean:message key="prompt.order.customerName" /></td>
						<td class="TableTxtNorm"> 
							<bean:write name="orderInfoForm" property="orderInfo.customerName"/>
						</td>
					</tr>	
					<tr>
						<td class="TableTxtBold" width="25%"><bean:message key="prompt.order.customerAddress" /></td>
						<td class="TableTxtNorm"> 
							<bean:write name="orderInfoForm" property="orderInfo.address"/>
						</td>
					</tr>						
					<tr>
						<td class="TableTxtBold" width="25%"><bean:message key="prompt.order.warehouse" /></td>
						<td class="TableTxtNorm"> 
							<bean:write name="orderInfoForm" property="orderInfo.warehouseId"/>
						</td>						
					</tr>
					<tr>
						<td class="TableTxtBold" width="25%"><bean:message key="prompt.order.printingDate" /></td>
						<td class="TableTxtNorm">
							<logic:equal value="OK" name="orderInfoForm" property="orderInfo.handmadeFlg">
								<bean:write name="orderInfoForm" property="orderInfo.handmade"/>
							</logic:equal>
							<logic:equal value="NO" name="orderInfoForm" property="orderInfo.handmadeFlg">
								<bean:write name="orderInfoForm" property="orderInfo.printingDateStr"/>
							</logic:equal>
						</td>
					</tr>
					<tr>
						<td class="TableTxtBold" width="25%"><FONT color="green"><bean:message key="prompt.order.result" /></FONT></td>
						<td class="TableTxtNorm">
							<FONT color="green"><bean:write name="orderInfoForm" property="orderInfo.ok"/></FONT>
						</td>
					</tr>					
					<tr>
						<td colspan="2" class="TableTxtBold"><FONT color="red"><bean:message key="prompt.order.OOSInfoManage" /></FONT> 
						</td>
					</tr>										
					<tr>
						<td class="TableTxtBold" width="25%"><bean:message key="prompt.order.inputDate" /></td>
						<td class="TableTxtNorm">
							<bean:write name="orderInfoForm" property="orderInfo.inputDateStr"/>
						</td>
					</tr>	
					<tr>
						<td class="TableTxtBold" width="25%"><bean:message key="prompt.order.effectiveInfo" /></td>
						<td class="TableTxtNorm">
							<html:textarea property="orderInfo.effectiveInfo" readonly="true" rows="20" cols="50" styleId="effectiveInfo" styleClass="formFill1line" style="height:40px;width:90%;"></html:textarea>
						</td>
					</tr>	
					<tr>
						<td class="TableTxtBold" width="25%"><bean:message key="prompt.order.OOSInfo" /></td>
						<td class="TableTxtNorm">
							<html:textarea property="orderInfo.shorting" readonly="true" rows="20" cols="50" styleId="shorting" styleClass="formFill1line" style="height:40px;width:90%;"></html:textarea>
						</td>
					</tr>
					<tr>
						<td class="TableTxtBold" width="25%"><bean:message key="prompt.order.amount" /></td>
						<td class="TableTxtNorm">
							<bean:write name="orderInfoForm" property="orderInfo.amount"/>
						</td>
					</tr>		
					<tr>
						<td class="TableTxtBold" width="25%"><bean:message key="prompt.order.track" /></td>
						<td class="TableTxtNorm">
							<html:textarea property="orderInfo.track" readonly="true" rows="20" cols="50" styleId="track" styleClass="formFill1line" style="height:40px;width:90%;"></html:textarea>
						</td>
					</tr>							
					<tr>
						<td class="TableTxtBold" width="25%"><bean:message key="prompt.order.salespersons" /></td>
						<td class="TableTxtNorm"> 
							<bean:write name="orderInfoForm" property="orderInfo.salespersons"/>
						</td>	
					</tr>
					<tr>
						<td colspan="2" class="TableTxtBold"><FONT color="red"><bean:message key="prompt.order.remarkInfo" /></FONT> 
						</td>
					</tr>		
					<tr>
						<td class="TableTxtBold" width="25%"><bean:message key="prompt.order.remark" /></td>
						<td class="TableTxtNorm">
							<html:textarea property="orderInfo.remark" readonly="true" rows="20" cols="50" styleId="remark" styleClass="formFill1line" style="height:40px;width:90%;"></html:textarea>
						</td>
					</tr>																					
				</table>
			</td>
		</tr>
		<tr>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<td align="center">
				<button class="button" onclick="closePage();"><bean:message key="button.close" /></button>
			</td>
		</tr>		
	</table>
	<html:hidden property="orderInfo.guid"/>
	<html:hidden property="orderInfo.areaid"/>
</html:form>

</html:html>

⌨️ 快捷键说明

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