d0c682511532001d139f992bfca89756

来自「客户关系管理系统主要管理新老客户的一些信息并可以发现潜在客户」· 代码 · 共 49 行

TXT
49
字号
<%@ 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">
	       <html:text property="outStoreId" value="${outStore.outStoreId }" readonly="true" size="20" maxlength="100" />
	    </td>
		</tr>
		<tr>
	     <td nowrap class="TableData">订单编号: </td>
	    <td nowrap class="TableData">
	        <html:text property="orderId" value="${outStore.order.orderId }" readonly="true" styleClass="SmallInput" size="15" maxlength="100" />
	    </td>
	   </tr>
	   <tr>
	 	<td nowrap class="TableData">出库日期: </td>
		    <td nowrap class="TableData" >
	         <html:text property="outStoreDate" value="${outStore.outStoreDate }" readonly="true" styleClass="SmallInput" size="15" 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 + =
减小字号Ctrl + -
显示快捷键?