|
@@ -0,0 +1,163 @@
|
|
|
+#pragma checksum "/Users/Shared/Previously Relocated Items/Security/MyDisk/我的/项目/myprogram_vs2019/KeXiaoShuang/MainServer/Views/Home/PosTable.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "f0797debe477a196da91fc6dde0e8ad34a06f7ee"
|
|
|
+// <auto-generated/>
|
|
|
+#pragma warning disable 1591
|
|
|
+[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Home_PosTable), @"mvc.1.0.view", @"/Views/Home/PosTable.cshtml")]
|
|
|
+namespace AspNetCore
|
|
|
+{
|
|
|
+ #line hidden
|
|
|
+ using System;
|
|
|
+ using System.Collections.Generic;
|
|
|
+ using System.Linq;
|
|
|
+ using System.Threading.Tasks;
|
|
|
+ using Microsoft.AspNetCore.Mvc;
|
|
|
+ using Microsoft.AspNetCore.Mvc.Rendering;
|
|
|
+ using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
|
|
+ [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"f0797debe477a196da91fc6dde0e8ad34a06f7ee", @"/Views/Home/PosTable.cshtml")]
|
|
|
+ public class Views_Home_PosTable : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
|
|
|
+ {
|
|
|
+ #pragma warning disable 1998
|
|
|
+ public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
|
|
+ {
|
|
|
+#nullable restore
|
|
|
+#line 1 "/Users/Shared/Previously Relocated Items/Security/MyDisk/我的/项目/myprogram_vs2019/KeXiaoShuang/MainServer/Views/Home/PosTable.cshtml"
|
|
|
+
|
|
|
+ List<Dictionary<string, string>> list = ViewBag.list as List<Dictionary<string, string>>;
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
+#nullable disable
|
|
|
+ WriteLiteral(@"<table>
|
|
|
+ <tr>
|
|
|
+ <td>顶级姓名</td>
|
|
|
+ <td>顶级编号</td>
|
|
|
+ <td>上上级姓名</td>
|
|
|
+ <td>上级姓名</td>
|
|
|
+ <td>代理姓名</td>
|
|
|
+ <td>代理编号</td>
|
|
|
+ <td>代理手机号</td>
|
|
|
+ <td>客户姓名</td>
|
|
|
+ <td>客户电话</td>
|
|
|
+ <td>开机日期</td>
|
|
|
+ <td>SN</td>
|
|
|
+ </tr>
|
|
|
+");
|
|
|
+#nullable restore
|
|
|
+#line 18 "/Users/Shared/Previously Relocated Items/Security/MyDisk/我的/项目/myprogram_vs2019/KeXiaoShuang/MainServer/Views/Home/PosTable.cshtml"
|
|
|
+ foreach(Dictionary<string, string> row in list)
|
|
|
+ {
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
+#nullable disable
|
|
|
+ WriteLiteral(" <tr>\n <td>");
|
|
|
+#nullable restore
|
|
|
+#line 21 "/Users/Shared/Previously Relocated Items/Security/MyDisk/我的/项目/myprogram_vs2019/KeXiaoShuang/MainServer/Views/Home/PosTable.cshtml"
|
|
|
+ Write(row["TopRealName"]);
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
+#nullable disable
|
|
|
+ WriteLiteral("</td>\n <td>");
|
|
|
+#nullable restore
|
|
|
+#line 22 "/Users/Shared/Previously Relocated Items/Security/MyDisk/我的/项目/myprogram_vs2019/KeXiaoShuang/MainServer/Views/Home/PosTable.cshtml"
|
|
|
+ Write(row["TopMakerCode"]);
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
+#nullable disable
|
|
|
+ WriteLiteral("</td>\n <td>");
|
|
|
+#nullable restore
|
|
|
+#line 23 "/Users/Shared/Previously Relocated Items/Security/MyDisk/我的/项目/myprogram_vs2019/KeXiaoShuang/MainServer/Views/Home/PosTable.cshtml"
|
|
|
+ Write(row["UpUpRealName"]);
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
+#nullable disable
|
|
|
+ WriteLiteral("</td>\n <td>");
|
|
|
+#nullable restore
|
|
|
+#line 24 "/Users/Shared/Previously Relocated Items/Security/MyDisk/我的/项目/myprogram_vs2019/KeXiaoShuang/MainServer/Views/Home/PosTable.cshtml"
|
|
|
+ Write(row["UpRealName"]);
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
+#nullable disable
|
|
|
+ WriteLiteral("</td>\n <td>");
|
|
|
+#nullable restore
|
|
|
+#line 25 "/Users/Shared/Previously Relocated Items/Security/MyDisk/我的/项目/myprogram_vs2019/KeXiaoShuang/MainServer/Views/Home/PosTable.cshtml"
|
|
|
+ Write(row["RealName"]);
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
+#nullable disable
|
|
|
+ WriteLiteral("</td>\n <td>");
|
|
|
+#nullable restore
|
|
|
+#line 26 "/Users/Shared/Previously Relocated Items/Security/MyDisk/我的/项目/myprogram_vs2019/KeXiaoShuang/MainServer/Views/Home/PosTable.cshtml"
|
|
|
+ Write(row["MakerCode"]);
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
+#nullable disable
|
|
|
+ WriteLiteral("</td>\n <td>");
|
|
|
+#nullable restore
|
|
|
+#line 27 "/Users/Shared/Previously Relocated Items/Security/MyDisk/我的/项目/myprogram_vs2019/KeXiaoShuang/MainServer/Views/Home/PosTable.cshtml"
|
|
|
+ Write(row["Mobile"]);
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
+#nullable disable
|
|
|
+ WriteLiteral("</td>\n <td>");
|
|
|
+#nullable restore
|
|
|
+#line 28 "/Users/Shared/Previously Relocated Items/Security/MyDisk/我的/项目/myprogram_vs2019/KeXiaoShuang/MainServer/Views/Home/PosTable.cshtml"
|
|
|
+ Write(row["MerchantName"]);
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
+#nullable disable
|
|
|
+ WriteLiteral("</td>\n <td>");
|
|
|
+#nullable restore
|
|
|
+#line 29 "/Users/Shared/Previously Relocated Items/Security/MyDisk/我的/项目/myprogram_vs2019/KeXiaoShuang/MainServer/Views/Home/PosTable.cshtml"
|
|
|
+ Write(row["MerchantMobile"]);
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
+#nullable disable
|
|
|
+ WriteLiteral("</td>\n <td>");
|
|
|
+#nullable restore
|
|
|
+#line 30 "/Users/Shared/Previously Relocated Items/Security/MyDisk/我的/项目/myprogram_vs2019/KeXiaoShuang/MainServer/Views/Home/PosTable.cshtml"
|
|
|
+ Write(row["OpenTime"]);
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
+#nullable disable
|
|
|
+ WriteLiteral("</td>\n <td>`");
|
|
|
+#nullable restore
|
|
|
+#line 31 "/Users/Shared/Previously Relocated Items/Security/MyDisk/我的/项目/myprogram_vs2019/KeXiaoShuang/MainServer/Views/Home/PosTable.cshtml"
|
|
|
+ Write(row["Sn"]);
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
+#nullable disable
|
|
|
+ WriteLiteral("</td>\n </tr>\n");
|
|
|
+#nullable restore
|
|
|
+#line 33 "/Users/Shared/Previously Relocated Items/Security/MyDisk/我的/项目/myprogram_vs2019/KeXiaoShuang/MainServer/Views/Home/PosTable.cshtml"
|
|
|
+ }
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
+#nullable disable
|
|
|
+ WriteLiteral("</table>");
|
|
|
+ }
|
|
|
+ #pragma warning restore 1998
|
|
|
+ [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
|
|
+ public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
|
|
|
+ [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
|
|
+ public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
|
|
|
+ [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
|
|
+ public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
|
|
|
+ [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
|
|
+ public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
|
|
|
+ [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
|
|
+ public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<dynamic> Html { get; private set; }
|
|
|
+ }
|
|
|
+}
|
|
|
+#pragma warning restore 1591
|