@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>
|
}
|