issuanceTruck.aspx
上传用户:yawei0714
上传日期:2020-11-26
资源大小:1004k
文件大小:7k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

HTML/CSS

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="issuanceTruck.aspx.cs" Inherits="issuanceTruck" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6. </head>
  7. <body>
  8.     <form id="form1" runat="server">
  9.     <div>
  10.         <table border="0" cellpadding="0" cellspacing="0">
  11.             <tr>
  12.                 <td style="width: 100px">
  13.                     <asp:Image ID="Image1" runat="server" ImageUrl="~/images/fabuxinxi.gif" /></td>
  14.             </tr>
  15.             <tr>
  16.                 <td style="width: 100px">
  17.         <table border="0" cellpadding="0" cellspacing="0" style="width: 458px; height: 270px">
  18.             <tr>
  19.                 <td style="width: 31px; height: 10px">
  20.                 </td>
  21.                 <td style="width: 111px; height: 10px">
  22.                     出发地:</td>
  23.                 <td style="width: 311px; height: 10px">
  24.                     <table border="0" cellpadding="0" cellspacing="0" style="width: 249px">
  25.                         <tr>
  26.                             <td style="width: 89px">
  27.                                 <asp:DropDownList ID="ddlcSf" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddlcSf_SelectedIndexChanged"
  28.                                     Width="119px">
  29.                                 </asp:DropDownList></td>
  30.                             <td style="width: 100px">
  31.                                 省</td>
  32.                             <td style="width: 100px">
  33.                                 <asp:DropDownList ID="ddlcCs" runat="server">
  34.                                     <asp:ListItem>选择城市</asp:ListItem>
  35.                                 </asp:DropDownList></td>
  36.                             <td style="width: 100px">
  37.                                 市</td>
  38.                         </tr>
  39.                     </table>
  40.                 </td>
  41.                 <td style="width: 100px; height: 10px">
  42.                 </td>
  43.             </tr>
  44.             <tr>
  45.                 <td style="width: 31px; height: 18px">
  46.                 </td>
  47.                 <td style="width: 111px; height: 18px">
  48.                     到达地:</td>
  49.                 <td style="width: 311px; height: 18px">
  50.                     &nbsp;<table border="0" cellpadding="0" cellspacing="0" style="width: 249px">
  51.                         <tr>
  52.                             <td style="width: 89px">
  53.                                 <asp:DropDownList ID="ddldSf" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddldSf_SelectedIndexChanged"
  54.                                     Width="120px">
  55.                                 </asp:DropDownList></td>
  56.                             <td style="width: 100px">
  57.                                 省</td>
  58.                             <td style="width: 100px">
  59.                                 <asp:DropDownList ID="ddldCs" runat="server">
  60.                                     <asp:ListItem>选择城市</asp:ListItem>
  61.                                 </asp:DropDownList></td>
  62.                             <td style="width: 100px">
  63.                                 市</td>
  64.                         </tr>
  65.                     </table>
  66.                 </td>
  67.                 <td style="width: 100px; height: 18px">
  68.                 </td>
  69.             </tr>
  70.             <tr>
  71.                 <td style="width: 31px">
  72.                 </td>
  73.                 <td style="width: 111px">
  74.                     车型:</td>
  75.                 <td style="width: 311px">
  76.                     &nbsp;<asp:DropDownList ID="ddlTruckType" runat="server" Height="22px" Width="82px">
  77.                         <asp:ListItem>普通</asp:ListItem>
  78.                         <asp:ListItem>高栏</asp:ListItem>
  79.                         <asp:ListItem>箱式</asp:ListItem>
  80.                         <asp:ListItem>拖挂</asp:ListItem>
  81.                         <asp:ListItem>平板</asp:ListItem>
  82.                         <asp:ListItem>冷藏</asp:ListItem>
  83.                         <asp:ListItem>其他</asp:ListItem>
  84.                     </asp:DropDownList></td>
  85.                 <td style="width: 100px">
  86.                 </td>
  87.             </tr>
  88.             <tr>
  89.                 <td style="width: 31px; height: 19px">
  90.                 </td>
  91.                 <td style="width: 111px; height: 19px">
  92.                     车长:</td>
  93.                 <td style="width: 311px; height: 19px">
  94.                     <asp:TextBox ID="txtTruckLong" runat="server" Width="64px"></asp:TextBox>米</td>
  95.                 <td style="width: 100px; height: 19px">
  96.                 </td>
  97.             </tr>
  98.             <tr>
  99.                 <td style="width: 31px; height: 24px;">
  100.                 </td>
  101.                 <td style="width: 111px; height: 24px;">
  102.                     载重:</td>
  103.                 <td style="width: 311px; height: 24px;">
  104.                     <asp:TextBox ID="txtLoad" runat="server" Width="65px"></asp:TextBox>吨</td>
  105.                 <td style="width: 100px; height: 24px;">
  106.                 </td>
  107.             </tr>
  108.             <tr>
  109.                 <td style="width: 31px">
  110.                 </td>
  111.                 <td style="width: 111px">
  112.                     联系人:</td>
  113.                 <td style="width: 311px">
  114.                     <asp:TextBox ID="txtLinkman" runat="server" Width="64px"></asp:TextBox></td>
  115.                 <td style="width: 100px">
  116.                 </td>
  117.             </tr>
  118.             <tr>
  119.                 <td style="width: 31px; height: 24px">
  120.                 </td>
  121.                 <td style="width: 111px; height: 24px">
  122.                     联系电话:</td>
  123.                 <td style="width: 311px; height: 24px">
  124.                     <asp:TextBox ID="txtPhone" runat="server" Width="92px"></asp:TextBox></td>
  125.                 <td style="width: 100px; height: 24px">
  126.                 </td>
  127.             </tr>
  128.             <tr>
  129.                 <td style="width: 31px">
  130.                 </td>
  131.                 <td style="width: 111px">
  132.                     有效时间:</td>
  133.                 <td style="width: 311px">
  134.                     <asp:TextBox ID="txtTerm" runat="server" Width="83px"></asp:TextBox></td>
  135.                 <td style="width: 100px">
  136.                 </td>
  137.             </tr>
  138.             <tr>
  139.                 <td style="width: 31px">
  140.                 </td>
  141.                 <td style="width: 111px">
  142.                     备注:</td>
  143.                 <td style="width: 311px">
  144.                     <asp:TextBox ID="txtContent" runat="server" Height="146px" TextMode="MultiLine" Width="241px"></asp:TextBox></td>
  145.                 <td style="width: 100px">
  146.                 </td>
  147.             </tr>
  148.             <tr>
  149.                 <td colspan="4" style="text-align: center">
  150.                     <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="发 布" Width="62px" /></td>
  151.             </tr>
  152.         </table>
  153.                 </td>
  154.             </tr>
  155.         </table>
  156.     
  157.     </div>
  158.     </form>
  159. </body>
  160. </html>