|
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\ShengjiMingxi\m.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "7C8494AF7A1F71BE709F09D2406F010CE81C3CE6"
//------------------------------------------------------------------------------
// <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_ShengjiMingxi_m_cshtml : System.Web.Mvc.WebViewPage<dynamic> {
#line hidden
public _Page_Areas_Admin_Views_ShengjiMingxi_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\ShengjiMingxi\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=\"", 185), Tuple.Create("\"", 212)
#line 9 "D:\wwwroot\jinxiangshun123\wwwroot\Areas\Admin\Views\ShengjiMingxi\m.cshtml"
, Tuple.Create(Tuple.Create("", 192), Tuple.Create<System.Object, System.Int32>(Url.Action("Index")
#line default
#line hidden
, 192), 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(" id=\"title\"");
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\ShengjiMingxi\m.cshtml"
Write(Html.GetDropDownList("shenfen", Web.Code.WebClass.ArrShenfen, -1, "用户身份", -1, "select2 mright4"));
#line default
#line hidden
WriteLiteral("\r\n");
WriteLiteral(" ");
#line 19 "D:\wwwroot\jinxiangshun123\wwwroot\Areas\Admin\Views\ShengjiMingxi\m.cshtml"
Write(Html.GetDropDownList("froms", Web.Code.WebClass.ArrShenfenFrom, -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 btn_green"">{{$value.nums}}盒</span>
</dt>
<dd><strong>升级身份</strong>{{$value.shenfenName}}
<span style=""color:#bf6305"">({{$value.shenfenFName}})</span>
</dd>
<dd><strong>升级日期</strong>{{$value.times}}</dd>
<dd><strong>升级注明</strong>{{$value.beizhu}}</dd>
</dl>
{{/each}}
</script>
");
WriteLiteral(" ");
#line 50 "D:\wwwroot\jinxiangshun123\wwwroot\Areas\Admin\Views\ShengjiMingxi\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: \"\", ty" +
"pes: -1, t1: \"\", t2: \"\" };\r\n _urlPage = \'");
#line 54 "D:\wwwroot\jinxiangshun123\wwwroot\Areas\Admin\Views\ShengjiMingxi\m.cshtml"
Write(Url.Action("GetPageList"));
#line default
#line hidden
WriteLiteral("\';\r\n _urlPost = \'");
#line 55 "D:\wwwroot\jinxiangshun123\wwwroot\Areas\Admin\Views\ShengjiMingxi\m.cshtml"
Write(Url.Action("PostDos"));
#line default
#line hidden
WriteLiteral(@"';
$(function () {
new Rolldate({
el: '#t1',
format: 'YYYY-MM-DD',
beginYear: 2021,
endYear: 2040
})
new Rolldate({
el: '#t2',
format: 'YYYY-MM-DD',
beginYear: 2021,
endYear: 2040
})
BindBtnClick();
})
</script>
</body>
");
}
}
}