@using WX.CRM.WebHelper; @{ ViewBag.Title = "SearchCustomer"; Layout = "~/Views/Shared/_Index_Layout2.cshtml"; string roles = ViewBag.roleCodes; }
查找客户
@using (Html.BeginForm("SearchCustomer", "CustomerInfo", null, FormMethod.Post, new { Id = "CreateForm" })) { @Html.ValidationSummary(true) @if (!(ViewBag.roleCodes as string).Contains("[TNBHG]")) { if (ViewBag.ProjectType == "2" || ViewBag.ProjectType == "3") { } }
客 户 ID: @Html.TextBox("txt_ResId", null, new { placeholder = "请输入客户ID" }) @**@
电话号码: @Html.TextBox("txt_mobile", null, new { placeholder = "请输入电话号码" }) @**@
用 户 名: @Html.TextBox("txt_Oldusername") @**@
客户姓名: @Html.TextBox("txt_customerName") @**@

UNION/外部联系人 ID: @Html.TextBox("txt_UnionId", null, new { placeholder = "请输入客户UNION ID" })
外部联系人 ID: @Html.TextBox("txt_eeid", (decimal)ViewBag.eid, new { placeholder = "工号" ,style="width:60px"}) @Html.TextBox("txt_extuserid", null, new { placeholder = "请输入客户外部联系人 ID" })
昵称: @Html.TextBox("txt_neid", (decimal)ViewBag.eid, new { placeholder = "工号", style = "width:60px" }) @Html.TextBox("txt_nickname", null, new { placeholder = "请输入客户昵称" })
客户备注: @Html.TextBox("txt_meid", (decimal)ViewBag.eid, new { placeholder = "工号", style = "width:60px" }) @Html.TextBox("txt_mome", null, new { placeholder = "请输入客户客户备注" })
}