@{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; string OrderId = ViewBag.OrderId as string; } 机具回收明细
@{Dictionary KqProductsDic = new MySystem.DictionaryClass().getKqProductsDic();}
@if (RightInfo.Contains("," + right + "_add,")) { } @if (RightInfo.Contains("," + right + "_delete,")) { } @if (RightInfo.Contains("," + right + "_edit,")) { }