@using MySystem.Models; @{RecycMachineOrder editData = ViewBag.data as RecycMachineOrder;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 机具回收申请(修改)
  • 基本信息
@{Dictionary UsersDic = new MySystem.DictionaryClass().getUsersDic();}
@{Dictionary StoreHouseDic = new MySystem.DictionaryClass().getStoreHouseDic();}