ApplyDetail.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:11k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="ApplyDetail.aspx.cs" Inherits="Vehicles_ApplyDetail" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <html>
  4. <head>
  5.     <link href="../css/main.css" type="text/css" rel="stylesheet">
  6. </head>
  7.   <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
  8. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  9. <form runat="server" id="fm1">
  10.    
  11.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  12.         border="0">
  13.         <tr>
  14.             <th colspan="3" style="height: 25px">
  15.                 车辆申请详细信息</th>
  16.         </tr>
  17.                <tr>
  18.             <td class="usertablerow2" align="right" style="height: 32px;" colspan="2">
  19.                 <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
  20.                     class="small" width="100%">
  21.                     <tr>
  22.                         <td class="usertablerow2" nowrap="nowrap" style="width: 83px">
  23.                             车 牌 号:</td>
  24.                         <td class="usertablerow2" width="230">
  25.                             <asp:DropDownList ID="KeyValue_CPH" runat="server" CssClass="BigSelect" AutoPostBack="True" OnSelectedIndexChanged="KeyValue_CPH_SelectedIndexChanged">
  26.                             </asp:DropDownList></td>
  27.                         <td class="usertablerow2" nowrap="nowrap" width="80">
  28.                             司 机:</td>
  29.                         <td class="usertablerow2" style="width: 249px">
  30.                             <asp:TextBox ID="KeyValue_SJ" runat="server" CssClass="BigInput" Width="140px"></asp:TextBox></td>
  31.                     </tr>
  32.                     <tr>
  33.                         <td class="usertablerow2" nowrap="nowrap" style="width: 83px">
  34.                             用 车 人:</td>
  35.                         <td class="usertablerow2">
  36.                             <asp:TextBox ID="KeyValue_YCR" runat="server" CssClass="BigInput" Width="140px"></asp:TextBox></td>
  37.                         <td class="usertablerow2" nowrap="nowrap" width="80">
  38.                             用车部门:</td>
  39.                         <td class="usertablerow2" style="width: 249px">
  40.                             <asp:DropDownList ID="KeyValue_YCBM" runat="server" CssClass="BigSelect">
  41.                             </asp:DropDownList>&nbsp;</td>
  42.                     </tr>
  43.                     <tr>
  44.                         <td class="usertablerow2" nowrap="nowrap" style="width: 83px">
  45.                             起始时间:</td>
  46.                         <td class="usertablerow2">
  47.                             <asp:TextBox ID="KeyValue_KSSJ" runat="server" MaxLength="20" onblur="IsDate(this)" onclick="calendar()" Width="140px"></asp:TextBox>
  48.                             <img align="absMiddle" border="0" src="../images/calendar.gif" style="cursor: hand" />
  49.                             <img src="../images/clock.gif" />
  50.                         </td>
  51.                         <td class="usertablerow2" nowrap="nowrap" width="80">
  52.                             结束时间:</td>
  53.                         <td class="usertablerow2" style="width: 249px">
  54.                             <asp:TextBox ID="KeyValue_JSSJ" runat="server" MaxLength="20" onblur="IsDate(this)" onclick="calendar()" Width="140px"></asp:TextBox>
  55.                             <img align="absMiddle" border="0" src="../images/calendar.gif" style="cursor: hand" />
  56.                             <img src="../images/clock.gif" />
  57.                         </td>
  58.                     </tr>
  59.                     <tr>
  60.                         <td class="usertablerow2" nowrap="nowrap" style="width: 83px">
  61.                             目 的 地:</td>
  62.                         <td class="usertablerow2">
  63.                             <asp:TextBox ID="KeyValue_MDD" runat="server" CssClass="BigInput" Width="140px"></asp:TextBox></td>
  64.                         <td class="usertablerow2" nowrap="nowrap" width="80">
  65.                             里 程:</td>
  66.                         <td class="usertablerow2" style="width: 249px">
  67.                             <asp:TextBox ID="KeyValue_LC" runat="server" CssClass="BigInput" Width="140px"></asp:TextBox>(公里)
  68.                         </td>
  69.                     </tr>
  70.                     <tr>
  71.                         <td class="usertablerow2" nowrap="nowrap" style="width: 83px">
  72.                             申 请 人:</td>
  73.                         <td class="usertablerow2">
  74.                             <asp:TextBox ID="KeyValue_SQR" runat="server" CssClass="BigInput" Width="140px" ReadOnly="True"></asp:TextBox></td>
  75.                         <td class="usertablerow2" nowrap="nowrap" width="80">
  76.                             调 度 员:</td>
  77.                         <td class="usertablerow2" style="width: 249px">
  78.                             <asp:DropDownList ID="KeyValue_DDY" runat="server" CssClass="BigSelect">
  79.                             </asp:DropDownList></td>
  80.                     </tr>
  81.                     <tr>
  82.                         <td class="usertablerow2" nowrap="nowrap" style="width: 83px">
  83.                             事 由:</td>
  84.                         <td class="usertablerow2" colspan="3">
  85.                             <asp:TextBox ID="KeyValue_SY" runat="server" Columns="55" CssClass="BigInput" Rows="3"
  86.                                 TextMode="MultiLine" Width="350px"></asp:TextBox></td>
  87.                     </tr>
  88.                     <tr>
  89.                         <td class="usertablerow2" nowrap="nowrap" style="width: 83px">
  90.                             备 注:</td>
  91.                         <td class="usertablerow2" colspan="3">
  92.                             <asp:TextBox ID="KeyValue_BZ" runat="server" Columns="55" CssClass="BigInput" Rows="3"
  93.                                 TextMode="MultiLine" Width="350px"></asp:TextBox></td>
  94.                     </tr>
  95. <%--                    <tr>
  96.                         <td class="usertablerow2" style="height: 42px; width: 83px;">
  97.                             提醒调度人员:</td>
  98.                         <td class="usertablerow2" colspan="3" style="height: 42px">
  99.                             <input id="ckbSms" checked="checked" name="ckbSms" type="checkbox" /><label for="ckbSms">使用内部短信</label>
  100.                             <input id="ckbMobile" name="ckbMobile" type="checkbox" /><label for="ckbMobile">使用手机短信</label></td>
  101.                     </tr>
  102.                     <tr>
  103.                         <td class="usertablerow2" style="height: 24px; width: 83px;">
  104.                             通知申请人:</td>
  105.                         <td class="usertablerow2" colspan="3" style="height: 24px">
  106.                             <input id="ckbSmsRemind" checked="checked" name="ckbSmsRemind" type="checkbox" /><label
  107.                                 for="ckbSmsRemind">使用内部短信</label>
  108.                             <input id="ckbMobileRemind" name="ckbMobileRemind" type="checkbox" /><label for="ckbMobileRemind">使用手机短信</label></td>
  109.                     </tr>--%>
  110.            
  111.                 </table>
  112.                 <br />
  113.                 <div align="center">
  114.                     <div id="pnlMain">
  115.                         <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
  116.                             class="small" width="100%">
  117.                             <tr>
  118.                                 <td class="usertablerow2" nowrap="nowrap" style="width: 125px">
  119.                                     车牌号:</td>
  120.                                 <td class="usertablerow2">
  121.                                     <%=StrHtmlCPH %></td>
  122.                                 <td align="middle" class="usertablerow2" rowspan="6" width="150">
  123.                                     <%=StrHtmlCLTPPath %></td>
  124.                             </tr>
  125.                             <tr>
  126.                                 <td class="usertablerow2" nowrap="nowrap" style="width: 125px">
  127.                                     厂牌型号:</td>
  128.                                 <td class="usertablerow2">
  129.                                     <%=StrHtmlCPXH %></td>
  130.                             </tr>
  131.                             <tr>
  132.                                 <td class="usertablerow2" nowrap="nowrap" style="width: 125px">
  133.                                     车辆类型:</td>
  134.                                 <td class="usertablerow2">
  135.                                     <%=StrHtmlCLLX %></td>
  136.                             </tr>
  137.                             <tr>
  138.                                 <td class="usertablerow2" nowrap="nowrap" style="width: 125px">
  139.                                     驾驶员:</td>
  140.                                 <td class="usertablerow2">
  141.                                     <%=StrHtmlJSY %></td>
  142.                             </tr>
  143.                             <tr>
  144.                                 <td class="usertablerow2" nowrap="nowrap" style="width: 125px">
  145.                                     预定情况:</td>
  146.                                 <td class="usertablerow2">
  147. <%--                                    <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');"
  148.                                         title="点击查看详情"><span style="color: #0000ff; text-decoration: underline"><%=StrHtmlYDQK %></span></a>--%>
  149.                                     <%--<a href="#" onclick="window.location='VehicleWait.aspx'" title="点击查看详情"><span style="color: #0000ff; text-decoration: underline">dddgd</span></a>--%>
  150.                                     <%=StrHtmlYDQK %>                                        
  151.                                 </td>
  152.                             </tr>
  153.                             <tr style="color: #0000ff; text-decoration: underline">
  154.                                 <td class="usertablerow2" nowrap="nowrap" style="width: 125px">
  155.                                     当前状态:</td>
  156.                                 <td class="usertablerow2">
  157.                                     <%=StrHtmlDQZT %></td>
  158.                             </tr>
  159.                         </table>
  160.                     </div>
  161.         
  162.                 </div>
  163.                
  164.            
  165.          
  166.             </td>
  167.         </tr>
  168.         <tr>
  169.             <td align="center" class="usertablerow1" colspan="2">
  170.                 &nbsp;&nbsp;<asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click" Text="查看状态" />
  171.                 &nbsp;&nbsp;
  172.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="window.location='VehicleWait.aspx'" /><div id="Div2">
  173.                                 </div>   </td>
  174.          
  175.         </tr>
  176.      
  177.     </table>
  178.   
  179.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  180.         border="0">
  181.         <tr>
  182.             <th colspan="2">
  183.                 使用方法</th>
  184.         </tr>
  185.         <tr>
  186.             <td class="usertablerow1" align="right" width="11%">
  187.                 <strong>特殊说明</strong></td>
  188.             <td class="usertablerow1" width="89%">
  189.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  190.         </tr>
  191.     </table>
  192.     </form>
  193.     
  194. </body>
  195. </html>