diff --git a/BO/Views/croom/cmstandbylects.cshtml b/BO/Views/croom/cmstandbylects.cshtml index e318acc..be11fe7 100644 --- a/BO/Views/croom/cmstandbylects.cshtml +++ b/BO/Views/croom/cmstandbylects.cshtml @@ -41,10 +41,12 @@ @Html.Partial("./Partial/Text", Model.addstringval5, Helpers.DicText(new NP.Model.TextDic() { Name = "addstringval5", Value = Model.addstringval5, PH = "ID 또는 이름을 입력하세요.", CssClass = "", Style = "width:250px; display:inline-block;" })) 검색 목록 - 선택취소 - 선택승인 - 선택대기 - + @if (!ViewBag.IsSubAdmin96) + { + 선택취소 + 선택승인 + 선택대기 + }
@@ -64,32 +66,64 @@ @foreach (var d in Model.Lects) { - - - - - - - - - - @if (d.cshape == 1 && d.isrebate == 1) + if (!ViewBag.IsSubAdmin96) { - + + + + + + + + + + @if (d.cshape == 1 && d.isrebate == 1) + { + + } + else + { + + } + } else { - + + + + + + + + + + @if (d.cshape == 1 && d.isrebate == 1) + { + + } + else + { + + } + } - }
- @if (d.pstatus == 21 || d.pstatus == 55 || d.pstatus == 52) - { - - } - @d.rnorvt@(d.cnoname)(@d.cnoid)@d.cdtymd - @(d.pstatusname3)
- @(d.pstatusname3 != "대기중" ? "(" + d.oktime.ToString("yyyy-MM-dd HH:mm") + ")" : string.Empty) -
+ @if (d.pstatus == 21 || d.pstatus == 55 || d.pstatus == 52) + { + + } + @d.rnorvt@(d.cnoname)(@d.cnoid)@d.cdtymd + @(d.pstatusname3)
+ @(d.pstatusname3 != "대기중" ? "(" + d.oktime.ToString("yyyy-MM-dd HH:mm") + ")" : string.Empty) +
-
-
+ @if (d.pstatus == 21 || d.pstatus == 55 || d.pstatus == 52) + { + + } + @d.rnorvt@(d.cnoname)(@d.cnoid)@d.cdtymd + @(d.pstatusname3)
+ @(d.pstatusname3 != "대기중" ? "(" + d.oktime.ToString("yyyy-MM-dd HH:mm") + ")" : string.Empty) +
-