TG.WXCRM.V4/WEB/Views/Csvr/CustomerUC/CustomerOtherInfo.cshtml

42 lines
2.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@model WX.CRM.Model.Entity.RES_CUSTOMER_Extend
@{
Layout = null;
}
<div class="group content_title_width">
<span class="csicon OtherIcon"></span>
<span>客户其它信息</span>
</div>
<div class="content_div">
<table class="layui-table content_width">
<thead>
<tr>
<td colspan="3">
客户其它基本信息
</td>
</tr>
</thead>
<tbody>
@*<tr>
<td>@Html.LabelFor(model => model.map_MSN)@Html.DisplayFor(model => model.map_MSN)</td>
<td>@Html.LabelFor(model => model.map_FAX)@Html.DisplayFor(model => model.map_FAX)</td>
</tr>*@
<tr>
<td>@Html.LabelFor(model => model.map_CUSTOMERTYPEID)@Html.DisplayFor(model => model.map_CUSTOMERTYPEID)</td>
<td>@Html.LabelFor(model => model.map_CUSTOMERFROM)@Html.DisplayFor(model => model.map_CUSTOMERFROM)</td>
<td>@Html.LabelFor(model => model.map_CTIME)@Html.DisplayFor(model => model.map_CTIME)</td>
</tr>
<tr>
<td>@Html.LabelFor(model => model.map_ADDRESS)@Html.DisplayFor(model => model.map_ADDRESS)</td>
<td>@Html.LabelFor(model => model.map_PROVINCE)@Html.DisplayFor(model => model.map_PROVINCE)</td>
<td>@Html.LabelFor(model => model.map_GETCITY)@Html.DisplayFor(model => model.map_GETCITY)</td>
</tr>
<tr>
@*<td>@Html.LabelFor(model => model.map_EMAIL)@Html.DisplayFor(model => model.map_EMAIL)</td>*@
<td>@Html.LabelFor(model => model.map_JOBTYPEID)@Html.DisplayFor(model => model.map_JOBTYPEID)</td>
<td>@Html.LabelFor(model => model.map_OPERATIONTYPE)@Html.DisplayFor(model => model.map_OPERATIONTYPE)</td>
<td></td>
</tr>
</tbody>
</table>
</div>