@using MySystem.Models; @{Orders editData = ViewBag.data as Orders;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; List products = ViewBag.products as List; } 发货
@{Dictionary StoreHouseDic = new MySystem.DictionaryClass().getStoreHouseDic();} @foreach(OrderProduct product in products) {
}