📄 inputhuo.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Inputhuo.aspx.cs" Inherits="include_Inputhuo" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>收货登记</title>
<link href="../StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body style="text-align: left" bgcolor="gainsboro">
<form id="form1" runat="server">
<div>
<table class="9" style="width: 515px">
<tr>
<td style="width: 96px">
货单号:</td>
<td style="width: 70px">
<asp:TextBox ID="txthuohao" runat="server" CssClass="txtbox1" MaxLength="20" Width="85px"></asp:TextBox></td>
<td style="width: 71px">
货物名称:</td>
<td style="width: 92px">
<asp:TextBox ID="txthuoming" runat="server" CssClass="txtbox1" MaxLength="40" Width="85px"></asp:TextBox></td>
<td style="width: 33px">
件数:</td>
<td style="width: 40px">
<asp:TextBox ID="txtjianshu" runat="server" CssClass="txtbox1" MaxLength="10" ToolTip="例如:23"
Width="34px"></asp:TextBox></td>
<td style="width: 33px">
重量:</td>
<td style="width: 41px; text-align: right">
<asp:TextBox ID="txtzhongliang" runat="server" CssClass="txtbox1" MaxLength="10"
ToolTip="例如:3吨 或 30公斤" Width="39px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 96px">
到站:</td>
<td colspan="3">
<asp:TextBox ID="txtdaozhan" runat="server" CssClass="txtbox1" MaxLength="40" Width="255px"></asp:TextBox></td>
<td style="width: 33px">
运费:</td>
<td style="width: 40px">
<asp:TextBox ID="txtyune" runat="server" CssClass="txtbox1" MaxLength="10"
Width="34px"></asp:TextBox></td>
<td style="width: 33px">
垫付:</td>
<td style="width: 41px; text-align: right">
<asp:TextBox ID="txtdianfu" runat="server" CssClass="txtbox1" MaxLength="10"
Width="39px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 96px; height: 17px">
付费方式:</td>
<td style="width: 70px; height: 17px">
<asp:TextBox ID="txtfushi" runat="server" CssClass="txtbox1" Width="85px"></asp:TextBox></td>
<td style="width: 71px; height: 17px">
联系人:</td>
<td style="width: 92px; height: 17px">
<asp:TextBox ID="txtlianren" runat="server" CssClass="txtbox1" Width="85px"></asp:TextBox></td>
<td colspan="2" style="height: 17px">
联系电话:</td>
<td colspan="2" style="height: 17px; text-align: right">
<asp:TextBox ID="txtlianhua" runat="server" CssClass="txtbox1" Width="76px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 96px">
联系地址:</td>
<td colspan="7">
<asp:TextBox ID="txtlianzhi" runat="server" CssClass="txtbox1" MaxLength="40" Width="336px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 96px">
备注:</td>
<td colspan="7">
<asp:TextBox ID="txtbeizhu" runat="server" CssClass="txtbox1" Height="48px" MaxLength="100"
TextMode="MultiLine" Width="338px"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 96px">
</td>
<td colspan="4" style="text-align: left">
<asp:RegularExpressionValidator ID="r1" runat="server" ControlToValidate="txtjianshu"
Display="Dynamic" ErrorMessage="件数只能为数字" ValidationExpression="\d+"></asp:RegularExpressionValidator>
<asp:RegularExpressionValidator ID="r2" runat="server" ControlToValidate="txtyune"
Display="Dynamic" ErrorMessage="运费必须数字格式" ValidationExpression="\d+"></asp:RegularExpressionValidator>
<asp:RegularExpressionValidator ID="r3" runat="server" ControlToValidate="txtdianfu"
Display="Dynamic" ErrorMessage="垫付必须数字格式" ValidationExpression="\d+"></asp:RegularExpressionValidator></td>
<td colspan="7" style="text-align: right">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确定" />
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="关闭" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -