@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") @**@
}