| | |
| | | <option value="3">私家车</option> |
| | | </select> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td class="ali03"> |
| | | <td class="ali03"> |
| | | 车牌号: |
| | | </td> |
| | | <td> |
| | | <input id="txtCarNumber" style="width: 100px;" type="text" runat="server" /> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td class="ali03"> |
| | | <td class="ali03"> |
| | | 当前里程(KM): |
| | | </td> |
| | | <td> |
| | | <input id="txtNowMileage" style="width: 100px;" value="0" type="text" class="req int" min="0" runat="server" /> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | |
| | | <tr style="display:none;"> |
| | | <td class="ali03 w100px"> |
| | | 车辆状况: |
| | | </td> |
| | |
| | | <select id="selCarCondition" runat="server" keepdefaultstyle="true" style="width: 100px;"> |
| | | </select> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td class="ali03"> |
| | | 排序: |
| | | </td> |
| | | <td> |
| | | <input id="txtOrderNum" style="width: 100px;" type="text" class="req int" value="0" runat="server" /> |
| | | </td> |
| | | <td class="ali03 w100px"> |
| | | |
| | | </td> |
| | | <td> |
| | | |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td class="ali03 w100px"> |
| | | 管理人: |
| | | </td> |
| | | <td> |
| | | <select id="selStaffID" runat="server" keepdefaultstyle="true" style="width: 100px;"> |
| | | </select> |
| | | </td> |
| | | <td class="ali03 w100px"> |
| | | |
| | | </td> |
| | | <td> |
| | | |
| | | </td> |
| | | <td class="ali03 w100px"> |
| | | |
| | | </td> |
| | | <td> |
| | | |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td colspan="2" style="text-align: center;"> |
| | | <td class="ali03 w100px"> |
| | | 保险情况: |
| | | </td> |
| | | <td> |
| | | |
| | | </td> |
| | | <td class="ali03 w100px"> |
| | | |
| | | </td> |
| | | <td> |
| | | |
| | | </td> |
| | | <td class="ali03 w100px"> |
| | | |
| | | </td> |
| | | <td> |
| | | |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td class="ali03 w100px"> |
| | | 保险到期时间: |
| | | </td> |
| | | <td> |
| | | <input id="txtInsuranceEndTime" type="text" class="date w90px" datefmt="yyyy-MM-dd" runat="server" /> |
| | | </td> |
| | | <td class="ali03 w100px"> |
| | | 保险公司: |
| | | </td> |
| | | <td colspan="3"> |
| | | <input id="txtInsuranceCompany" type="text" style="width: 360px;" runat="server" msg="请填写保险公司" /> |
| | | </td> |
| | | |
| | | </tr> |
| | | <tr> |
| | | <td class="ali03 w100px"> |
| | | 保险险种: |
| | | </td> |
| | | <td colspan="5"> |
| | | <textarea id="txtInsuranceContent" runat="server" style="width: 370px; height: 50px;" class=""></textarea> |
| | | </td> |
| | | |
| | | </tr> |
| | | <tr> |
| | | <td class="ali03 w100px"> |
| | | 下次年检时间: |
| | | </td> |
| | | <td colspan="5"> |
| | | <input id="txtExaminedNextTime" type="text" class="date w90px" datefmt="yyyy-MM-dd" runat="server" /> |
| | | </td> |
| | | |
| | | </tr> |
| | | <tr> |
| | | <td class="ali03 w100px"> |
| | | 下次保养时间: |
| | | </td> |
| | | <td colspan="5"> |
| | | <input id="txtMaintenanceNextTime" type="text" class="date w90px" datefmt="yyyy-MM-dd" runat="server" /> |
| | | </td> |
| | | |
| | | </tr> |
| | | <tr> |
| | | <td class="ali03 w100px"> |
| | | 保险记录: |
| | | </td> |
| | | <td colspan="5"> |
| | | |
| | | </td> |
| | | |
| | | </tr> |
| | | <tr> |
| | | |
| | | <td colspan="6"> |
| | | <asp:Repeater ID="RepClientList" runat="server"> |
| | | <HeaderTemplate> |
| | | <table class="tableStyle"> |
| | | |
| | | </HeaderTemplate> |
| | | <ItemTemplate> |
| | | <tr> |
| | | |
| | | |
| | | <td style="text-align: center;width:25%;"> |
| | | <%#Eval("InsuranceTime", "{0:yyyy-MM-dd}")%> |
| | | </td> |
| | | |
| | | <td style="text-align: center;width:25%;"> |
| | | <%#Eval("InsuranceCompany")%> |
| | | </td> |
| | | <%-- <td style="text-align: center;width:25%;"> |
| | | <%#Eval("InsuranceMoney","{0:F2}")%>元 |
| | | </td>--%> |
| | | |
| | | <td style="text-align: center;width:25%;"> |
| | | <%#Eval("InsuranceContent")%> |
| | | </td> |
| | | |
| | | </tr> |
| | | </ItemTemplate> |
| | | <FooterTemplate> |
| | | </table> |
| | | </FooterTemplate> |
| | | </asp:Repeater> |
| | | </td> |
| | | |
| | | </tr> |
| | | |
| | | <tr> |
| | | <td class="ali03 w100px"> |
| | | 保养记录: |
| | | </td> |
| | | <td colspan="5"> |
| | | |
| | | </td> |
| | | |
| | | </tr> |
| | | <tr> |
| | | |
| | | <td colspan="6"> |
| | | <asp:Repeater ID="RepClientList3" runat="server"> |
| | | <HeaderTemplate> |
| | | <table class="tableStyle"> |
| | | |
| | | </HeaderTemplate> |
| | | <ItemTemplate> |
| | | <tr> |
| | | |
| | | |
| | | <td style="text-align: center;width:25%;"> |
| | | <%#Eval("MaintenanceTime", "{0:yyyy-MM-dd}")%> |
| | | </td> |
| | | |
| | | <td style="text-align: center;width:25%;"> |
| | | <%#Eval("MaintenancePerson")%> |
| | | </td> |
| | | <td style="text-align: center;width:25%;"> |
| | | <%#Eval("MaintenanceMoney","{0:F2}")%>元 |
| | | </td> |
| | | <td style="text-align: center;width:25%;"> |
| | | <%#Eval("MaintenanceRecord")%> |
| | | </td> |
| | | |
| | | </tr> |
| | | </ItemTemplate> |
| | | <FooterTemplate> |
| | | </table> |
| | | </FooterTemplate> |
| | | </asp:Repeater> |
| | | </td> |
| | | |
| | | </tr> |
| | | <tr> |
| | | <td class="ali03 w100px"> |
| | | 年检记录: |
| | | </td> |
| | | <td colspan="5"> |
| | | |
| | | </td> |
| | | |
| | | </tr> |
| | | <tr> |
| | | |
| | | <td colspan="6"> |
| | | <asp:Repeater ID="RepClientList2" runat="server"> |
| | | <HeaderTemplate> |
| | | <table class="tableStyle"> |
| | | |
| | | </HeaderTemplate> |
| | | <ItemTemplate> |
| | | <tr> |
| | | |
| | | |
| | | <td style="text-align: center;width:25%;"> |
| | | <%#Eval("ExaminedTime", "{0:yyyy-MM-dd}")%> |
| | | </td> |
| | | |
| | | <td style="text-align: center;width:25%;"> |
| | | <%#Eval("ExaminedPeople")%> |
| | | </td> |
| | | <td style="text-align: center;width:25%;"> |
| | | <%#Eval("ExaminedMoney","{0:F2}")%>元 |
| | | </td> |
| | | <%-- <td style="text-align: center;width:25%;"> |
| | | <%#Eval("ExaminedRecore")%> |
| | | </td>--%> |
| | | |
| | | </tr> |
| | | </ItemTemplate> |
| | | <FooterTemplate> |
| | | </table> |
| | | </FooterTemplate> |
| | | </asp:Repeater> |
| | | </td> |
| | | |
| | | </tr> |
| | | |
| | | <tr> |
| | | <td class="ali03 w100px"> |
| | | 维修记录: |
| | | </td> |
| | | <td colspan="5"> |
| | | |
| | | </td> |
| | | |
| | | </tr> |
| | | <tr> |
| | | |
| | | <td colspan="6"> |
| | | <asp:Repeater ID="RepClientList1" runat="server"> |
| | | <HeaderTemplate> |
| | | <table class="tableStyle"> |
| | | |
| | | </HeaderTemplate> |
| | | <ItemTemplate> |
| | | <tr> |
| | | |
| | | |
| | | <td style="text-align: center;width:25%;"> |
| | | <%#Eval("repairTime", "{0:yyyy-MM-dd}")%> |
| | | </td> |
| | | |
| | | <td style="text-align: center;width:25%;"> |
| | | <%#Eval("repairPerson")%> |
| | | </td> |
| | | <td style="text-align: center;width:25%;"> |
| | | <%#Eval("repairMoney","{0:F2}")%>元 |
| | | </td> |
| | | <td style="text-align: center;width:25%;"> |
| | | <%#Eval("repairRecord")%> |
| | | </td> |
| | | |
| | | </tr> |
| | | </ItemTemplate> |
| | | <FooterTemplate> |
| | | </table> |
| | | </FooterTemplate> |
| | | </asp:Repeater> |
| | | </td> |
| | | |
| | | </tr> |
| | | <tr> |
| | | <td colspan="6" style="text-align: center;"> |
| | | <asp:Button ID="btn_submit" runat="server" OnClick="btn_submit_form" OnClientClick="if(CheckCarNumber())return true;else return false; " Text="提交" /> |
| | | </td> |
| | | </tr> |
| | | </table> |
| | | </div> |
| | | |
| | | |
| | | |
| | | |
| | | </form> |
| | | </body> |
| | | </html> |