@{ ViewBag.Title = "车辆信息管理"; Layout = "~/Views/Shared/_Lymap.cshtml"; } @using MES.Production.Service; @using Central.Control.Domain; @using Ant.Service.Common; @using Ant.Service.Common.Enums; @using MES.Production.Entity; @using CommonToolHelper; @model UserCarMapModel 地图
@{ if (Model.carType.ToInt32() != 4) {
} } @{ if (Model.carState.ToInt32() == MES.Production.Entity.Enum.CarState.Sales.GetHashCode()) {
} }