@{ ViewBag.Title = "学生宿舍管理"; Layout = "~/Views/Shared/_Form.cshtml"; }
@**@ @if (ViewBag.ParentID != null) {
上级
}
名称
编号*
位置
类别*
校区*
@*
专业
班级
*@
负责人
负责人电话
价格
@*
顺序
*@ @if (ViewBag.BuildType == "3") { //寝室信息
性别
舍长
几人寝*
星级
是否独卫
} @if (ViewBag.BuildType == "4") {
学生名字
}
备注
@Html.AppendJsFile("/Areas/LogisticsManagement/Views/Accommodation/Form.js")