|
@@ -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">* </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">* </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">* </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);
|
|
|
|