@using WX.CRM.WebHelper @model WX.CRM.Model.Entity.RES_CUSTOMER_Extend @{ Layout = null; }
| 客户基本信息 | ||||
| @Html.LabelFor(model => model.map_CACCOUNT):@Html.DisplayFor(model => model.map_CACCOUNT) | @Html.LabelFor(model => model.map_CTIME):@Html.DisplayFor(model => model.map_CTIME) | |||
| @Html.LabelFor(model => model.map_CNAME):@Html.DisplayFor(model => model.map_CNAME) | @Html.LabelFor(model => model.map_GENDER):@Html.DisplayFor(model => model.map_GENDER) | @Html.LabelFor(model => model.map_EMAIL):@Html.DisplayFor(model => model.map_EMAIL) @Html.ToolButtonPlain("btnMore", "", "更多↓", false, "nstatus='hidden'") | ||
| @Html.LabelFor(model => model.map_MSN):@Html.DisplayFor(model => model.map_MSN) | @Html.LabelFor(model => model.map_FAX):@Html.DisplayFor(model => model.map_FAX) | @Html.LabelFor(model => model.map_CUSTOMERFROM):@Html.DisplayFor(model => model.map_CUSTOMERFROM) | ||
| @Html.LabelFor(model => model.map_CUSTOMERTYPEID):@Html.DisplayFor(model => model.map_CUSTOMERTYPEID) | @Html.LabelFor(model => model.map_AMOUNTTYPEID):@Html.DisplayFor(model => model.map_AMOUNTTYPEID) | @Html.LabelFor(model => model.map_JOBTYPEID):@Html.DisplayFor(model => model.map_JOBTYPEID) | ||
| @Html.LabelFor(model => model.map_OPERATIONTYPE):@Html.DisplayFor(model => model.map_OPERATIONTYPE) | @Html.LabelFor(model => model.map_PROVINCE):@Html.DisplayFor(model => model.map_PROVINCE) | @Html.LabelFor(model => model.map_GETCITY):@Html.DisplayFor(model => model.map_GETCITY) | ||
| @Html.LabelFor(model => model.map_ADDRESS):@Html.DisplayFor(model => model.map_ADDRESS) | ||||