ApplyDetail.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:11k
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ApplyDetail.aspx.cs" Inherits="Vehicles_ApplyDetail" %>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <link href="../css/main.css" type="text/css" rel="stylesheet">
- </head>
- <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
- <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
- <form runat="server" id="fm1">
-
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="3" style="height: 25px">
- 车辆申请详细信息</th>
- </tr>
- <tr>
- <td class="usertablerow2" align="right" style="height: 32px;" colspan="2">
- <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
- class="small" width="100%">
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="width: 83px">
- 车 牌 号:</td>
- <td class="usertablerow2" width="230">
- <asp:DropDownList ID="KeyValue_CPH" runat="server" CssClass="BigSelect" AutoPostBack="True" OnSelectedIndexChanged="KeyValue_CPH_SelectedIndexChanged">
- </asp:DropDownList></td>
- <td class="usertablerow2" nowrap="nowrap" width="80">
- 司 机:</td>
- <td class="usertablerow2" style="width: 249px">
- <asp:TextBox ID="KeyValue_SJ" runat="server" CssClass="BigInput" Width="140px"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="width: 83px">
- 用 车 人:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_YCR" runat="server" CssClass="BigInput" Width="140px"></asp:TextBox></td>
- <td class="usertablerow2" nowrap="nowrap" width="80">
- 用车部门:</td>
- <td class="usertablerow2" style="width: 249px">
- <asp:DropDownList ID="KeyValue_YCBM" runat="server" CssClass="BigSelect">
- </asp:DropDownList> </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="width: 83px">
- 起始时间:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_KSSJ" runat="server" MaxLength="20" onblur="IsDate(this)" onclick="calendar()" Width="140px"></asp:TextBox>
- <img align="absMiddle" border="0" src="../images/calendar.gif" style="cursor: hand" />
- <img src="../images/clock.gif" />
- </td>
- <td class="usertablerow2" nowrap="nowrap" width="80">
- 结束时间:</td>
- <td class="usertablerow2" style="width: 249px">
- <asp:TextBox ID="KeyValue_JSSJ" runat="server" MaxLength="20" onblur="IsDate(this)" onclick="calendar()" Width="140px"></asp:TextBox>
- <img align="absMiddle" border="0" src="../images/calendar.gif" style="cursor: hand" />
- <img src="../images/clock.gif" />
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="width: 83px">
- 目 的 地:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_MDD" runat="server" CssClass="BigInput" Width="140px"></asp:TextBox></td>
- <td class="usertablerow2" nowrap="nowrap" width="80">
- 里 程:</td>
- <td class="usertablerow2" style="width: 249px">
- <asp:TextBox ID="KeyValue_LC" runat="server" CssClass="BigInput" Width="140px"></asp:TextBox>(公里)
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="width: 83px">
- 申 请 人:</td>
- <td class="usertablerow2">
- <asp:TextBox ID="KeyValue_SQR" runat="server" CssClass="BigInput" Width="140px" ReadOnly="True"></asp:TextBox></td>
- <td class="usertablerow2" nowrap="nowrap" width="80">
- 调 度 员:</td>
- <td class="usertablerow2" style="width: 249px">
- <asp:DropDownList ID="KeyValue_DDY" runat="server" CssClass="BigSelect">
- </asp:DropDownList></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="width: 83px">
- 事 由:</td>
- <td class="usertablerow2" colspan="3">
- <asp:TextBox ID="KeyValue_SY" runat="server" Columns="55" CssClass="BigInput" Rows="3"
- TextMode="MultiLine" Width="350px"></asp:TextBox></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="width: 83px">
- 备 注:</td>
- <td class="usertablerow2" colspan="3">
- <asp:TextBox ID="KeyValue_BZ" runat="server" Columns="55" CssClass="BigInput" Rows="3"
- TextMode="MultiLine" Width="350px"></asp:TextBox></td>
- </tr>
- <%-- <tr>
- <td class="usertablerow2" style="height: 42px; width: 83px;">
- 提醒调度人员:</td>
- <td class="usertablerow2" colspan="3" style="height: 42px">
- <input id="ckbSms" checked="checked" name="ckbSms" type="checkbox" /><label for="ckbSms">使用内部短信</label>
- <input id="ckbMobile" name="ckbMobile" type="checkbox" /><label for="ckbMobile">使用手机短信</label></td>
- </tr>
- <tr>
- <td class="usertablerow2" style="height: 24px; width: 83px;">
- 通知申请人:</td>
- <td class="usertablerow2" colspan="3" style="height: 24px">
- <input id="ckbSmsRemind" checked="checked" name="ckbSmsRemind" type="checkbox" /><label
- for="ckbSmsRemind">使用内部短信</label>
- <input id="ckbMobileRemind" name="ckbMobileRemind" type="checkbox" /><label for="ckbMobileRemind">使用手机短信</label></td>
- </tr>--%>
-
- </table>
- <br />
- <div align="center">
- <div id="pnlMain">
- <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
- class="small" width="100%">
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="width: 125px">
- 车牌号:</td>
- <td class="usertablerow2">
- <%=StrHtmlCPH %></td>
- <td align="middle" class="usertablerow2" rowspan="6" width="150">
- <%=StrHtmlCLTPPath %></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="width: 125px">
- 厂牌型号:</td>
- <td class="usertablerow2">
- <%=StrHtmlCPXH %></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="width: 125px">
- 车辆类型:</td>
- <td class="usertablerow2">
- <%=StrHtmlCLLX %></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="width: 125px">
- 驾驶员:</td>
- <td class="usertablerow2">
- <%=StrHtmlJSY %></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap" style="width: 125px">
- 预定情况:</td>
- <td class="usertablerow2">
- <%-- <a href="#" onclick="window.open('order_detail.aspx?vehicle_id=1','order_detail','height=400,width=700,status=1,toolbar=no,menubar=no,location=no,scrollbars=yes,left=250,top=170,resizable=yes');"
- title="点击查看详情"><span style="color: #0000ff; text-decoration: underline"><%=StrHtmlYDQK %></span></a>--%>
- <%--<a href="#" onclick="window.location='VehicleWait.aspx'" title="点击查看详情"><span style="color: #0000ff; text-decoration: underline">dddgd</span></a>--%>
- <%=StrHtmlYDQK %>
- </td>
- </tr>
- <tr style="color: #0000ff; text-decoration: underline">
- <td class="usertablerow2" nowrap="nowrap" style="width: 125px">
- 当前状态:</td>
- <td class="usertablerow2">
- <%=StrHtmlDQZT %></td>
- </tr>
- </table>
- </div>
-
- </div>
-
-
-
- </td>
- </tr>
- <tr>
- <td align="center" class="usertablerow1" colspan="2">
- <asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click" Text="查看状态" />
-
- <input type="Button" Class="ptsbutton" value="返回" OnClick="window.location='VehicleWait.aspx'" /><div id="Div2">
- </div> </td>
-
- </tr>
-
- </table>
-
- <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
- border="0">
- <tr>
- <th colspan="2">
- 使用方法</th>
- </tr>
- <tr>
- <td class="usertablerow1" align="right" width="11%">
- <strong>特殊说明</strong></td>
- <td class="usertablerow1" width="89%">
- <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
- </tr>
- </table>
- </form>
-
- </body>
- </html>