@using WX.CRM.WebHelper; @{ ViewBag.Title = "SearchCustomer"; Layout = "~/Views/Shared/_Index_Layout2.cshtml"; string roles = ViewBag.roleCodes; }
| 客 户 ID: | @Html.TextBox("txt_ResId", null, new { placeholder = "请输入客户ID" }) | @**@ |
| 电话号码: | @Html.TextBox("txt_mobile", null, new { placeholder = "请输入电话号码" }) | @**@ |
| 用 户 名: | @Html.TextBox("txt_Oldusername") | @**@ |
| 客户姓名: | @Html.TextBox("txt_customerName") | @**@ |