| | |
| | | |
| | | <html xmlns="http://www.w3.org/1999/xhtml"> |
| | | <head id="Head1" runat="server"> |
| | | <title>车辆年审记录</title> |
| | | <title>车辆年检记录</title> |
| | | <uc:CMSHead ID="CMSHead1" runat="server" /> |
| | | <script type="text/javascript"> |
| | | //查看 |
| | | function onEdit(keyid) { |
| | | top.Dialog.open({ URL: "/Pages/workcar/CarExaminedDetail.aspx?keyid=" + keyid, Title: "年审记录明细", Width: 500, Height: 190 }); |
| | | top.Dialog.open({ URL: "/Pages/workcar/CarExaminedDetail.aspx?keyid=" + keyid, Title: "年检记录明细", Width: 500, Height: 190 }); |
| | | } |
| | | |
| | | //添加 |
| | | function addModel() { |
| | | top.Dialog.open({ URL: "/Pages/workcar/CarExaminedAdd.aspx?carid=" + '<%=Request["carid"] %>', Title: "新增年审记录", Width: 500, Height: 200 }); |
| | | top.Dialog.open({ URL: "/Pages/workcar/CarExaminedAdd.aspx?carid=" + '<%=Request["carid"] %>', Title: "新增年检记录", Width: 500, Height: 200 }); |
| | | } |
| | | |
| | | //删除 |
| | |
| | | <table class="TableNewStyle"> |
| | | <tr> |
| | | <td class="ali03"> |
| | | 年审时间: |
| | | 年检时间: |
| | | </td> |
| | | <td style="width: 215px"> |
| | | <input id="txtBeginExaminedTime" type="text" class="date w90px" datefmt="yyyy-MM-dd" runat="server" />-<input id="txtEndExaminedTime" type="text" class="date w90px" datefmt="yyyy-MM-dd" runat="server" /> |
| | |
| | | <div class="left"> |
| | | <div class="right"> |
| | | <div class="padding_top5 padding_left10"> |
| | | <a href="javascript:;" onclick="addModel()" class="aaddModel" menu_member_case_id="case_addModel" menu_member_case_name="新增年审记录"><span class="icon_add">新增年审记录</span></a> |
| | | <a href="javascript:;" onclick="addModel()" class="aaddModel" menu_member_case_id="case_addModel" menu_member_case_name="新增年检记录"><span class="icon_add">新增年检记录</span></a> |
| | | <div class="box_tool_line"> |
| | | </div> |
| | | <a href="javascript:;" onclick="onAllDelete()" menu_member_case_id="case_onAllDeleteList" menu_member_case_name="批量删除"><span class="icon_delete">批量删除</span></a> |
| | |
| | | 车牌号 |
| | | </th> |
| | | <th style="text-align: center"> |
| | | 年审时间 |
| | | 年检时间 |
| | | </th> |
| | | <th style="text-align: center"> |
| | | 经办人 |
| | | </th> |
| | | <th style="text-align: center"> |
| | | 年审费用 |
| | | 年检费用 |
| | | </th> |
| | | <th style="text-align: center"> |
| | | 下次年审时间 |
| | | 下次年检时间 |
| | | </th> |
| | | <th style="text-align: center"> |
| | | 状态 |