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

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MaintenanceEditor.aspx.cs" Inherits="Vehicles_MaintenanceEditor" %>
  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.     <br>
  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.                
  20.                 <div>
  21.                     <table align="center" bgcolor="#000000" border="0" cellpadding="2" cellspacing="1"
  22.                         class="small" width="550">
  23.                         <tr>
  24.                             <td class="usertablerow2" nowrap="nowrap" width="80">
  25.                                 车 牌 号:</td>
  26.                             <td class="usertablerow2" colspan="3">
  27.                                 <asp:DropDownList ID="KeyValue_CPH" runat="server" CssClass="BigSelect">
  28.                                 </asp:DropDownList></td>
  29.                         </tr>
  30.                         <tr>
  31.                             <td class="usertablerow2" nowrap="nowrap" width="80">
  32.                                 维护日期:</td>
  33.                             <td class="usertablerow2" style="width: 164px">
  34.                                 <asp:TextBox ID="KeyValue_WHRQ" runat="server" MaxLength="20" onblur="IsDate(this)" onclick="calendar()" Width="140px"></asp:TextBox>
  35.                                 <img align="absMiddle" border="0" src="../images/calendar.gif" style="cursor: hand" />
  36.                             </td>
  37.                             <td class="usertablerow2" nowrap="nowrap" width="80">
  38.                                 维护类型:</td>
  39.                             <td class="usertablerow2" width="130">
  40.                                 <asp:DropDownList ID="KeyValue_WHLX" runat="server" CssClass="BigSelect">
  41.                                 </asp:DropDownList></td>
  42.                         </tr>
  43.                         <tr>
  44.                             <td class="usertablerow2" nowrap="nowrap" style="height: 38px" width="80">
  45.                                 维护原因:</td>
  46.                             <td class="usertablerow2" colspan="3" style="height: 38px">
  47.                                 <asp:TextBox ID="KeyValue_WHYY" runat="server" Columns="55" CssClass="BigInput" Rows="3"
  48.                                     TextMode="MultiLine" Width="357px"></asp:TextBox></td>
  49.                         </tr>
  50.                         <tr>
  51.                             <td class="usertablerow2" nowrap="nowrap" width="80">
  52.                                 经 办 人:</td>
  53.                             <td class="usertablerow2" style="width: 164px">
  54.                                 <asp:TextBox ID="KeyValue_JBR" runat="server" CssClass="BigInput" Width="140px"></asp:TextBox></td>
  55.                             <td class="usertablerow2" nowrap="nowrap" width="80">
  56.                                 维护费用:</td>
  57.                             <td class="usertablerow2" width="130">
  58.                                 <asp:TextBox ID="KeyValue_WHFY" runat="server" CssClass="BigInput" Width="63px"></asp:TextBox>元</td>
  59.                         </tr>
  60.                         <tr>
  61.                             <td class="usertablerow2" nowrap="nowrap" width="80">
  62.                                 备 注:</td>
  63.                             <td class="usertablerow2" colspan="3">
  64.                                 <asp:TextBox ID="KeyValue_BZ" runat="server" Columns="55" CssClass="BigInput" Rows="3"
  65.                                     TextMode="MultiLine" Width="357px"></asp:TextBox></td>
  66.                         </tr>
  67.             
  68.                     </table>
  69.                 </div>
  70.           
  71.          
  72.             </td>
  73.         </tr>
  74.         <tr>
  75.             <td align="center" class="usertablerow1" colspan="2">
  76.                 &nbsp; &nbsp;<asp:Button ID="Button1" runat="server" CssClass="ptsbutton" OnClick="Button1_Click"
  77.                     Text="更新" />
  78.                         &nbsp;&nbsp;
  79.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="window.location='MaintenanceManager.aspx'" /><div id="Div2">
  80.                                 </div>   </td>
  81.          
  82.         </tr>
  83.      
  84.     </table>
  85.     <br>
  86.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  87.         border="0">
  88.         <tr>
  89.             <th colspan="2">
  90.                 使用方法</th>
  91.         </tr>
  92.         <tr>
  93.             <td class="usertablerow1" align="right" width="11%">
  94.                 <strong>特殊说明</strong></td>
  95.             <td class="usertablerow1" width="89%">
  96.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  97.         </tr>
  98.     </table>
  99.     </form>
  100.     
  101. </body>
  102. </html>