@{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 仓库(增加)
@{ Dictionary KqProductBrandDic = new MySystem.DictionaryClass().getKqProductBrandDic(); }
@{ string KqProductBrandJson = "["; } @foreach (string key in KqProductBrandDic.Keys) { KqProductBrandJson += "{\"value\": \"" + key + "\", \"title\": \"" + KqProductBrandDic[key] + "\" },"; } @{ KqProductBrandJson = KqProductBrandJson.TrimEnd(','); KqProductBrandJson += "]"; }
@(new MySystem.PublicFunction().GetUploadHint("SysAdminFilePath"))