Browse Source

提成相关加*标识

wangh 1 year ago
parent
commit
7abe01d417

+ 100 - 56
OA2021/groups/DeleGongWu.aspx

@@ -13,30 +13,42 @@
     <link href="../css/all.css" rel="stylesheet" type="text/css" />
     <link href="../css/hotelReservations.css" rel="stylesheet" type="text/css" />
     <link href="../css/setDayRate.css" rel="stylesheet" type="text/css" />
-    
-<link href="../js/Customer/jQueryAutocompletePlugin-master/jquery.autocomplete.css" rel="stylesheet" />
+
+    <link href="../js/Customer/jQueryAutocompletePlugin-master/jquery.autocomplete.css" rel="stylesheet" />
     <title>团组公务状态</title>
     <style>
-        .laydate-time-list { padding-bottom:0;overflow:hidden }
-        .laydate-time-list { width:120px;}
-        .laydate-time-list>li { width:50%!important;}
-        .laydate-time-list>li:last-child { display:none; }
+        .laydate-time-list {
+            padding-bottom: 0;
+            overflow: hidden
+        }
+
+        .laydate-time-list {
+            width: 120px;
+        }
+
+            .laydate-time-list > li {
+                width: 50% !important;
+            }
+
+                .laydate-time-list > li:last-child {
+                    display: none;
+                }
     </style>
 </head>
-<body style="width:75%;margin:auto">
+<body style="width: 75%; margin: auto">
     <form id="form1" runat="server">
-        <asp:AjaxScriptManager ID="AjaxScriptManager1" runat="server"> </asp:AjaxScriptManager>
+        <asp:AjaxScriptManager ID="AjaxScriptManager1" runat="server"></asp:AjaxScriptManager>
         <div>
             <div class="ps">
                 <table class="ps" cellpadding="0" cellspacing="0" border="0">
                     <tr>
-                        <td  >
+                        <td>
                             <asp:DropDownList ID="ddlTourCode" runat="server" Width="145" Style="border: 1px solid #b3b3b3;"
                                 AutoPostBack="true" OnTextChanged="ddlTourCode_TextChanged" />
                             团组名搜索:
                             <asp:TextBox ID="GroupSearch" runat="server" Width="200" Style="border: 1px solid #b3b3b3;" />
                         </td>
-                       <%-- <td class="ps_add"></td>
+                        <%-- <td class="ps_add"></td>
                         <td style="width: 5px"></td>
                         <td class="ps_add"></td>--%>
                     </tr>
@@ -68,8 +80,8 @@
                     <asp:Repeater ID="rpData" runat="server" OnItemDataBound="rpData_ItemDataBound">
                         <ItemTemplate>
                             <tr class="tr_content">
-                                <td class="td"> <%# Container.ItemIndex + 1%> </td>
-                               <%-- <td class="td">
+                                <td class="td"><%# Container.ItemIndex + 1%> </td>
+                                <%-- <td class="td">
                                     <asp:CheckBox runat="server" ID="cbType" Checked='<%#Eval("Type").ToString() == "0" ? false : true  %>'
                                         OnCheckedChanged="cbType_CheckedChanged" CommandArgument='<%#Eval("Id")%>' AutoPostBack="true" />  
                                     <asp:HiddenField runat="server" ID="oaId"  Value='<%#Eval("Id")%>' />
@@ -95,7 +107,7 @@
                                 </td>
                                 <td class="td">
                                     <asp:LinkButton ID="lbtnEdit" runat="server" Text="详 细" OnClick="lbtnEdit_Click"
-                                     CommandArgument='<%#Eval("Id")%>'     mark='<%#Eval("Id")%>' />
+                                        CommandArgument='<%#Eval("Id")%>' mark='<%#Eval("Id")%>' />
                                     |
                                 <asp:LinkButton ID="lbtnDel" runat="server" Text="删 除" OnClick="lbtnDel_Click" CommandArgument='<%#Eval("Id")%>' />
                                 </td>
@@ -108,22 +120,22 @@
             <div>
                 <div class="page">
                     <div>
-                        <div style="float:left;width:50%;">
+                        <div style="float: left; width: 50%;">
                             <span>客户资料</span>
                         </div>
-                        <div style="float:right;width:50%;text-align:end;">
+                        <div style="float: right; width: 50%; text-align: end;">
                             <asp:HiddenField ID="hdIsADD" Value="true" runat="server" />
                             <asp:HiddenField ID="hdId" runat="server" />
-                            <asp:Button ID="btnRemove" runat="server" Text="清空内容" CssClass="btn" Style=" width:65px;"
+                            <asp:Button ID="btnRemove" runat="server" Text="清空内容" CssClass="btn" Style="width: 65px;"
                                 OnClick="btnRemove_Click" />
-                            <asp:Button ID="btnSaveOA" runat="server" Text="保存设置" CssClass="btn" Style=" width:65px;"
+                            <asp:Button ID="btnSaveOA" runat="server" Text="保存设置" CssClass="btn" Style="width: 65px;"
                                 OnClick="btnSaveOA_Click" />
                         </div>
                         <div class="clearfloat"></div>
                     </div>
                     <%--<asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate>--%>
-                    <div class="menu_module" style="margin-top:5px;">
-                        <div class="menu_module_title"> </div>
+                    <div class="menu_module" style="margin-top: 5px;">
+                        <div class="menu_module_title"></div>
                         <div class="menu_module_contentAll">
                             <table width="100%" cellpadding="5" cellspacing="5" border="0">
                                 <tr>
@@ -139,8 +151,8 @@
                                     <td style="text-align: left; width: 125px; white-space: nowrap;">
                                         <asp:TextBox ID="txtTime" runat="server" Width="125" Style="border: 1px solid #b3b3b3;" />
                                     </td>
-                                    <td style="text-align: right; width: 75px; white-space: nowrap;">邀请方:</td>
-                                    <td style="text-align: left; width: 125px; white-space: nowrap;" >
+                                    <td style="text-align: right; width: 75px; white-space: nowrap;">邀请方<span style="color: red">*&nbsp;</span>:</td>
+                                    <td style="text-align: left; width: 125px; white-space: nowrap;">
                                         <asp:DropDownList ID="ddlInvitationl" runat="server">
                                             <asp:ListItem Value="3">请选择</asp:ListItem>
                                             <asp:ListItem Value="0">带公务</asp:ListItem>
@@ -150,26 +162,26 @@
                                     </td>
                                 </tr>
                                 <tr>
-                                    <td style="text-align: right; width: 75px; white-space: nowrap;">是否报批: </td>
+                                    <td style="text-align: right; width: 75px; white-space: nowrap;">是否报批<span style="color: red">*&nbsp;</span>: </td>
                                     <td style="text-align: left; width: 125px; white-space: nowrap;">
                                         <asp:RadioButtonList ID="rbIsSubmitApproval" runat="server" RepeatDirection="Horizontal">
                                             <asp:ListItem Text="是" Value="1" />
                                             <asp:ListItem Text="否" Value="0" />
                                         </asp:RadioButtonList>
                                     </td>
-                                    
-                                    <td style="text-align: right; width: 75px; white-space: nowrap;">是否付费: </td>
+
+                                    <td style="text-align: right; width: 75px; white-space: nowrap;">是否付费<span style="color: red">*&nbsp;</span>: </td>
                                     <td style="text-align: left; width: 125px; white-space: nowrap;">
                                         <asp:RadioButtonList ID="rbIsPay" runat="server" RepeatDirection="Horizontal">
                                             <asp:ListItem Text="是" Value="1" />
                                             <asp:ListItem Text="否" Value="0" />
                                         </asp:RadioButtonList>
-</td>
+                                    </td>
                                 </tr>
                                 <tr>
                                     <td style="text-align: right; width: 75px; white-space: nowrap;">公务地址: </td>
                                     <td style="text-align: left; width: 125px; white-space: nowrap;" colspan="7">
-                                        <asp:TextBox ID="txtAddress" runat="server" Width="840px"  Style="border: 1px solid #b3b3b3;" />
+                                        <asp:TextBox ID="txtAddress" runat="server" Width="840px" Style="border: 1px solid #b3b3b3;" />
                                     </td>
                                 </tr>
                                 <tr>
@@ -195,13 +207,13 @@
                                     <td style="text-align: right; width: 75px; white-space: nowrap;" valign="top">公务方背景: </td>
                                     <td style="text-align: left; width: 840px; white-space: nowrap;" colspan="7">
                                         <asp:TextBox ID="txtSetting" runat="server" TextMode="MultiLine" Width="840px" Height="50px" Style="border: 1px solid #b3b3b3;" />
-                                       </td>
+                                    </td>
                                 </tr>
                                 <tr>
                                     <td style="text-align: right; width: 75px; white-space: nowrap;" valign="top">参会人员: </td>
                                     <td style="text-align: left; width: 840px; white-space: nowrap;" colspan="7">
                                         <asp:TextBox ID="txtAttendees" runat="server" TextMode="MultiLine" Width="840px" Height="50px" Style="border: 1px solid #b3b3b3;" />
-                                        </td>
+                                    </td>
                                 </tr>
                                 <tr>
                                     <td style="text-align: right; width: 75px; white-space: nowrap;">着装要求: </td>
@@ -210,8 +222,7 @@
                                     </td>
                                     <td style="text-align: right; width: 75px; white-space: nowrap;">
                                         <asp:CheckBox ID="ckbIsNeedTrans" runat="server" Text="需要翻译" /></td>
-                                    <td style="text-align: left; white-space: nowrap;" colspan="5">
-                                        翻译人员:
+                                    <td style="text-align: left; white-space: nowrap;" colspan="5">翻译人员:
                                         <asp:TextBox ID="txtTranslator" runat="server" Width="100" Style="border: 1px solid #b3b3b3;" />
                                         翻译语种:
                                         <asp:TextBox ID="txtLanguage" runat="server" Width="100" Style="border: 1px solid #b3b3b3;" />
@@ -231,17 +242,17 @@
                 </div>
             </div>
             <%--<asp:UpdatePanel ID="UpdatePanel2" runat="server"><ContentTemplate>--%>
-            <div style="margin-top:5px;">
+            <div style="margin-top: 5px;">
                 <div class="page">
                     <div>
-                        <div style="float:left;width:50%;">
+                        <div style="float: left; width: 50%;">
                             <span>公务文件</span>
                         </div>
-                        <div style="float:right;width:50%;text-align:end;"></div>
+                        <div style="float: right; width: 50%; text-align: end;"></div>
                         <div class="clearfloat"></div>
                     </div>
                     <div class="menu_module">
-                        <div class="menu_module_title"> </div>
+                        <div class="menu_module_title"></div>
                         <div class="menu_module_contentAll">
                             <table width="100%" cellpadding="5" cellspacing="5" border="0">
                                 <tr>
@@ -250,28 +261,61 @@
                                     </td>
                                 </tr>
                                 <tr>
-                                    <td> <asp:Label runat="server" Text="公务方简介 :" /></td> 
-                                    <td> <asp:FileUpload ID="FU1" runat="server" Width="170px" /> </td>
-                                    <td> <asp:Button ID="btnSC1" runat="server" Text="上传" OnClick="btnSC1_Click" /> </td>
-                                    <td> <asp:Button ID="btnXZ1" runat="server" Text="下载" OnClick="btnXZ1_Click" /> </td>
-                                    <td style="text-align: left"> <asp:Label ID="lblFJ1" runat="server" Text="" Width="160px" /> </td>
-                                    <td> <asp:Button ID="btnDel1" runat="server" Text="删除" OnClick="btnDel1_Click" /> </td>
+                                    <td>
+                                        <asp:Label runat="server" Text="公务方简介 :" /></td>
+                                    <td>
+                                        <asp:FileUpload ID="FU1" runat="server" Width="170px" />
+                                    </td>
+                                    <td>
+                                        <asp:Button ID="btnSC1" runat="server" Text="上传" OnClick="btnSC1_Click" />
+                                    </td>
+                                    <td>
+                                        <asp:Button ID="btnXZ1" runat="server" Text="下载" OnClick="btnXZ1_Click" />
+                                    </td>
+                                    <td style="text-align: left">
+                                        <asp:Label ID="lblFJ1" runat="server" Text="" Width="160px" />
+                                    </td>
+                                    <td>
+                                        <asp:Button ID="btnDel1" runat="server" Text="删除" OnClick="btnDel1_Click" />
+                                    </td>
                                 </tr>
                                 <tr>
-                                    <td> <asp:Label runat="server" Text="公务活动图片:" Width="100px" /></td> 
-                                    <td> <asp:FileUpload ID="FU2" runat="server" Width="170px" /> </td>
-                                    <td> <asp:Button ID="btnSC2" runat="server" Text="上传" OnClick="btnSC2_Click" /> </td>
-                                    <td> <asp:Button ID="btnXZ2" runat="server" Text="下载" OnClick="btnXZ2_Click" /> </td>
-                                    <td style="text-align: left"> <asp:Label ID="lblFJ2" runat="server" Text="" /> </td>
-                                    <td> <asp:Button ID="btnDel2" runat="server" Text="删除" OnClick="btnDel2_Click" /> </td>
+                                    <td>
+                                        <asp:Label runat="server" Text="公务活动图片:" Width="100px" /></td>
+                                    <td>
+                                        <asp:FileUpload ID="FU2" runat="server" Width="170px" />
+                                    </td>
+                                    <td>
+                                        <asp:Button ID="btnSC2" runat="server" Text="上传" OnClick="btnSC2_Click" />
+                                    </td>
+                                    <td>
+                                        <asp:Button ID="btnXZ2" runat="server" Text="下载" OnClick="btnXZ2_Click" />
+                                    </td>
+                                    <td style="text-align: left">
+                                        <asp:Label ID="lblFJ2" runat="server" Text="" />
+                                    </td>
+                                    <td>
+                                        <asp:Button ID="btnDel2" runat="server" Text="删除" OnClick="btnDel2_Click" />
+                                    </td>
                                 </tr>
                                 <tr>
-                                    <td> <asp:Label runat="server" Text="发票" Width="100px" /></td> 
-                                    <td> <asp:FileUpload ID="FU3" runat="server" Width="170px" /> </td>
-                                    <td> <asp:Button ID="btnSC3" runat="server" Text="上传" OnClick="btnSC3_Click" /> </td>
-                                    <td> <asp:Button ID="btnXZ3" runat="server" Text="下载" OnClick="btnXZ3_Click" /> </td>
-                                    <td style="text-align: left"> <asp:Label ID="lblFJ3" runat="server" Text="" /> </td>
-                                    <td> <asp:Button ID="btnDel3" runat="server" Text="删除" OnClick="btnDel3_Click" /> </td>
+                                    <td>
+                                        <asp:Label runat="server" Text="发票" Width="100px" /></td>
+                                    <td>
+                                        <asp:FileUpload ID="FU3" runat="server" Width="170px" />
+                                    </td>
+                                    <td>
+                                        <asp:Button ID="btnSC3" runat="server" Text="上传" OnClick="btnSC3_Click" />
+                                    </td>
+                                    <td>
+                                        <asp:Button ID="btnXZ3" runat="server" Text="下载" OnClick="btnXZ3_Click" />
+                                    </td>
+                                    <td style="text-align: left">
+                                        <asp:Label ID="lblFJ3" runat="server" Text="" />
+                                    </td>
+                                    <td>
+                                        <asp:Button ID="btnDel3" runat="server" Text="删除" OnClick="btnDel3_Click" />
+                                    </td>
                                 </tr>
                             </table>
                         </div>
@@ -285,8 +329,8 @@
     <script type="text/javascript" src="../js/layui/layui.js"></script>
     <script type="text/javascript" src="../js/layui/extra/autocomplete.js"></script>
     <script type="text/javascript" src="../js/Customer/jquery-1.9.1.min.js"></script>
-<script type="text/javascript" src="../js/Customer/jQueryAutocompletePlugin-master/jquery.autocomplete.min.js"></script>
-<script type="text/javascript" src='/js/jquery.cookie.min.js'></script>
+    <script type="text/javascript" src="../js/Customer/jQueryAutocompletePlugin-master/jquery.autocomplete.min.js"></script>
+    <script type="text/javascript" src='/js/jquery.cookie.min.js'></script>
     <!-- 公共配置第三方组件 -->
     <script type="text/javascript">
         layui.config({
@@ -324,7 +368,7 @@
                     accepts: "application/json",
                     dataType: "json",
                     contentType: "application/json",
-                   /* data: JSON.stringify({ paras: JSON.stringify({ TypeId: "2", Diid: $("#ddlTourCode").val() }) }),*/
+                    /* data: JSON.stringify({ paras: JSON.stringify({ TypeId: "2", Diid: $("#ddlTourCode").val() }) }),*/
                     success: function (data) {
                         debugger
                         var jsonData = $.parseJSON(data.d);
@@ -346,7 +390,7 @@
                                 $("#txtContact").val(resp.Contact);
                                 $("#txtTel").val(resp.Tel);
                                 $("#ddlForm").val(resp.Tel);
-                                $("#txtSetting").val(resp.Setting); 
+                                $("#txtSetting").val(resp.Setting);
                                 $("#txtAttendees").val(resp.Attendees);
                                 $("#txtDresscode").val(resp.Dresscode);
 

+ 2 - 2
OA2021/groups/addAirTicketReservations.aspx

@@ -200,7 +200,7 @@
                                          <asp:ListItem Value="司机/导游/公司内部人员">司机/导游/公司内部人员</asp:ListItem>
                                      </asp:DropDownList>
                                 </td>
-                                <td style="text-align: right; width: 75px; white-space: nowrap;">此舱位人数:
+                                <td style="text-align: right; width: 75px; white-space: nowrap;">此舱位人数<span style="color: red">*&nbsp;</span>
                                 </td>
                                 <td style="text-align: left; width: 140px; white-space: nowrap;">
                                     <asp:TextBox ID="txtClientNum" runat="server" Width="130px" Style="border: 1px solid #b3b3b3;" />
@@ -356,7 +356,7 @@
                                         TextMode="MultiLine" Height="65" />
                                 </td>
                             </tr>--%>
-                                <td style="text-align: right; width: 75px; white-space: nowrap;" valign="top">航班描述:
+                                <td style="text-align: right; width: 75px; white-space: nowrap;" valign="top">航班描述<span style="color: red">*&nbsp;</span>
                                 </td>
                                 <td style="text-align: left; white-space: nowrap;" colspan="7">
                                     <asp:TextBox ID="txtFlightsDescription" runat="server" Width="88%" Style="border: 1px solid #b3b3b3;"

+ 4 - 4
OA2021/groups/addVisa.aspx

@@ -112,7 +112,7 @@
                                     <asp:TextBox ID="txtClientName" runat="server" Width="120" Style="border: 1px solid #b3b3b3;"
                                         Enabled="false" />
                                 </td>
-                                <td style="text-align: right; width: 75px; white-space: nowrap;">出访国家:
+                                <td style="text-align: right; width: 75px; white-space: nowrap;">出访国家<span style="color: red">*&nbsp;</span>
                                 </td>
                                 <td style="text-align: left; width: 125px; white-space: nowrap;">
                                     <asp:TextBox ID="txtVisitCountry" runat="server" Width="120" Style="border: 1px solid #b3b3b3;"
@@ -133,7 +133,7 @@
                                     <asp:DropDownList ID="ddlInviteCostsCurrency" runat="server" Width="55" AutoPostBack="true"
                                         Style="border: 1px solid #b3b3b3;" OnTextChanged="ddlInviteCostsCurrency_TextChanged" />
                                 </td>
-                                <td style="text-align: right; width: 75px; white-space: nowrap;">是否第三方代办:
+                                <td style="text-align: right; width: 75px; white-space: nowrap;">是否第三方代办<span style="color: red">*&nbsp;</span>
                                 </td>
                                 <td style="text-align: left; width: 140px; white-space: nowrap;">
                                     <asp:DropDownList ID="ddlThird" runat="server" Width="100" Style="border: 1px solid #b3b3b3;">
@@ -156,12 +156,12 @@
                                         <asp:ListItem Value="司机/导游/公司内部人员" >司机/导游/公司内部人员</asp:ListItem>
                                     </asp:DropDownList>
                                 </td>
-                                <td style="text-align: right; width: 75px; white-space: nowrap;">签证办理人数:
+                                <td style="text-align: right; width: 75px; white-space: nowrap;">签证办理人数<span style="color: red">*&nbsp;</span>
                                 </td>
                                 <td style="text-align: left; width: 140px; white-space: nowrap;">
                                     <asp:TextBox ID="txtVisaNumber" runat="server" Width="120" Style="border: 1px solid #b3b3b3;"></asp:TextBox>
                                 </td>
-                                <td style="text-align: right; width: 75px; white-space: nowrap;">免签人数:
+                                <td style="text-align: right; width: 75px; white-space: nowrap;">免签人数<span style="color: red">*&nbsp;</span>
                                 </td>
                                 <td style="text-align: left; width: 140px; white-space: nowrap;">
                                    <asp:TextBox ID="txtVisaFreeNumber" runat="server" Width="120" Style="border: 1px solid #b3b3b3;"></asp:TextBox>

+ 2 - 2
OA2021/groups/editAirTicketReservations.aspx

@@ -176,7 +176,7 @@
                                         <asp:ListItem Value="司机/导游/公司内部人员">司机/导游/公司内部人员</asp:ListItem>
                                     </asp:DropDownList>
                                 </td>
-                                <td style="text-align: right; width: 75px; white-space: nowrap;">此舱位人数:
+                                <td style="text-align: right; width: 75px; white-space: nowrap;">此舱位人数<span style="color: red">*&nbsp;</span>
                                 </td>
                                 <td style="text-align: left; width: 140px; white-space: nowrap;">
                                     <asp:TextBox ID="txtClientNum" runat="server" Width="130px" Style="border: 1px solid #b3b3b3;" />
@@ -349,7 +349,7 @@
                                 </td>
                             </tr>--%>
                             <tr>
-                                <td style="text-align: right; width: 75px; white-space: nowrap;" valign="top">航班描述:
+                                <td style="text-align: right; width: 75px; white-space: nowrap;" valign="top">航班描述<span style="color: red">*&nbsp;</span>
                                 </td>
                                 <td style="text-align: left; white-space: nowrap;" colspan="7">
                                     <asp:TextBox ID="txtFlightsDescription" runat="server" Width="88%" Style="border: 1px solid #b3b3b3;"

+ 3 - 3
OA2021/groups/editVisa.aspx

@@ -128,7 +128,7 @@
                                     <asp:DropDownList ID="ddlInviteCostsCurrency" runat="server" Width="55" AutoPostBack="true"
                                         Style="border: 1px solid #b3b3b3;" OnTextChanged="ddlInviteCostsCurrency_TextChanged" />
                                 </td>
-                                <td style="text-align: right; width: 75px; white-space: nowrap;">是否第三方代办:
+                                <td style="text-align: right; width: 75px; white-space: nowrap;">是否第三方代办<span style="color: red">*&nbsp;</span>
                                 </td>
                                 <td style="text-align: left; width: 140px; white-space: nowrap;">
                                     <asp:DropDownList ID="ddlThird" runat="server" Width="55" Style="border: 1px solid #b3b3b3;">
@@ -150,12 +150,12 @@
                                         <asp:ListItem Value="司机/导游/公司内部人员">司机/导游/公司内部人员</asp:ListItem>
                                     </asp:DropDownList>
                                 </td>
-                                <td style="text-align: right; width: 75px; white-space: nowrap;">签证办理人数:
+                                <td style="text-align: right; width: 75px; white-space: nowrap;">签证办理人数<span style="color: red">*&nbsp;</span>
                                 </td>
                                 <td style="text-align: left; width: 140px; white-space: nowrap;">
                                     <asp:TextBox ID="txtVisaNumber" runat="server" Width="120" Style="border: 1px solid #b3b3b3;"></asp:TextBox>
                                 </td>
-                                <td style="text-align: right; width: 75px; white-space: nowrap;">免签人数:
+                                <td style="text-align: right; width: 75px; white-space: nowrap;">免签人数<span style="color: red">*&nbsp;</span>
                                 </td>
                                 <td style="text-align: left; width: 140px; white-space: nowrap;">
                                     <asp:TextBox ID="txtVisaFreeNumber" runat="server" Width="120" Style="border: 1px solid #b3b3b3;"></asp:TextBox>

+ 6 - 6
OA2021/groups/hotelReservations.aspx

@@ -370,12 +370,12 @@
 
                                 </tr>
                                 <tr>
-                                    <td style="text-align: right; width: 75px; white-space: nowrap;">入住日期:</td>
+                                    <td style="text-align: right; width: 75px; white-space: nowrap;">入住日期<span style="color: red">*&nbsp;</span>:</td>
                                     <td style="text-align: left; width: 125px; white-space: nowrap;">
                                         <asp:TextBox ID="txtCheckInDate" runat="server" Width="120" onClick="WdatePicker()"
                                             Style="border: 1px solid #b3b3b3;" />
                                     </td>
-                                    <td style="text-align: right; width: 75px; white-space: nowrap;">退房日期:</td>
+                                    <td style="text-align: right; width: 75px; white-space: nowrap;">退房日期<span style="color: red">*&nbsp;</span>:</td>
                                     <td style="text-align: left; width: 125px; white-space: nowrap;">
                                         <asp:TextBox ID="txtCheckOutDate" runat="server" Width="120" onClick="WdatePicker()"
                                             Style="border: 1px solid #b3b3b3;" />
@@ -428,7 +428,7 @@
                                     <tr>
 
                                         <td style="text-align: right; width: 75px; white-space: nowrap;" id="HotelSGR">
-                                            <asp:CheckBox ID="cboOne" runat="server" />酒店单间:
+                                            <asp:CheckBox ID="cboOne" runat="server" />酒店单间<span style="color: red">*&nbsp;</span>
                                         </td>
                                         <td style="text-align: left; width: 125px; white-space: nowrap;" id="HotelSGRContent">
                                             <asp:TextBox ID="txtSingleRoom" runat="server" Width="20" Style="border: 1px solid #b3b3b3;" />
@@ -438,7 +438,7 @@
                                             (单价)
                                         </td>
                                         <td style="text-align: right; width: 75px; white-space: nowrap;" id="HotelTBR">
-                                            <asp:CheckBox ID="cboTwo" runat="server" />酒店双间:
+                                            <asp:CheckBox ID="cboTwo" runat="server" />酒店双间<span style="color: red">*&nbsp;</span>
                                         </td>
                                         <td style="text-align: left; width: 125px; white-space: nowrap;" id="HotelTBRContent">
                                             <asp:TextBox ID="txtDoubleRoom" runat="server" Width="20" Style="border: 1px solid #b3b3b3;" />
@@ -448,7 +448,7 @@
                                             (单价)
                                         </td>
                                         <td style="text-align: right; width: 75px; white-space: nowrap;" id="HotelSuite">
-                                            <asp:CheckBox ID="cboThree" runat="server" />酒店套房:
+                                            <asp:CheckBox ID="cboThree" runat="server" />酒店套房<span style="color: red">*&nbsp;</span>
                                         </td>
                                         <td style="text-align: left; width: 125px; white-space: nowrap;" id="HotelSuiteContent">
                                             <asp:TextBox ID="txtSuiteRoom" runat="server" Width="20" Style="border: 1px solid #b3b3b3;" />
@@ -458,7 +458,7 @@
                                             (单价)
                                         </td>
                                         <td style="text-align: right; width: 75px; white-space: nowrap;" id="HotelOtherRoomType">
-                                            <asp:CheckBox ID="cboFour" runat="server" />其他房型:
+                                            <asp:CheckBox ID="cboFour" runat="server" />其他房型<span style="color: red">*&nbsp;</span>
                                         </td>
                                         <td style="text-align: left; width: 125px; white-space: nowrap;" id="HotelOtherRoomTypeContent">
                                             <asp:TextBox ID="txtOtherRoom" runat="server" Width="20" Style="border: 1px solid #b3b3b3;" />