@using ShwasherSys @using ShwasherSys.Models.Modal @using ShwasherSys.NotificationInfo @model ShwasherSys.Models.Layout.MainHeaderViewModel @{ var userImagePath = string.IsNullOrEmpty(ViewBag.UserImage) ?"../../Content/Images/logo.png" : ViewBag.UserImage; string userName = ""; ViewBag.UserName = ViewBag.UserName??""; List bulletinInfos = (List)ViewBag.BulletinInfos; int noticeCount = bulletinInfos.Count; }
@*
重量计算

@Html.Partial("Modals/Query/_CustomerEx", new QueryParamModel( modalId: "query_left_customer_modal", targetDom: "left_customerId,left_customerName"))
@using (Html.BeginScripts()) { }