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) + { + 선택취소 + 선택승인 + 선택대기 + }
| - @if (d.pstatus == 21 || d.pstatus == 55 || d.pstatus == 52) - { - - } - | -@d.rnorvt | -@d.asname | -@(d.cnoname)(@d.cnoid) | -@d.username | -@d.cdtymd | -
- @(d.pstatusname3) - @(d.pstatusname3 != "대기중" ? "(" + d.oktime.ToString("yyyy-MM-dd HH:mm") + ")" : string.Empty) - |
- @d.pstatusname | - @if (d.cshape == 1 && d.isrebate == 1) + if (!ViewBag.IsSubAdmin96) { -@d.isrebatename | +|
| + @if (d.pstatus == 21 || d.pstatus == 55 || d.pstatus == 52) + { + + } + | +@d.rnorvt | +@d.asname | +@(d.cnoname)(@d.cnoid) | +@d.username | +@d.cdtymd | +
+ @(d.pstatusname3) + @(d.pstatusname3 != "대기중" ? "(" + d.oktime.ToString("yyyy-MM-dd HH:mm") + ")" : string.Empty) + |
+ @d.pstatusname | + @if (d.cshape == 1 && d.isrebate == 1) + { +@d.isrebatename | + } + else + { +- | + } +- | +
| + @if (d.pstatus == 21 || d.pstatus == 55 || d.pstatus == 52) + { + + } + | +@d.rnorvt | +@d.asname | +@(d.cnoname)(@d.cnoid) | +@d.username | +@d.cdtymd | +
+ @(d.pstatusname3) + @(d.pstatusname3 != "대기중" ? "(" + d.oktime.ToString("yyyy-MM-dd HH:mm") + ")" : string.Empty) + |
+ @d.pstatusname | + @if (d.cshape == 1 && d.isrebate == 1) + { +@d.isrebatename | + } + else + { +- | + } +