216 lines
7.9 KiB
Plaintext
216 lines
7.9 KiB
Plaintext
<%@ Page Title="" Language="C#" AutoEventWireup="true" CodeBehind="Admin_Member_appdeclaration_edit.aspx.cs" Inherits="Mtxfw.VipSite.Admin_Member_appdeclaration_edit" %>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head id="Head1" runat="server">
|
|
<title></title>
|
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
<meta http-equiv="Cache-Control" content="no-store" />
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
<meta http-equiv="Expires" content="0" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=7,IE=9,IE=10" />
|
|
<script src="/Scripts/jquery-1.9.1.min.js" type="text/javascript"></script>
|
|
<script src="/Scripts/common.js" type="text/javascript"></script>
|
|
<link href="/css/bootstrap.min.css" type="text/css" rel="stylesheet" />
|
|
|
|
<!-- Basic Styles -->
|
|
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/css/bootstrap.css">
|
|
<!--[if IE 7]>
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/css/font-awesome-ie7.min.css">
|
|
<![endif]-->
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/css/smartadmin-production.css">
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/css/smartadmin-skins.css">
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/css/your_style.css">
|
|
|
|
<!-- Demo purpose only: goes with demo.js, you can delete this css when designing your own WebApp -->
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/css/demo.css">
|
|
|
|
|
|
<!-- FAVICONS -->
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/cjadd.css">
|
|
<style type="text/css"> .map_container {
|
|
width:500px;
|
|
height:400px;
|
|
}
|
|
</style>
|
|
<script src="/script/area.js?t=2" type="text/javascript"></script>
|
|
|
|
<script type="text/javascript">
|
|
var pid = '<%=pid %>';
|
|
var cid = '<%=cid %>';
|
|
var qid = '<%=qid %>';
|
|
var tid = '<%=tid %>';
|
|
function onc(v) {
|
|
|
|
var value = $(".select" + v + "").find("option:selected").val();
|
|
|
|
if (v == 5) {
|
|
show_city_info("", $("#city"), value, $("#county"));
|
|
}
|
|
if (v == 6) {
|
|
show_County_info("", $("#county"), $("#province").val(), value);
|
|
}
|
|
if (v == 7) {
|
|
try {
|
|
show_trading_info("", $("#trading"), $("#province").val(), $("#city").val(), value);
|
|
|
|
} catch (err) {
|
|
alert(err);
|
|
|
|
}
|
|
}
|
|
if (v == 8) {
|
|
if ($("#trading").val() == "-1") {
|
|
$("#tradingname_box").css("display", "block");
|
|
} else {
|
|
$("#tradingname_box").css("display", "none");
|
|
}
|
|
}
|
|
}
|
|
function rdata() {
|
|
var lb = $("#Drop_LB").find("option:selected").val();
|
|
|
|
$("#hide_dq").show();
|
|
show_province_info(pid, $("#province"), $("#city"), $("#county"));
|
|
if (cid != "") {
|
|
show_city_info(cid, $("#city"), pid, $("#county"));
|
|
}
|
|
if (qid != "") {
|
|
show_County_info(qid, $("#county"), $("#province").val(), cid);
|
|
}
|
|
show_trading_info(tid, $("#trading"), $("#province").val(), $("#city").val(), qid);
|
|
|
|
onc(8);
|
|
}
|
|
$(document).ready(function () {
|
|
rdata();
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server" onsubmit="return onxg()">
|
|
<!-- RIBBON -->
|
|
<div id="ribbon">
|
|
|
|
<span class="ribbon-button-alignment"> <span id="refresh" class="btn btn-ribbon" data-title="refresh" rel="tooltip" data-placement="bottom" data-original-title="<i class='text-warning fa fa-warning'></i> 注意!这会重新设置小工具的排位." data-html="true" data-reset-msg="刷新网站?"><i class="fa fa-refresh"></i></span> </span>
|
|
|
|
<!-- breadcrumb -->
|
|
<ol class="breadcrumb">
|
|
<li><a href="/" target="_top">主页</a></li>
|
|
<li><a href="/Member_Index.aspx">会员中心首页</a></li>
|
|
<li><a href="/Admin_Member_config.aspx">后台管理</a></li>
|
|
<li><a href="/Admin_Member_appdeclaration.aspx">代理管理</a></li>
|
|
<li>服务中心列表</li>
|
|
</ol>
|
|
<!-- end breadcrumb -->
|
|
</div>
|
|
<!-- END RIBBON -->
|
|
<!-- MAIN CONTENT -->
|
|
<div style="opacity: 1;" id="content">
|
|
<div class="frontMain">
|
|
|
|
<h1 class="title01"><span class="semi-bold">编辑服务中心信息</span></h1>
|
|
<div class="MainContent">
|
|
<table width="100%" border="0" class="data_table2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr>
|
|
<th>账户名称</th>
|
|
<td><asp:Label ID="Text_UserName" runat="server"></asp:Label>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<th>级别</th>
|
|
<td><asp:DropDownList ID="Drop_LB" runat="server">
|
|
<asp:ListItem Value="5">省代理</asp:ListItem>
|
|
<asp:ListItem Value="4">市代理</asp:ListItem>
|
|
<asp:ListItem Value="3">县代理</asp:ListItem>
|
|
<asp:ListItem Value="2">乡代理</asp:ListItem>
|
|
</asp:DropDownList>
|
|
</td>
|
|
</tr>
|
|
<tr id="Recom_box">
|
|
<th>代理推荐人</th>
|
|
<td><asp:TextBox ID="Text_RecomName" runat="server" Width="300"></asp:TextBox>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>联系电话</th>
|
|
<td><asp:TextBox ID="Text_Tel" runat="server" Width="300"></asp:TextBox>
|
|
</td>
|
|
</tr>
|
|
<tr id="hide_dq">
|
|
<th>所在地区</th>
|
|
<td>
|
|
<select name="select_p" id="province" class="select5" onchange="onc(5)">
|
|
<option value="-1">--省--</option>
|
|
|
|
</select>
|
|
<select name="select_c" id="city" class="select6" onchange="onc(6)">
|
|
<option value="-1">--市--</option>
|
|
</select>
|
|
<select name="select_q" class="select7" id="county" onchange="onc(7)">
|
|
<option value="-1">--县区--</option>
|
|
</select><font color="red">*</font>
|
|
<select name="select_t" class="select8" id="trading" onchange="onc(8)">
|
|
<option value="-1">--街道/乡镇--</option>
|
|
</select><span style="display:none;margin-top:0.8em;" id="tradingname_box"><asp:TextBox ID="tradingname" runat="server" Width="200" placeholder="请填写街道/乡镇"></asp:TextBox></span>
|
|
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<th>详细地址</th>
|
|
<td><asp:TextBox ID="address" runat="server" Width="300"></asp:TextBox><!-- <button type="button" id="searchbtn">
|
|
地图搜索</button>-->
|
|
</td>
|
|
</tr>
|
|
<!--<tr>
|
|
<th>地图坐标</th>
|
|
<td>lng:<input type="text" value="" name="lng" id="lng" readonly runat="server" />lat:<input
|
|
type="text" value="" name="lat" id="lat" readonly runat="server" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="70" width="112" align="right">
|
|
</td>
|
|
<td height="70" colspan="2">
|
|
<button type="button" id="addMarker">
|
|
标注地图</button>查找位置不正确?点击左侧按钮标注正确的位置
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="70" width="112" align="right">
|
|
</td>
|
|
<td height="70" colspan="2">
|
|
<div class="map_container" id="map">
|
|
</div>
|
|
</td>
|
|
</tr>-->
|
|
<tr>
|
|
<th></th>
|
|
<td>
|
|
<asp:Button ID="Btn_Update" runat="server" Text="修改资料" CssClass="abtn" /> <input type="button" value="<<返回" class="abtn" onclick="history.go(-1);" />
|
|
<asp:HiddenField ID="Hidd_Url" runat="server" /></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</form>
|
|
</body></html>
|