username@email.com
2024-11-15 f47da9571d16108fcab2bf6d55279a08ce2e7cbf
CY_ECommercePlatform/CY.WebForm/Pages/workcar/CarExaminedAdd.aspx
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title>新增年审记录</title>
    <title>新增年检记录</title>
    <uc:CMSHead ID="CMSHead1" runat="server" />
</head>
<body>
@@ -13,7 +13,7 @@
        <table class="tableStyle" style="margin: 10px auto;" cellpadding="0" cellspacing="0">
            <tr>
                <td class="ali03 w100px">
                    年审时间:
                    年检时间:
                </td>
                <td>
                    <input id="txtExaminedTime" type="text" class="date w90px" datefmt="yyyy-MM-dd" runat="server" />
@@ -27,13 +27,13 @@
            </tr>
            <tr>
                <td class="ali03">
                    下次年审时间:
                    下次年检时间:
                </td>
                <td>
                    <input id="txtExaminedNextTime" type="text" class="date w90px" datefmt="yyyy-MM-dd" runat="server" />
                </td>
                <td class="ali03 w100px">
                    年审费用(元):
                    年检费用(元):
                </td>
                <td>
                    <input id="txtExaminedMoney" type="text" class="req float w90px" min="0" runat="server" msg="请填写大于0的数字" />
@@ -41,7 +41,7 @@
            </tr>
            <tr>
                <td class="ali03">
                    年审记录:
                    年检记录:
                </td>
                <td colspan="3">
                   <textarea id="txtExaminedRecore" runat="server" style="width: 370px; height: 50px;" class=""></textarea>