556 lines
22 KiB
Plaintext
556 lines
22 KiB
Plaintext
<%@ Page Title="" Language="C#" AutoEventWireup="true" CodeBehind="Admin_Member_YBJY_Cx.aspx.cs" Inherits="Mtxfw.VipSite.Admin_Member_YBJY_Cx" %>
|
||
|
||
<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>
|
||
<!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 type="text/javascript" src="/Scripts/bootstrap.min.js"></script>
|
||
<script src="/Scripts/jquery-migrate-1.1.1.min.js" type="text/javascript"></script>
|
||
<script src="/Scripts/common.js?t=0" 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?t=1">
|
||
|
||
<script src="Scripts/setdate.js" type="text/javascript"></script>
|
||
<style type="text/css">
|
||
.showimage
|
||
{
|
||
float:left;
|
||
margin-left:90px;
|
||
width:100px;
|
||
height:80px;
|
||
overflow:hidden;
|
||
border:1px solid #dfdfdf;
|
||
}
|
||
.showimage ul,.showimage li
|
||
{
|
||
float:left;
|
||
width:100px;
|
||
margin:0;
|
||
padding:0;
|
||
list-style-type:none;
|
||
}
|
||
.showimage li img
|
||
{
|
||
float:left;
|
||
margin:0;
|
||
padding:0;
|
||
width:100px;
|
||
height:80px;
|
||
border:1px solid #dfdfdf;
|
||
}
|
||
.showimage0
|
||
{
|
||
float:left;
|
||
margin-left:180px;
|
||
width:150px;
|
||
height:150px;
|
||
overflow:hidden;
|
||
border:1px solid #dfdfdf;
|
||
}
|
||
.showimage0 ul,.showimage0 li
|
||
{
|
||
float:left;
|
||
width:150px;
|
||
height:150px;
|
||
margin:0;
|
||
padding:0;
|
||
list-style-type:none;
|
||
}
|
||
.showimage0 li img
|
||
{
|
||
float:left;
|
||
margin:0;
|
||
padding:0;
|
||
width:150px;
|
||
height:150px;
|
||
border:1px solid #dfdfdf;
|
||
}
|
||
span.ximage{display: block; float:left; width:8em; height:7em; line-height:1.2em; text-align: center; overflow: hidden;}
|
||
span.ximage img{vertical-align:middle; width:4em;height:4em;border:1px solid #dfdfdf;}
|
||
</style>
|
||
|
||
<script type="text/javascript">
|
||
function showqyjy(t) {
|
||
if (t == 1) {
|
||
$('#successModal #textbody').html('<p>确认交流会暂时扣除您的购物券,交流不成功会退回给您!</p><p>您确定要进行交流吗?</p>');
|
||
}
|
||
$('#successModal').modal('show');
|
||
}
|
||
function qyjy() {
|
||
$("#btn-continue").addClass("btn-default");
|
||
$("#btn-continue").val("请稍候...");
|
||
$("#btn-continue").attr("disabled", true);
|
||
$.ajaxSettings.async = true;
|
||
$.post("/Ajax.ashx", { action: 'qyjy', id: escape($("#Hid_ID").val()) }, function (data) {
|
||
switch (data) {
|
||
case "0":
|
||
alert("操作成功!");
|
||
self.location = self.location.toString();
|
||
break;
|
||
default: alert(data);
|
||
$("#btn-continue").removeClass("btn-default");
|
||
$("#btn-continue").val("确认");
|
||
$("#btn-continue").removeAttr("disabled");
|
||
}
|
||
});
|
||
}
|
||
function qydk() {
|
||
|
||
if ($("#IFUpload").val() == "0") {
|
||
if ($("#uploadpic").val() != "") {
|
||
$("#btn-continue1").addClass("btn-default");
|
||
$("#btn-continue1").val("请稍候...");
|
||
$("#btn-continue1").attr("disabled", true);
|
||
$.ajaxSettings.async = true;
|
||
$.post("/Ajax.ashx", { action: 'qydk', id: escape($("#Hid_ID").val()), uploadpic: escape($("#uploadpic").val()) }, function (data) {
|
||
switch (data) {
|
||
case "0":
|
||
alert("操作成功!");
|
||
self.location = self.location.toString();
|
||
break;
|
||
default: alert(data);
|
||
$("#btn-continue1").removeClass("btn-default");
|
||
$("#btn-continue1").val("确认");
|
||
$("#btn-continue1").removeAttr("disabled");
|
||
}
|
||
});
|
||
} else {
|
||
alert("您还没有上传图片!");
|
||
}
|
||
} else {
|
||
alert("图片在上传中!");
|
||
}
|
||
}
|
||
function qysk() {
|
||
$("#btn-continue2").addClass("btn-default");
|
||
$("#btn-continue2").val("请稍候...");
|
||
$("#btn-continue2").attr("disabled", true);
|
||
$.ajaxSettings.async = true;
|
||
$.post("/Ajax.ashx", { action: 'qysk', id: escape($("#Hid_ID").val())}, function (data) {
|
||
switch (data) {
|
||
case "0":
|
||
alert("操作成功!");
|
||
self.location = self.location.toString();
|
||
break;
|
||
default: alert(data);
|
||
$("#btn-continue2").removeClass("btn-default");
|
||
$("#btn-continue2").val("确认");
|
||
$("#btn-continue2").removeAttr("disabled");
|
||
}
|
||
});
|
||
|
||
}
|
||
function jubao() {
|
||
if ($("#JuBaoBody").val() != "") {
|
||
$("#btn-continue3").addClass("btn-default");
|
||
$("#btn-continue3").val("请稍候...");
|
||
$("#btn-continue3").attr("disabled", true);
|
||
$.ajaxSettings.async = true;
|
||
$.post("/Ajax.ashx", { action: 'jubao', id: escape($("#Hid_ID").val()), JuBaoType: escape($("#JuBaoType").val()), JuBaoBody: escape($("#JuBaoBody").val()), uploadpic: escape($("#uploadpic2").val()), }, function (data) {
|
||
switch (data) {
|
||
case "0":
|
||
alert("操作成功!");
|
||
self.location = self.location.toString();
|
||
break;
|
||
default: alert(data);
|
||
$("#btn-continue3").removeClass("btn-default");
|
||
$("#btn-continue3").val("确认");
|
||
$("#btn-continue3").removeAttr("disabled");
|
||
}
|
||
});
|
||
} else {
|
||
alert("举报内容不能为空!");
|
||
$("#JuBaoBody").focus();
|
||
}
|
||
}
|
||
function onqx(){
|
||
if(confirm("此操作不可恢复,您确定要撤销吗?")){
|
||
$.ajaxSettings.async = true;
|
||
$.post("/Ajax.ashx", { action: 'qxjy', id: escape($("#Hid_ID").val())}, function (data) {
|
||
switch (data) {
|
||
case "0":
|
||
alert("操作成功!");
|
||
self.location = "Member_YBJY.aspx";
|
||
break;
|
||
default: alert(data);
|
||
}
|
||
});
|
||
}
|
||
}
|
||
function duploadpic(){
|
||
|
||
if ($("#IFUpload1").val() == "0") {
|
||
if ($("#uploadpic1").val() != "") {
|
||
$("#btn-continue4").addClass("btn-default");
|
||
$("#btn-continue4").val("请稍候...");
|
||
$("#btn-continue4").attr("disabled", true);
|
||
$.ajaxSettings.async = true;
|
||
$.post("/Ajax.ashx", { action: 'uploadpic', id: escape($("#Hid_ID").val()), uploadpic: escape($("#uploadpic1").val()) }, function (data) {
|
||
switch (data) {
|
||
case "0":
|
||
alert("操作成功!");
|
||
self.location = self.location.toString();
|
||
break;
|
||
default: alert(data);
|
||
$("#btn-continue4").removeClass("btn-default");
|
||
$("#btn-continue4").val("确认");
|
||
$("#btn-continue4").removeAttr("disabled");
|
||
}
|
||
});
|
||
} else {
|
||
alert("您还没有上传图片!");
|
||
}
|
||
} else {
|
||
alert("图片在上传中!");
|
||
}
|
||
}
|
||
function qykc() {
|
||
$("#btn-continue5").addClass("btn-default");
|
||
$("#btn-continue5").val("请稍候...");
|
||
$("#btn-continue5").attr("disabled", true);
|
||
$.ajaxSettings.async = true;
|
||
$.post("/Ajax.ashx", { action: 'qykclc', id: escape($("#Hid_ID").val()) }, function (data) {
|
||
switch (data) {
|
||
case "0":
|
||
alert("操作成功!");
|
||
self.location = self.location.toString();
|
||
break;
|
||
default: alert(data);
|
||
$("#btn-continue5").removeClass("btn-default");
|
||
$("#btn-continue5").val("确认");
|
||
$("#btn-continue5").removeAttr("disabled");
|
||
}
|
||
});
|
||
}
|
||
function showtype(t) {
|
||
if(t==0){
|
||
$('#successModal1').modal('show');
|
||
}else if(t==1){
|
||
$('#successModal2').modal('show');
|
||
}else if(t==2){
|
||
$('#successModal3').modal('show');
|
||
}else if(t==3){
|
||
$('#successModal4').modal('show');
|
||
}else if(t==4){
|
||
$('#successModal5').modal('show');
|
||
}
|
||
}
|
||
</script>
|
||
<style type="text/css">
|
||
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<form id="Form1" runat="server">
|
||
|
||
<!-- 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>交流详情</li>
|
||
</ol>
|
||
<!-- end breadcrumb -->
|
||
</div>
|
||
<!-- END RIBBON -->
|
||
<!-- MAIN CONTENT -->
|
||
<div style="opacity: 1;" id="content">
|
||
<div class="frontMain">
|
||
<input id="treeid1" value="" type="hidden" />
|
||
<input id="treeid2" value="" type="hidden" />
|
||
<h1 class="title01"><span class="semi-bold">交流详情</span></h1>
|
||
<div class="MainContent">
|
||
|
||
|
||
<table width="100%" border="0" class="data_table" cellspacing="0" cellpadding="0">
|
||
<tr>
|
||
<td style="text-align:right; ">交流ID:</td><td style="text-align:left; "><%=strID%>
|
||
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align:right; ">交流数量:</td><td style="text-align:left; "><%=JYJG%>
|
||
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td style="text-align:right; ">预约时间:</td><td style="text-align:left; "><%=SJ%>
|
||
|
||
</td>
|
||
</tr>
|
||
<%if (Seef > 0)
|
||
{ %>
|
||
<tr>
|
||
<td style="text-align:right; ">转售时间:</td><td style="text-align:left; "><%=SJ0%>
|
||
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
<td style="text-align:right; ">成交时间:</td><td style="text-align:left; "><%=SJ1%>
|
||
|
||
</td>
|
||
</tr>
|
||
<%} %>
|
||
<%if (Seef > 1)
|
||
{ %>
|
||
<tr>
|
||
<td style="text-align:right; ">付款时间:</td><td style="text-align:left; "><%=SJ2%>
|
||
|
||
</td>
|
||
</tr>
|
||
<%} %>
|
||
<%if (Seef > 2)
|
||
{ %>
|
||
<tr>
|
||
<td style="text-align:right; ">收款时间:</td><td style="text-align:left; "><%=SJ3%>
|
||
|
||
</td>
|
||
</tr>
|
||
<%} %>
|
||
<%=UserName%>
|
||
|
||
|
||
<%=UserName2%>
|
||
<tr>
|
||
<td style="text-align:right; ">
|
||
|
||
状态:</td><td style="text-align:left; "><%=strSeef%>
|
||
</td>
|
||
</tr>
|
||
<%=dkxx%>
|
||
|
||
<tr><td style="text-align:right; ">
|
||
</td>
|
||
<td style="text-align:left; height:50px;">
|
||
<span class="abtn hover" onclick="<%=Request.UrlReferrer.ToString().IndexOf("Member_YBJY_Cx.aspx")==-1?"self.location='" + Request.UrlReferrer.ToString() + "'":"history.go(-1);" %>">返回</span>
|
||
</td>
|
||
</tr>
|
||
|
||
</table>
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<!-- (Modal) -->
|
||
<div class="modal fade" id="successModal" tabindex="-1" role="dialog" aria-labelledby="successLab" aria-hidden="true">
|
||
<div class="modal-dialog">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
<h5 class="modal-title " id="successLab">确认交流<span class="close" onclick="$('#successModal').modal('hide');">x</span> </h5>
|
||
|
||
</div>
|
||
<div class="modal-body">
|
||
<figure class="figure">
|
||
|
||
<figcaption class="figure-caption text-left" id="textbody" style="margin-top:15px;"><p>您确定要进行交流吗?</p>
|
||
|
||
|
||
</figcaption>
|
||
</figure>
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button type="button" class="btn btn-default text-right" onclick="$('#successModal').modal('hide');" id="btn-get">取消</button>
|
||
<button type="button" class="btn btn-success" onclick="qyjy()" id="btn-continue">确认</button>
|
||
</div>
|
||
</div><!-- /.modal-content -->
|
||
</div>
|
||
</div>
|
||
|
||
<!-- (Modal) -->
|
||
<div class="modal fade" id="successModal1" tabindex="-1" role="dialog" aria-labelledby="successLab" aria-hidden="true">
|
||
<div class="modal-dialog">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
<h5 class="modal-title " id="H1">确认支付<span class="close" onclick="$('#successModal1').modal('hide');">x</span> </h5>
|
||
|
||
</div>
|
||
<div class="modal-body">
|
||
<figure class="figure">
|
||
|
||
<figcaption class="figure-caption text-left" id="textbody1"><p>您确定已经给对方支付了吗?</p>
|
||
|
||
<p>如果您确定已经给对方支付了,为了双方资金安全抵达,请上传正确的汇款成功图片。 </p>
|
||
|
||
<p>对方查询之后,快速给您批準! </p>
|
||
<p><div class="showimage0"><ul id="showimage"></ul></div>
|
||
<iframe marginwidth="0" framespacing="0" marginheight="0" frameborder="0" name="uploadframe2" id="uploadframe2"
|
||
src='Photo_upload0.aspx' scrolling="no" width="94%" height="50" ></iframe>
|
||
</p>
|
||
|
||
<input id="IFUpload" type="hidden" value="0" />
|
||
<input id="uploadpic" type="hidden" value="" />
|
||
<input id="Hid_ID" type="hidden" value="<%=strID %>" />
|
||
|
||
|
||
</figcaption>
|
||
</figure>
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button type="button" class="btn btn-default text-right" onclick="$('#successModal1').modal('hide');" id="Button1">取消</button>
|
||
<button type="button" class="btn btn-success" onclick="qydk()" id="btn-continue1">确认</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- (Modal) -->
|
||
<div class="modal fade" id="successModal4" tabindex="-1" role="dialog" aria-labelledby="successLab" aria-hidden="true">
|
||
<div class="modal-dialog">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
<h5 class="modal-title " id="H4">重新上传正确图片<span class="close" onclick="$('#successModal4').modal('hide');">x</span> </h5>
|
||
|
||
</div>
|
||
<div class="modal-body">
|
||
<figure class="figure">
|
||
|
||
<figcaption class="figure-caption text-left" id="Figcaption1">
|
||
<p>请您重新上传正确的图片! </p>
|
||
<p><div class="showimage0"><ul id="showimage1"></ul></div>
|
||
<iframe marginwidth="0" framespacing="0" marginheight="0" frameborder="0" name="uploadframe2" id="Iframe1"
|
||
src='Photo_upload1.aspx' scrolling="no" width="94%" height="50" ></iframe>
|
||
</p>
|
||
|
||
<input id="IFUpload1" type="hidden" value="0" />
|
||
<input id="uploadpic1" type="hidden" value="" />
|
||
|
||
|
||
</figcaption>
|
||
</figure>
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button type="button" class="btn btn-default text-right" onclick="$('#successModal4').modal('hide');" id="Button2">取消</button>
|
||
<button type="button" class="btn btn-success" onclick="duploadpic()" id="btn-continue4">确认</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- (Modal) -->
|
||
<div class="modal fade" id="successModal2" tabindex="-1" role="dialog" aria-labelledby="successLab" aria-hidden="true">
|
||
<div class="modal-dialog">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
<h5 class="modal-title " id="H2">确认收到<span class="close" onclick="$('#successModal2').modal('hide');">x</span> </h5>
|
||
|
||
</div>
|
||
<div class="modal-body">
|
||
<figure class="figure">
|
||
|
||
<figcaption class="figure-caption text-left" id="textbody2" style="margin-top:15px;"><p>您确定已收到款了吗?</p>
|
||
|
||
|
||
</figcaption>
|
||
</figure>
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button type="button" class="btn btn-default text-right" onclick="$('#successModal2').modal('hide');" id="Button3">取消</button>
|
||
<button type="button" class="btn btn-success" onclick="qysk()" id="btn-continue2">确认</button>
|
||
</div>
|
||
</div><!-- /.modal-content -->
|
||
</div>
|
||
</div>
|
||
<!-- (Modal) -->
|
||
<div class="modal fade" id="successModal3" tabindex="-1" role="dialog" aria-labelledby="successLab" aria-hidden="true">
|
||
<div class="modal-dialog">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
<h5 class="modal-title " id="H3">举报<span class="close" onclick="$('#successModal3').modal('hide');">x</span> </h5>
|
||
|
||
</div>
|
||
<div class="modal-body1">
|
||
<ul class="addinfo_box">
|
||
<li><label><font color="red">*</font>举报类型:</label><p><select id="JuBaoType">
|
||
<option value="假冒欺骗">假冒欺骗</option>
|
||
<option value="对方不付款">对方不付款</option>
|
||
<option value="对方不收款">对方不收款</option>
|
||
<option value="付款凭证是假的">付款凭证是假的</option>
|
||
<option value="其它原因">其它原因</option>
|
||
</select></p></li>
|
||
<li><label><font color="red">*</font>举报内容:</label><p><textarea id="JuBaoBody" style=" width:400px; height:100px;"></textarea>
|
||
</p>
|
||
</li>
|
||
|
||
</ul>
|
||
|
||
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button type="button" class="btn btn-default text-right" onclick="$('#successModal3').modal('hide');" id="Button5">取消</button>
|
||
<button type="button" class="btn btn-success" onclick="jubao()" id="btn-continue3">确认</button>
|
||
</div>
|
||
</div><!-- /.modal-content -->
|
||
</div>
|
||
</div>
|
||
<!-- (Modal) -->
|
||
<div class="modal fade" id="successModal5" tabindex="-1" role="dialog" aria-labelledby="successLab" aria-hidden="true">
|
||
<div class="modal-dialog">
|
||
<div class="modal-content">
|
||
<div class="modal-header">
|
||
<h5 class="modal-title " id="H2">确认扣除<span class="close" onclick="$('#successModal5').modal('hide');">x</span> </h5>
|
||
|
||
</div>
|
||
<div class="modal-body">
|
||
<figure class="figure">
|
||
|
||
<figcaption class="figure-caption text-left" id="textbody5" style="margin-top:15px;"><p>您确定要扣除<%=config.webMoney46 %>%转卖积分给卖家?</p>
|
||
|
||
|
||
</figcaption>
|
||
</figure>
|
||
</div>
|
||
<div class="modal-footer">
|
||
<button type="button" class="btn btn-default text-right" onclick="$('#successModal5').modal('hide');" id="Button6">取消</button>
|
||
<button type="button" class="btn btn-success" onclick="qykc()" id="btn-continue5">确认</button>
|
||
</div>
|
||
</div><!-- /.modal-content -->
|
||
</div>
|
||
</div>
|
||
</form>
|
||
</body>
|
||
</html>
|