@using Abp.Authorization @using ShwasherSys.Authorization.Permissions @using ShwasherSys.Models.Layout @using ShwasherSys.Models.Modal @using ShwasherSys.Views.Shared.New.Table @model ShwasherSys.CustomerInfo.Dto.CustomerDto @{ /**/ ViewBag.ActiveMenu = PermissionNames.PagesCustomerInfoCustomers; //The menu item will be active for this page. ViewBag.Title = "客户信息详情"; bool isCanDeleteDefaultProduct = IsGranted(PermissionNames.PagesCustomerInfoCustomersDeleteDefaultProduct); bool isCanUpdateDefaultProduct = IsGranted(PermissionNames.PagesCustomerInfoCustomersUpdateDefaultProduct); var searchForm = new SearchFormViewModal(new List() { new SearchItem("partNo","零件号"), new SearchItem("productNo","成品编码"), }, false); }

@Model.CustomerName

@**@

客户详情

客户编号

@Model.Id


客户名称

@Model.CustomerName


联系人

@Model.LinkMan


电话

@Model.Telephone


传真

@Model.Fax


邮编

@Model.Zip


电子邮件

@Model.Email


网址

@Model.WebSite


地址

@Model.Address


@section modal{
} @section scripts { }