📄 wt1303.jsp
字号:
<%@ page language="java" pageEncoding="gb2312"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"
prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic"
prefix="logic"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<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/main_content.css" rel="stylesheet" type="text/css">
<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 id="form1" name="form1" action="WT1303E1S.do" method="post">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" class="tr_title4" > </td>
</tr>
<tr>
<td colspan="2">
<table width="70%" height="0%" border="0" align="center" cellpadding="4" cellspacing="1" class="title_box_line">
<tr>
<td height="21" colspan="4" align="center" class="title_tr"><div align="center" class="word_blue2 STYLE1">
<div align="center" class="word_blue2">修改客户委托书</div>
</div></td>
</tr>
<tr>
<td height="25" align="right" class="title_tr">编号:</td>
<td colspan="3" class="content_tr"><font class="title_tr"><input type="hidden" name="id" value="<bean:write name="book" property="id" />"><bean:write name="book" property="id" /></font></td>
</tr>
<tr>
<td height="24" align="right" class="title_tr">发货人:</td>
<td colspan="3" class="content_tr"><font class="title_tr"><label for="textfield"></label>
<bean:write name="book" property="sendperon" /></font></td>
</tr>
<tr>
<td align="right" class="title_tr">收货人:</td>
<td class="content_tr"><label for="label"></label>
<input name="receperson" type="text" size="27" class="box_input1" id="receperson" value="<bean:write name="book" property="receperson" />"></td>
</tr>
<tr>
<td align="right" class="title_tr">通知人: </td>
<td class="content_tr"><label for="label2"></label>
<input name="notifyperson" type="text" size="27" class="box_input1" id="notifyperson" value="<bean:write name="book" property="notifyperson" />"></td>
</tr>
<tr>
<td align="right" class="title_tr">货物种类:</td>
<td colspan="3" class="content_tr"><label for="label3"></label>
<select name="type" class="box_input1" id="type">
<option value="<bean:write name="book" property="type" />"><bean:write name="book" property="type" /></option>
<option value="危险品">危险品</option>
<option value="普通品">普通品</option>
<option value="冷冻品">冷冻品</option>
<option value="机械类">机械类</option>
<option value="药物">药物</option>
</select></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" size="27" class="box_input1" id="size" value="<bean:write name="book" property="size" />">
</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" size="27" class="box_input1" id="weight" value="<bean:write name="book" property="weight" />"></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" size="27" class="box_input1" id="receplace" value="<bean:write name="book" property="receplace" />"></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" size="27" class="box_input1" id="deliplace" value="<bean:write name="book" property="deliplace" />"></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" size="27" class="box_input1" id="trafree" value="<bean:write name="book" property="trafree" />"></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" size="27" class="box_input1" id="dealcost" value="<bean:write name="book" property="dealcost" />"></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" size="27" class="box_input1" id="transway" value="<bean:write name="book" property="transway" />"></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" size="27" class="box_input1" id="company" value="<bean:write name="book" property="company" />"></td>
</tr>
</table>
</td>
<tr>
<td colspan="2" class="content_tr"> <div align="center">
<input name="save" type="submit" class="title_tr" id="save" title="SAVE" value="保存">
<input name="reset1" type="reset" class="title_tr" id="reset" title="Reset" value="重置">
<input name="Submit12" type="button" class="title_tr" id="back" title="SAVE" onClick="history.back();" value="返回">
</div></td>
</tr>
<tr>
<td colspan="2" class="tr_title4"> </td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -