@{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 仓库
@{ Dictionary ProfitObjectsActivesDic = new MySystem.DictionaryClass().getKqProductBrandDic(); }
@if (RightInfo.Contains("," + right + "_add,")) { } @if (RightInfo.Contains("," + right + "_delete,")) { } @if (RightInfo.Contains("," + right + "_export,")) { } @if (RightInfo.Contains("," + right + "_import1,") || RightInfo.Contains("," + right + "_import,")) { } @if (RightInfo.Contains("," + right + "_import2,") || RightInfo.Contains("," + right + "_import,")) { } @if (RightInfo.Contains("," + right + "_import3,") || RightInfo.Contains("," + right + "_import,")) { @* *@ } @if (RightInfo.Contains("," + right + "_import4,") || RightInfo.Contains("," + right + "_import,")) { } @if (RightInfo.Contains("," + right + "_sycn,")) { } @if (RightInfo.Contains("," + right + "_batchset,")) { } @if (RightInfo.Contains("," + right + "_batchcancle,")) { }