|
Server : Microsoft-IIS/10.0 System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586 User : jxgj ( 0) PHP Version : 7.0.33 Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server Directory : D:/tmp_aspnet/root/ada36728/6e3bc2/ |
?#pragma checksum "D:\wwwroot\jinxiangshun123\wwwroot\Areas\Admin\Views\OrderPay\m.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "5D12147DEAE0BF32E6896329EF877E3B9CD86B05"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具天生。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且若是
// 沉新天生代码,这些更改将会迷失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace ASP {
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Web;
using System.Web.Helpers;
using System.Web.Security;
using System.Web.UI;
using System.Web.WebPages;
using System.Web.Mvc;
using System.Web.Mvc.Ajax;
using System.Web.Mvc.Html;
using System.Web.Routing;
using System.Web.Optimization;
using Web;
public class _Page_Areas_Admin_Views_OrderPay_m_cshtml : System.Web.Mvc.WebViewPage<dynamic> {
#line hidden
public _Page_Areas_Admin_Views_OrderPay_m_cshtml() {
}
protected ASP.global_asax ApplicationInstance {
get {
return ((ASP.global_asax)(Context.ApplicationInstance));
}
}
public override void Execute() {
WriteLiteral("\r\n");
#line 2 "D:\wwwroot\jinxiangshun123\wwwroot\Areas\Admin\Views\OrderPay\m.cshtml"
ViewBag.Title = "充值订单";
List<int> listPower = ViewBag.power;
#line default
#line hidden
WriteLiteral("\r\n<body>\r\n <div");
WriteLiteral(" class=\"content manage\"");
WriteLiteral(">\r\n <div");
WriteLiteral(" class=\"tab_tit\"");
WriteLiteral(">\r\n <a");
WriteLiteral(" class=\"current\"");
WriteAttribute("href", Tuple.Create(" href=\"", 183), Tuple.Create("\"", 210)
#line 9 "D:\wwwroot\jinxiangshun123\wwwroot\Areas\Admin\Views\OrderPay\m.cshtml"
, Tuple.Create(Tuple.Create("", 190), Tuple.Create<System.Object, System.Int32>(Url.Action("Index")
#line default
#line hidden
, 190), false)
);
WriteLiteral(">充值订单</a>\r\n </div>\r\n <div");
WriteLiteral(" class=\"manage_box\"");
WriteLiteral(">\r\n <div");
WriteLiteral(" class=\"search clearfix\"");
WriteLiteral(">\r\n <form");
WriteLiteral(" id=\"form_search\"");
WriteLiteral(">\r\n <div");
WriteLiteral(" class=\"search_item\"");
WriteLiteral(">\r\n <input");
WriteLiteral(" class=\"ipt\"");
WriteLiteral(" type=\"text\"");
WriteLiteral(" name=\"title\"");
WriteLiteral(" placeholder=\"搜索订单号/会员手机/姓名\"");
WriteLiteral(" />\r\n <input");
WriteLiteral(" class=\"search_btn\"");
WriteLiteral(" type=\"submit\"");
WriteLiteral(" value=\"搜 索\"");
WriteLiteral(" />\r\n </div>\r\n");
WriteLiteral(" ");
#line 18 "D:\wwwroot\jinxiangshun123\wwwroot\Areas\Admin\Views\OrderPay\m.cshtml"
Write(Html.GetDropDownList("payTrue", Web.Code.WebClass.arrPayStatus, -1, "订单状态", -1, "select2 mright4"));
#line default
#line hidden
WriteLiteral("\r\n");
WriteLiteral(" ");
#line 19 "D:\wwwroot\jinxiangshun123\wwwroot\Areas\Admin\Views\OrderPay\m.cshtml"
Write(Html.GetDropDownList("status", Web.Code.WebClass.arrChongzhi, -1, "售后状态", -1, "select2"));
#line default
#line hidden
WriteLiteral("\r\n <div");
WriteLiteral(" class=\"data_date clearfix\"");
WriteLiteral(">\r\n <input");
WriteLiteral(" class=\"date-ipt start_date\"");
WriteLiteral(" type=\"text\"");
WriteLiteral(" id=\"t1\"");
WriteLiteral(" name=\"t1\"");
WriteLiteral(" value=\"\"");
WriteLiteral(" placeholder=\"起头日期\"");
WriteLiteral(" />\r\n <span>到</span>\r\n <input");
WriteLiteral(" class=\"date-ipt start_date\"");
WriteLiteral(" type=\"text\"");
WriteLiteral(" id=\"t2\"");
WriteLiteral(" name=\"t2\"");
WriteLiteral(" value=\"\"");
WriteLiteral(" placeholder=\"实现日期\"");
WriteLiteral(" />\r\n <input");
WriteLiteral(" class=\"btn\"");
WriteLiteral(" type=\"submit\"");
WriteLiteral(" value=\"搜索\"");
WriteLiteral(" />\r\n </div>\r\n </form>\r\n </div>\r\n\r\n " +
" <div");
WriteLiteral(" class=\"manage_list\"");
WriteLiteral(" id=\"dataList\"");
WriteLiteral(">\r\n </div>\r\n <div");
WriteLiteral(" class=\"page1\"");
WriteLiteral(" id=\"pages\"");
WriteLiteral(">\r\n </div>\r\n </div>\r\n </div>\r\n <script");
WriteLiteral(" id=\"temList\"");
WriteLiteral(" type=\"text/html\"");
WriteLiteral(@">
{{each data}}
<dl data-id=""{{$value.id}}"">
<dt>
<span class=""fl"">{{$value.name}}:{{$value.userName}}</span>
<span class=""btn state2-{{$value.status+1}}"">{{$value.statusName}}</span>
</dt>
<dd><strong>充值积分</strong>{{$value.num}}</dd>
<dd><strong>订单总价</strong><span class=""total"">¥<b>{{$value.sums}}</b></span></dd>
<dd data-id=""{{$value.id}}"">
<strong>支付状态</strong>
{{ if $value.payTrue == 1 }}
{{$value.payTypeName}} 已支付
{{else}}
未支付
{{/if}}
</dd>
<dd><strong>下单功夫 </strong>{{$value.times}}</dd>
<dd class=""ddbtn"" data-id=""{{$value.id}}"">
<a class=""btn btn_green"" href=""javascript:;"" data-bind=""edit"">查看</a>
");
#line 57 "D:\wwwroot\jinxiangshun123\wwwroot\Areas\Admin\Views\OrderPay\m.cshtml"
#line default
#line hidden
#line 57 "D:\wwwroot\jinxiangshun123\wwwroot\Areas\Admin\Views\OrderPay\m.cshtml"
if (listPower.Contains(77))
{
#line default
#line hidden
WriteLiteral(" <a");
WriteLiteral(" class=\"btn btn_orange\"");
WriteLiteral(" href=\"javascript:;\"");
WriteLiteral(" data-bind=\"del\"");
WriteLiteral(">删除</a>\r\n");
#line 60 "D:\wwwroot\jinxiangshun123\wwwroot\Areas\Admin\Views\OrderPay\m.cshtml"
}
#line default
#line hidden
WriteLiteral("\r\n </dd>\r\n </dl>\r\n {{/each}}\r\n </script>\r\n");
WriteLiteral(" ");
#line 66 "D:\wwwroot\jinxiangshun123\wwwroot\Areas\Admin\Views\OrderPay\m.cshtml"
Write(Scripts.Render("~/js/layer/admin_list_m"));
#line default
#line hidden
WriteLiteral("\r\n <script");
WriteLiteral(" type=\"text/javascript\"");
WriteLiteral(" src=\"/js/datetimepicker/rolldate.min.js\"");
WriteLiteral("></script>\r\n <script>\r\n _dataPage = {page: 1, limit: 10, title: \"\", pay" +
"True: -1, status: -1, t1: \"\", t2: \"\" };\r\n _urlPage = \'");
#line 70 "D:\wwwroot\jinxiangshun123\wwwroot\Areas\Admin\Views\OrderPay\m.cshtml"
Write(Url.Action("GetPageList"));
#line default
#line hidden
WriteLiteral("\';\r\n _urlPost = \'");
#line 71 "D:\wwwroot\jinxiangshun123\wwwroot\Areas\Admin\Views\OrderPay\m.cshtml"
Write(Url.Action("PostDos"));
#line default
#line hidden
WriteLiteral("\';\r\n _urlEdit = \'");
#line 72 "D:\wwwroot\jinxiangshun123\wwwroot\Areas\Admin\Views\OrderPay\m.cshtml"
Write(Url.Action("Edit"));
#line default
#line hidden
WriteLiteral(@"';
$(function () {
new Rolldate({
el: '#t1',
format: 'YYYY-MM-DD',
beginYear: 2018,
endYear: 2058
})
new Rolldate({
el: '#t2',
format: 'YYYY-MM-DD',
beginYear: 2018,
endYear: 2058
})
$(""#dataList a.btn"").live(""click"", function () {
var _bind = $(this).data(""bind"");//attr
var _id = $(this).parent().data(""id"");
var _data = { name: _bind, ids: _id }
if (_bind == ""del"") {
layer.confirm('确认要删除吗?', function (index) {
PostData(_data);
});
}
else if (_bind == ""edit"") {
//编纂
layer.open({
type: 2,
title: '编纂信息',
content: _urlEdit + '/' + _id,
area: ['100%', '100%'],
});
}
})
})
</script>
</body>
");
}
}
}