| 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 = "请输入客户客户备注" }) |
|