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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SearchMaintenance.aspx.cs" Inherits="Vehicles_SearchMaintenance" %>
  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.                 <div id="pnlMain">
  20.                     <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
  21.                         class="small" width="500">
  22.                
  23.                         <tr>
  24.                             <td class="usertablerow2" nowrap="nowrap" width="80">
  25.                                 车 牌 号:</td>
  26.                             <td class="usertablerow2" width="470">
  27.                                 <select id="ddlVehicleId" class="BigSelect" name="ddlVehicleId">
  28.                                     <option value=""></option>
  29.                                     <option selected="selected" value="1">东风</option>
  30.                                 </select>
  31.                             </td>
  32.                         </tr>
  33.                         <tr>
  34.                             <td class="usertablerow2" nowrap="nowrap">
  35.                                 维护日期:</td>
  36.                             <td class="usertablerow2">
  37.                                 <input id="txtBeginDate" class="BigInput" maxlength="10" name="txtBeginDate" size="12"
  38.                                     value="2009-11-1" />
  39.                                 <img src="../images/calendar.gif" />
  40.                                 至
  41.                                 <input id="txtEndDate" class="BigInput" maxlength="10" name="txtEndDate" size="12" />
  42.                                 <img src="../images/calendar.gif" /></td>
  43.                         </tr>
  44.                         <tr>
  45.                             <td class="usertablerow2" nowrap="nowrap">
  46.                                 维护类型:</td>
  47.                             <td class="usertablerow2">
  48.                                 <select id="ddlType" class="BigSelect" name="ddlType">
  49.                                     <option selected="selected" value=""></option>
  50.                                     <option value="维修">维修</option>
  51.                                     <option value="加油">加油</option>
  52.                                     <option value="洗车">洗车</option>
  53.                                     <option value="年检">年检</option>
  54.                                     <option value="其它">其它</option>
  55.                                 </select>
  56.                             </td>
  57.                         </tr>
  58.                         <tr>
  59.                             <td class="usertablerow2" nowrap="nowrap">
  60.                                 维护原因:</td>
  61.                             <td class="usertablerow2">
  62.                                 <input id="txtReason" class="BigInput" maxlength="200" name="txtReason" size="40" /></td>
  63.                         </tr>
  64.                         <tr>
  65.                             <td class="usertablerow2" nowrap="nowrap">
  66.                                 经 办 人:</td>
  67.                             <td class="usertablerow2">
  68.                                 <input id="txtPerson" class="BigInput" maxlength="20" name="txtPerson" size="12" /></td>
  69.                         </tr>
  70.                         <tr>
  71.                             <td class="usertablerow2" nowrap="nowrap">
  72.                                 维护费用:</td>
  73.                             <td class="usertablerow2">
  74.                                 <input id="txtFeeMin" class="BigInput" maxlength="12" name="txtFeeMin" size="12" />
  75.                                 至
  76.                                 <input id="txtFeeMax" class="BigInput" maxlength="12" name="txtFeeMax" size="12" /></td>
  77.                         </tr>
  78.                         <tr>
  79.                             <td class="usertablerow2" nowrap="nowrap">
  80.                                 备 注:</td>
  81.                             <td class="usertablerow2">
  82.                                 <input id="txtRemark" class="BigInput" maxlength="200" name="txtRemark" size="40" /></td>
  83.                         </tr>
  84.                         <tr align="middle" class="usertablerow2">
  85.                             <td colspan="2" nowrap="nowrap">
  86.                                 &nbsp; &nbsp;
  87.                             </td>
  88.                         </tr>
  89.                     </table>
  90.                 </div>
  91.          
  92.             </td>
  93.         </tr>
  94.         <tr>
  95.             <td align="center" class="usertablerow1" colspan="2">
  96.                 &nbsp;
  97.                 <input type="Button" id="Button2"  Class="ptsbutton" value="保存"  />
  98.                         &nbsp;&nbsp;
  99.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="window.location='CardManager.aspx'" /><div id="Div2">
  100.                                 </div>   </td>
  101.          
  102.         </tr>
  103.      
  104.     </table>
  105.   
  106.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  107.         border="0">
  108.         <tr>
  109.             <th colspan="2">
  110.                 使用方法</th>
  111.         </tr>
  112.         <tr>
  113.             <td class="usertablerow1" align="right" width="11%">
  114.                 <strong>特殊说明</strong></td>
  115.             <td class="usertablerow1" width="89%">
  116.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  117.         </tr>
  118.     </table>
  119.     </form>
  120.     
  121. </body>
  122. </html>