@model NP.Model.VMMy @section styles { }
| 강좌명 | 위탁계약서 | 입교통지서 | 수료증 | 계산서/영수증 |
|---|---|---|---|---|
@if (item.cshape == 1)
{
// pms 6995 (필수계속교육x , 환급과정일때만 출력버튼 보이게)
if (item.typeedu != 107 && item.isrebate > 0)
{
![]() 인쇄 } else { @Html.Raw("-") } } else { @Html.Raw("-") } |
@if (item.status == 1 || item.status == 2)
{
![]() [인쇄] } else { @Html.Raw("-") } |
@if (item.iscomplete == 1 && item.status == 1)
{
![]() [인쇄] } else { @Html.Raw("-") } |
@if (item.pstatus == 1 && item.rstatus == 0) { if (item.ptype == 6) { @Html.Raw("-") } else if (item.ptype == 1 && item.ispg == 1) // 신용카드 { [인쇄] } else if (item.ptype == 3 && item.ispg == 1) // 가상계좌 { if (item.iscashrct == 1) // 현금영수증신청 { if (!string.IsNullOrEmpty(item.cshrpgkey) && item.cshrpgkey != "0") // 현금영수증 승인번호가 있으면 영수증팝업 호출 { [인쇄] } else { [인쇄] } } else { if (item.taxno > 0) // 세금계산서신청 { if (item.iscancel != 1 && item.taxdate2 != null && !string.IsNullOrEmpty(item.mgtkey) && item.statecode >= 300) // 취소 and 발행일 and 세금계산서문서번호 { [계산서발행완료] } else if (item.iscancel != 1 && item.taxdate2 != null && item.ischeck == 1) { [계산서발행완료] } else if (item.iscancel == 1) // 취소시 일반영수증 { [인쇄] } else { if (item.ischeck == 1) { [계산서발행완료] } else { [신청중] } } } else { [요청] } } } } else { if (item.ptype == 3 && item.ispg == 1 && item.iscashrct != 1 && item.taxno > 0) // 가상계좌 { if (item.iscancel != 1 && item.taxdate2 != null && !string.IsNullOrEmpty(item.mgtkey) && item.statecode >= 300) // 취소 and 발행일 and 세금계산서문서번호 { [계산서발행완료] } else if (item.iscancel != 1 && item.taxdate2 != null && item.ischeck == 1) { [계산서발행완료] } else if (item.iscancel == 1) // 취소시 일반영수증 { @Html.Raw("-") } else { if (item.ischeck == 1) { [계산서발행완료] } else { [신청중] } } } else if (item.ptype == 3 && item.ispg == 1 && item.iscashrct != 1) { [요청] } else { @Html.Raw("-") } } |
| 강좌명 | 수료증 |
|---|---|
![]() [인쇄] |