|
@@ -83,160 +83,142 @@ body{text-align:center; overflow-y:hidden;overflow-X:hidden;}
|
|
</head>
|
|
</head>
|
|
<body style="text-align: center">
|
|
<body style="text-align: center">
|
|
<form id="form1" runat="server">
|
|
<form id="form1" runat="server">
|
|
|
|
+ <div id="bk" class="style2">
|
|
|
|
+ <div id="research">
|
|
|
|
+ <div id="table">
|
|
|
|
+ <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
|
|
|
|
+ <asp:UpdatePanel ID="UpdatePanel1" runat="server">
|
|
|
|
+ <ContentTemplate>
|
|
|
|
+ <asp:Button ID="Button3" runat="server" Text="Button" CssClass="hidden"
|
|
|
|
+ onclick="Button3_Click" />
|
|
|
|
+
|
|
|
|
+ <table cellpadding="0" cellspacing="0" width="765">
|
|
|
|
+
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="tdstyle" colspan="4" height="52"><span style=" font-size:24px;">
|
|
|
|
+ 用户预定信息登记表</span></td>
|
|
|
|
+
|
|
|
|
+ </tr>
|
|
|
|
+
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="tdstyle" width="115">顾客编号:</td>
|
|
|
|
+ <td width="270">
|
|
|
|
+ <asp:TextBox ID="TextBox1" runat="server" CssClass="text" Enabled="False">
|
|
|
|
+ </asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ <td width="115" class="tdstyle">顾客姓名:</td>
|
|
|
|
+ <td width="270" height="40">
|
|
|
|
+ <asp:TextBox ID="TextBox2" runat="server" CssClass="text" Enabled="False">
|
|
|
|
+ </asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="tdstyle">联系方式:</td>
|
|
|
|
+ <td class="style3">
|
|
|
|
+ <asp:TextBox ID="TextBox3" runat="server" CssClass="text" Enabled="False">
|
|
|
|
+ </asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ <td class="tdstyle">房间类型:</td>
|
|
|
|
+ <td height="37">
|
|
|
|
+ <asp:DropDownList ID="DropDownList1" runat="server" CssClass="text"
|
|
|
|
+ onselectedindexchanged="DropDownList1_SelectedIndexChanged"
|
|
|
|
+ AutoPostBack="True">
|
|
|
|
+ </asp:DropDownList>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="tdstyle">顾客等级:</td>
|
|
|
|
+ <td class="style3">
|
|
|
|
+ <asp:TextBox ID="TextBox5" runat="server" CssClass="text" Enabled="False">
|
|
|
|
+ </asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ <td class="tdstyle">房间编号:</td>
|
|
|
|
+ <td height="37">
|
|
|
|
+ <asp:DropDownList ID="DropDownList2" runat="server" CssClass="text">
|
|
|
|
+ </asp:DropDownList>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="tdstyle">入住时间:</td>
|
|
|
|
+ <td>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <asp:TextBox ID="TextBox8" runat="server" CssClass="text1" AutoPostBack="True"
|
|
|
|
+ ontextchanged="TextBox8_TextChanged"></asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ <td class="tdstyle">入住天数:</td>
|
|
|
|
+ <td height="37">
|
|
|
|
+ <asp:TextBox ID="TextBox9" runat="server" CssClass="text" AutoPostBack="True"
|
|
|
|
+ ontextchanged="TextBox9_TextChanged" placeholder="请输入天数"></asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="tdstyle">到期时间:</td>
|
|
|
|
+ <td>
|
|
|
|
+ <asp:TextBox ID="TextBox4" runat="server" CssClass="text" AutoPostBack="True">
|
|
|
|
+ </asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ <td class="tdstyle">预算消费:</td>
|
|
|
|
+ <td height="37">
|
|
|
|
+ <asp:TextBox ID="TextBox6" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="tdstyle">是否担保:</td>
|
|
|
|
+ <td style=" background-color:#e9fbee">
|
|
|
|
+
|
|
|
|
+ <asp:RadioButton ID="RadioButton1" runat="server" Checked="True" GroupName="a"
|
|
|
|
+ oncheckedchanged="RadioButton1_CheckedChanged" Text="启用"
|
|
|
|
+ AutoPostBack="true" />
|
|
|
|
+
|
|
|
|
+ <asp:RadioButton ID="RadioButton2" runat="server" GroupName="a"
|
|
|
|
+ oncheckedchanged="RadioButton2_CheckedChanged" Text="不启用"
|
|
|
|
+ AutoPostBack="true" />
|
|
|
|
+ </td>
|
|
|
|
+ <td class="tdstyle">预定押金:</td>
|
|
|
|
+ <td height="37">
|
|
|
|
+ <asp:TextBox ID="TextBox11" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <tr>
|
|
|
|
+ <td width="93" style="height:101px;" class="tdstyle">备注信息:</td>
|
|
|
|
+ <td colspan="3">
|
|
|
|
+ <asp:TextBox ID="TextBox7" runat="server" Width="660" Height="101"
|
|
|
|
+ TextMode="MultiLine" Font-Names="微软雅黑" Font-Size="16pt" BackColor="#e9fbee">
|
|
|
|
+ 暂无备注</asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td colspan="4" style="height:40px" class="tdstyle">
|
|
|
|
+ <asp:Button ID="Button1" runat="server" Text="提交" CssClass="buttom"
|
|
|
|
+ onclick="Button1_Click" />
|
|
|
|
+
|
|
|
|
+ <asp:Button ID="Button2" runat="server" CssClass="buttom" Text="取消"
|
|
|
|
+ onclick="Button2_Click" />
|
|
|
|
+ </td>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </tr>
|
|
|
|
+ </table>
|
|
|
|
+
|
|
|
|
+ </ContentTemplate>
|
|
|
|
+ </asp:UpdatePanel>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
|
|
- <div id="bk" class="style2">
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-<div id="research">
|
|
|
|
- <div id="table">
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
|
|
|
|
- <asp:UpdatePanel ID="UpdatePanel1" runat="server">
|
|
|
|
- <ContentTemplate>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <asp:Button ID="Button3" runat="server" Text="Button" CssClass="hidden"
|
|
|
|
- onclick="Button3_Click"/>
|
|
|
|
-
|
|
|
|
- <table cellpadding="0" cellspacing="0" width="765">
|
|
|
|
-
|
|
|
|
- <tr>
|
|
|
|
- <td class="tdstyle" colspan="4" height="52"><span style=" font-size:24px;">
|
|
|
|
- 用户预定信息登记表</span></td>
|
|
|
|
-
|
|
|
|
-</tr>
|
|
|
|
-
|
|
|
|
-<tr>
|
|
|
|
- <td class="tdstyle" width="115" >顾客编号:</td>
|
|
|
|
- <td width="270" >
|
|
|
|
- <asp:TextBox ID="TextBox1" runat="server" CssClass="text" Enabled="False" ></asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
- <td width="115" class="tdstyle">顾客姓名:</td>
|
|
|
|
- <td width="270" height="40">
|
|
|
|
- <asp:TextBox ID="TextBox2" runat="server" CssClass="text" Enabled="False"></asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
-</tr>
|
|
|
|
-<tr>
|
|
|
|
- <td class="tdstyle">联系方式:</td>
|
|
|
|
- <td class="style3">
|
|
|
|
- <asp:TextBox ID="TextBox3" runat="server" CssClass="text" Enabled="False"></asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
- <td class="tdstyle">房间类型:</td>
|
|
|
|
- <td height="37">
|
|
|
|
- <asp:DropDownList ID="DropDownList1" runat="server" CssClass="text"
|
|
|
|
- onselectedindexchanged="DropDownList1_SelectedIndexChanged"
|
|
|
|
- AutoPostBack="True">
|
|
|
|
- </asp:DropDownList>
|
|
|
|
- </td>
|
|
|
|
-</tr>
|
|
|
|
-<tr>
|
|
|
|
- <td class="tdstyle">顾客等级:</td>
|
|
|
|
- <td class="style3">
|
|
|
|
- <asp:TextBox ID="TextBox5" runat="server" CssClass="text" Enabled="False" ></asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
- <td class="tdstyle">房间编号:</td>
|
|
|
|
- <td height="37">
|
|
|
|
- <asp:DropDownList ID="DropDownList2" runat="server" CssClass="text">
|
|
|
|
- </asp:DropDownList>
|
|
|
|
- </td>
|
|
|
|
-</tr>
|
|
|
|
-<tr>
|
|
|
|
- <td class="tdstyle">入住时间:</td>
|
|
|
|
- <td>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <asp:TextBox ID="TextBox8" runat="server" CssClass="text1" AutoPostBack="True"
|
|
|
|
- ontextchanged="TextBox8_TextChanged" ></asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
- <td class="tdstyle">入住天数:</td>
|
|
|
|
- <td height="37">
|
|
|
|
- <asp:TextBox ID="TextBox9" runat="server" CssClass="text" AutoPostBack="True"
|
|
|
|
- ontextchanged="TextBox9_TextChanged" placeholder="请输入天数" ></asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
-</tr>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-<tr>
|
|
|
|
- <td class="tdstyle">到期时间:</td>
|
|
|
|
- <td>
|
|
|
|
- <asp:TextBox ID="TextBox4" runat="server" CssClass="text" AutoPostBack="True"></asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
- <td class="tdstyle">预算消费:</td>
|
|
|
|
- <td height="37">
|
|
|
|
- <asp:TextBox ID="TextBox6" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
-</tr>
|
|
|
|
-
|
|
|
|
-<tr>
|
|
|
|
- <td class="tdstyle">是否担保:</td>
|
|
|
|
- <td style=" background-color:#e9fbee">
|
|
|
|
- <asp:RadioButton ID="RadioButton1" runat="server" Checked="True"
|
|
|
|
- GroupName="a" oncheckedchanged="RadioButton1_CheckedChanged" Text="启用" AutoPostBack="true"/>
|
|
|
|
-
|
|
|
|
- <asp:RadioButton ID="RadioButton2" runat="server" GroupName="a"
|
|
|
|
- oncheckedchanged="RadioButton2_CheckedChanged" Text="不启用" AutoPostBack="true" />
|
|
|
|
- </td>
|
|
|
|
- <td class="tdstyle">预定押金:</td>
|
|
|
|
- <td height="37">
|
|
|
|
- <asp:TextBox ID="TextBox11" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
-</tr>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-<tr>
|
|
|
|
- <td width="93" style="height:101px;" class="tdstyle">备注信息:</td>
|
|
|
|
- <td colspan="3" >
|
|
|
|
- <asp:TextBox ID="TextBox7" runat="server" Width="660" Height="101"
|
|
|
|
- TextMode="MultiLine" Font-Names="微软雅黑" Font-Size="16pt" BackColor="#e9fbee" >暂无备注</asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
- <td colspan="4" style="height:40px" class="tdstyle">
|
|
|
|
- <asp:Button ID="Button1" runat="server" Text="提交" CssClass="buttom"
|
|
|
|
- onclick="Button1_Click" />
|
|
|
|
-
|
|
|
|
- <asp:Button ID="Button2" runat="server" CssClass="buttom" Text="取消"
|
|
|
|
- onclick="Button2_Click" />
|
|
|
|
- </td>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-</tr>
|
|
|
|
-</table>
|
|
|
|
-
|
|
|
|
- </ContentTemplate>
|
|
|
|
- </asp:UpdatePanel>
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-</div>
|
|
|
|
-
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
</form>
|
|
</form>
|
|
</body>
|
|
</body>
|
|
-</html>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
+</html>
|
|
|
|
|
|
<%--<style type="text/css">
|
|
<%--<style type="text/css">
|
|
table{border:solid 1px #747474}
|
|
table{border:solid 1px #747474}
|
|
@@ -255,87 +237,83 @@ body{text-align:center; overflow-y:hidden;overflow-X:hidden;}
|
|
</head>
|
|
</head>
|
|
<body style="text-align: center">
|
|
<body style="text-align: center">
|
|
<form id="form1" runat="server">
|
|
<form id="form1" runat="server">
|
|
|
|
+ <div id="bk" class="style2">
|
|
|
|
+ <div id="research">
|
|
|
|
+ <div id="table">
|
|
|
|
+
|
|
|
|
+ <table cellpadding="0" cellspacing="0" width="765">
|
|
|
|
+
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="tdstyle" colspan="4" height="52"><span style=" font-size:24px;">用户预约信息登记表</span>
|
|
|
|
+ </td>
|
|
|
|
+
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="tdstyle" width="115">顾客编号:</td>
|
|
|
|
+ <td width="270">
|
|
|
|
+ <asp:TextBox ID="TextBox1" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ <td width="115" class="tdstyle">顾客姓名:</td>
|
|
|
|
+ <td width="270" height="40">
|
|
|
|
+ <asp:TextBox ID="TextBox2" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="tdstyle">联系方式:</td>
|
|
|
|
+ <td class="style3">
|
|
|
|
+ <asp:TextBox ID="TextBox3" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ <td class="tdstyle">房间类型:</td>
|
|
|
|
+ <td height="37">
|
|
|
|
+ <asp:TextBox ID="TextBox4" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="tdstyle">顾客等级:</td>
|
|
|
|
+ <td class="style3">
|
|
|
|
+ <asp:TextBox ID="TextBox5" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ <td class="tdstyle">房间编号:</td>
|
|
|
|
+ <td height="37">
|
|
|
|
+ <asp:TextBox ID="TextBox6" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td class="tdstyle">入住时间:</td>
|
|
|
|
+ <td>
|
|
|
|
+ <asp:TextBox ID="TextBox8" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ <td class="tdstyle">交付押金:</td>
|
|
|
|
+ <td height="37">
|
|
|
|
+ <asp:TextBox ID="TextBox9" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <tr>
|
|
|
|
+ <td width="93" style="height:101px;" class="tdstyle">备注信息:</td>
|
|
|
|
+ <td colspan="3">
|
|
|
|
+ <asp:TextBox ID="TextBox7" runat="server" Width="660" Height="101" TextMode="MultiLine"
|
|
|
|
+ Font-Names="微软雅黑" Font-Size="16pt" BackColor="#e9fbee"></asp:TextBox>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td colspan="4" style="height:40px" class="tdstyle">
|
|
|
|
+ <asp:Button ID="Button1" runat="server" Text="提交" CssClass="buttom" />
|
|
|
|
+
|
|
|
|
+ <asp:Button ID="Button2" runat="server" CssClass="buttom" Text="取消" />
|
|
|
|
+ </td>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </tr>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
|
|
- <div id="bk" class="style2">
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-<div id="research">
|
|
|
|
- <div id="table">
|
|
|
|
-
|
|
|
|
- <table cellpadding="0" cellspacing="0" width="765">
|
|
|
|
-
|
|
|
|
- <tr>
|
|
|
|
- <td class="tdstyle" colspan="4" height="52"><span style=" font-size:24px;">用户预约信息登记表</span></td>
|
|
|
|
-
|
|
|
|
-</tr>
|
|
|
|
-<tr>
|
|
|
|
- <td class="tdstyle" width="115" >顾客编号:</td>
|
|
|
|
- <td width="270" >
|
|
|
|
- <asp:TextBox ID="TextBox1" runat="server" CssClass="text" ></asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
- <td width="115" class="tdstyle">顾客姓名:</td>
|
|
|
|
- <td width="270" height="40">
|
|
|
|
- <asp:TextBox ID="TextBox2" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
-</tr>
|
|
|
|
-<tr>
|
|
|
|
- <td class="tdstyle">联系方式:</td>
|
|
|
|
- <td class="style3">
|
|
|
|
- <asp:TextBox ID="TextBox3" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
- <td class="tdstyle">房间类型:</td>
|
|
|
|
- <td height="37">
|
|
|
|
- <asp:TextBox ID="TextBox4" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
-</tr>
|
|
|
|
-<tr>
|
|
|
|
- <td class="tdstyle">顾客等级:</td>
|
|
|
|
- <td class="style3">
|
|
|
|
- <asp:TextBox ID="TextBox5" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
- <td class="tdstyle">房间编号:</td>
|
|
|
|
- <td height="37">
|
|
|
|
- <asp:TextBox ID="TextBox6" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
-</tr>
|
|
|
|
-<tr>
|
|
|
|
- <td class="tdstyle">入住时间:</td>
|
|
|
|
- <td>
|
|
|
|
- <asp:TextBox ID="TextBox8" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
- <td class="tdstyle">交付押金:</td>
|
|
|
|
- <td height="37">
|
|
|
|
- <asp:TextBox ID="TextBox9" runat="server" CssClass="text"></asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
-</tr>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-<tr>
|
|
|
|
- <td width="93" style="height:101px;" class="tdstyle">备注信息:</td>
|
|
|
|
- <td colspan="3" >
|
|
|
|
- <asp:TextBox ID="TextBox7" runat="server" Width="660" Height="101"
|
|
|
|
- TextMode="MultiLine" Font-Names="微软雅黑" Font-Size="16pt" BackColor="#e9fbee" ></asp:TextBox>
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
- <td colspan="4" style="height:40px" class="tdstyle">
|
|
|
|
- <asp:Button ID="Button1" runat="server" Text="提交" CssClass="buttom" />
|
|
|
|
-
|
|
|
|
- <asp:Button ID="Button2" runat="server" CssClass="buttom" Text="取消" />
|
|
|
|
- </td>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-</tr>
|
|
|
|
-</table>
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-</div>
|
|
|
|
-
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
</form>
|
|
</form>
|
|
</body>
|
|
</body>
|
|
</html>
|
|
</html>
|