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

📄 wt1102.jsp

📁 一个完整的物流系统
💻 JSP
字号:
<%@ page language="java" pageEncoding="gb2312"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"
	prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic"
	prefix="logic"%>
<html>
<head>
	    <base href="<%=basePath%>">

<title>导入保存委托书</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<link href="css/content.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
	margin-bottom: 20%;
}
-->
</style>
<link href="css/main_content.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.STYLE1 {font-size: large}
-->
</style>
</head>
 
<body style="margin:0px;">
<form name="TaxLawHelperForm" method="POST" action="WT1201E1S.do">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td colspan="2" class="tr_title4" >&nbsp;</td>
  </tr>
  <tr>
  	<td colspan="2">
	 
	<table width="60%" height="0"  border="0" align="center" cellpadding="4" cellspacing="1" class="title_box_line">
  
  <tr>
    <td height="37" colspan="4" align="right" class="title_tr"><div align="center" class="word_blue2 STYLE1">
      <div align="center" class="word_blue2">导入客户委托书</div>
    </div></td>
    </tr>
  <tr>
    <td align="right" class="title_tr">发货人:</td>
    <td colspan="3" class="content_tr"><label for="textfield"></label>
      <input name="sendperon" type="text" class="box_input1" size="30" id="sendperon" value="<bean:write name="wt1101form" property="sendperon"/>" readonly="readonly"></td>
  </tr>
   <tr>
    <td align="right" class="title_tr">收货人:</td>
    <td class="content_tr"><label for="label"></label>
      <input name="receperson" type="text" class="box_input1" size="30" id="receperson" value="<bean:write name="wt1101form" property="receperson"/>" readonly="readonly"></td>
  </tr>
  <tr>
    <td align="right" class="title_tr">通知人: </td>
    <td class="content_tr"><label for="label2"></label>
      <input name="notifyperson" type="text" class="box_input1" size="30" id="notifyperson" value="<bean:write name="wt1101form" property="notifyperson"/>" readonly="readonly"></td>
  </tr>
  <tr>
    <td align="right" class="title_tr">货物种类:</td>
    <td colspan="3" class="content_tr"><label for="label3"></label>
      <input name="type" type="text" class="box_input1" size="30" id="ltype" value="<bean:write name="wt1101form" property="type"/>" readonly="readonly"></td>
     

  </tr>
  <tr>
    <td align="right" class="title_tr">尺 码:</td>
    <td colspan="3" class="content_tr"><label for="label3"></label>
      <input name="size" type="text" class="box_input1" size="30" id="size" value="<bean:write name="wt1101form" property="size"/>" onKeyUp="value=value.replace(/[^\d.]/g,'')"
										onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d.]/g,''))"
										readonly="readonly">      
      <label for="select"></label></td>
  </tr>
  <tr>
    <td align="right" class="title_tr">运货量:</td>
    <td colspan="3" class="content_tr"><label for="label4"></label>
      <input name="weight" type="text" class="box_input1" size="30" id="weight" value="<bean:write name="wt1101form" property="weight"/>" onKeyUp="value=value.replace(/[^\d.]/g,'')"
										onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d.]/g,''))"
										readonly="readonly"></td>
  </tr>

  <tr>
    <td align="right" class="title_tr">收货地点:</td>
    <td colspan="3" class="content_tr"><label for="label5"></label>
      <input name="receplace" type="text" class="box_input1" size="30" id="receplace" value="<bean:write name="wt1101form" property="receplace"/>" readonly="readonly"></td>
  </tr>
  <tr>
    <td align="right" class="title_tr">交货地点:</td>
    <td colspan="3" class="content_tr"><label for="label6"></label>
      <input name="deliplace" type="text" class="box_input1" size="30" id="deliplace" value="<bean:write name="wt1101form" property="deliplace"/>" readonly="readonly"></td>
  </tr>
  <tr>
    <td align="right" class="title_tr">运费率:</td>
    <td colspan="3" class="content_tr"><label for="label7"></label>
      <input name="trafree" type="text" class="box_input1" size="30" id="trafree" onKeyUp="value=value.replace(/[^\d.]/g,'')"
										onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d.]/g,''))"
										></td>
  </tr>
  <tr>
    <td align="right" class="title_tr">应收费用:</td>
    <td colspan="3" class="content_tr"><label for="label8"></label>
      <input name="dealcost" type="text" class="box_input1" size="30" id="dealcost" onKeyUp="value=value.replace(/[^\d.]/g,'')"
										onbeforepaste="clipboardData.setData('text',clipboardData.getData('text').replace(/[^\d.]/g,''))"
										></td>
  </tr>
  <tr>
    <td align="right" valign="top" class="title_tr">运输方式:</td>
    <td colspan="3" class="content_tr"><label for="label9"></label>
      <input name="transway" type="text" class="box_input1" id="transway" size="30"></td>
  </tr>
  <tr>
    <td align="right" valign="top" class="title_tr">承运公司:</td>
    <td colspan="3" class="content_tr"><label for="label10"></label>
      <input name="company" type="text" class="box_input1" id="company" size="30"></td>
  </tr>
</table>

	</td>

  <tr>
    <td colspan="2" class="content_tr">        <div align="center">
          <input name="save" type="submit" class="title_tr" id="Submit16" title="SAVE" onClick="history.back();" value="保存">
          <input name="reset1" type="reset" class="title_tr" id="reset15" title="Reset" value="重置">
        </div></td>
  </tr>
  <tr>
    <td colspan="2" class="tr_title4">&nbsp;</td>
  </tr>
</table>
</form>
</body>

</html>

⌨️ 快捷键说明

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