username@email.com
2023-03-27 0d96ff4e0833d6a2813a969e1ae0a48f27eee497
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
@using DTO;
@{
    ViewBag.Title = "IntentionCustomer";
    Layout = "~/Views/Shared/_Layout_Search.cshtml";
 
    List<PageEntity> ActionInfo2 = ViewData["ActionInfo2"] as List<PageEntity>;
 
    string Creater11 = ViewData["Creater11"] as string;
}
@section headerStyle{
    <script type="text/javascript">
 
        var shifou = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ViewBag.shifou))';
 
        var Baomingtimebegin = '@Html.Raw(ViewBag.Baomingtimebegin)';
        var Baomingtimeend = '@Html.Raw(ViewBag.Baomingtimeend)';
 
        var CustomerId = '@Html.Raw(ViewBag.CustomerId)';
        loseherght = 0;
        /*gridConfig = { multiselect: true, selectcol: "Id" };*/
        dataCol = [
            { label: 'id', name: 'Id', labtype: 'txt', hidden: true },
            { label: '注册时间', name: 'CreateTimeName', labtype: 'txt', hidden: false, width: 200 },
            { label: '用户账号', name: 'Itcode', labtype: 'txt', hidden: false, width: 200 },
            {
                label: '名称', name: 'Name', labtype: 'txt', hidden: false, width: 200
            },
 
            { label: '在职企业', name: 'CustomerName', labtype: 'txt', hidden: false, width: 200 },
 
            
 
 
 
 
 
 
        ];
        dataUrl = "/IntentionCustomer/GetListhuiyuanchakantongshi?CustomerId=" + CustomerId;
        searchCol = [
 
 
 
        ];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
    </script>
}
 
@section footerScripts{
    <script type="text/javascript">
 
 
 
 
 
 
 
 
 
    </script>
}