- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SearchMaintenance.aspx.cs" Inherits="Vehicles_SearchMaintenance" %>
- <!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">
- <div id="pnlMain">
- <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
- class="small" width="500">
- <tr>
- <td class="usertablerow2" nowrap="nowrap" width="80">
- 车 牌 号:</td>
- <td class="usertablerow2" width="470">
- <select id="ddlVehicleId" class="BigSelect" name="ddlVehicleId">
- <option value=""></option>
- <option selected="selected" value="1">东风</option>
- </select>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 维护日期:</td>
- <td class="usertablerow2">
- <input id="txtBeginDate" class="BigInput" maxlength="10" name="txtBeginDate" size="12"
- value="2009-11-1" />
- <img src="../images/calendar.gif" />
- 至
- <input id="txtEndDate" class="BigInput" maxlength="10" name="txtEndDate" size="12" />
- <img src="../images/calendar.gif" /></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 维护类型:</td>
- <td class="usertablerow2">
- <select id="ddlType" class="BigSelect" name="ddlType">
- <option selected="selected" value=""></option>
- <option value="维修">维修</option>
- <option value="加油">加油</option>
- <option value="洗车">洗车</option>
- <option value="年检">年检</option>
- <option value="其它">其它</option>
- </select>
- </td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 维护原因:</td>
- <td class="usertablerow2">
- <input id="txtReason" class="BigInput" maxlength="200" name="txtReason" size="40" /></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 经 办 人:</td>
- <td class="usertablerow2">
- <input id="txtPerson" class="BigInput" maxlength="20" name="txtPerson" size="12" /></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 维护费用:</td>
- <td class="usertablerow2">
- <input id="txtFeeMin" class="BigInput" maxlength="12" name="txtFeeMin" size="12" />
- 至
- <input id="txtFeeMax" class="BigInput" maxlength="12" name="txtFeeMax" size="12" /></td>
- </tr>
- <tr>
- <td class="usertablerow2" nowrap="nowrap">
- 备 注:</td>
- <td class="usertablerow2">
- <input id="txtRemark" class="BigInput" maxlength="200" name="txtRemark" size="40" /></td>
- </tr>
- <tr align="middle" class="usertablerow2">
- <td colspan="2" nowrap="nowrap">
-
- </td>
- </tr>
- </table>
- </div>
- </td>
- </tr>
- <tr>
- <td align="center" class="usertablerow1" colspan="2">
-
- <input type="Button" id="Button2" Class="ptsbutton" value="保存" />
-
- <input type="Button" Class="ptsbutton" value="返回" OnClick="window.location='CardManager.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>