|
+
+
|
- @* @if ((item.pstatus == 1 || item.pstatus == 22) && item.isrebate == 1 && (item.status == 1 || item.status == 2))*@
- @if (item.cshape == 1)
+ @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
{
@@ -167,7 +230,9 @@
|
@if (item.iscomplete == 1 && item.status == 1)
{
-  [인쇄]
+
+  [인쇄]
+
}
else
{
@@ -181,81 +246,71 @@
{
@Html.Raw("-")
}
- else if (item.ptype == 1 && item.ispg == 1) /*신용카드*/
+ else if (item.ptype == 1 && item.ispg == 1) // 신용카드
{
- [인쇄]
+ [인쇄]
}
- else if (item.ptype == 3 && item.ispg == 1) /*가상계좌*/
+ else if (item.ptype == 3 && item.ispg == 1) // 가상계좌
{
- if (item.iscashrct == 1) /*현금영수증신청*/
+ if (item.iscashrct == 1) // 현금영수증신청
{
- if (!string.IsNullOrEmpty(item.cshrpgkey) && item.cshrpgkey != "0") //현금영수증 승인번호가 있으면 영수증팝업 호출
+ if (!string.IsNullOrEmpty(item.cshrpgkey) && item.cshrpgkey != "0") // 현금영수증 승인번호가 있으면 영수증팝업 호출
{
- [인쇄]
+ [인쇄]
}
else
{
- [인쇄]
+ [인쇄]
}
}
else
{
- if (item.taxno > 0) /*세금계산서신청*/
+ if (item.taxno > 0) // 세금계산서신청
{
- if (item.iscancel != 1 && item.taxdate2 != null && !string.IsNullOrEmpty(item.mgtkey) && item.statecode >= 300) /*취소 and 발행일 and 세금계산서문서번호 */
+ 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.iscancel == 1) // 취소시 일반영수증
{
- [인쇄]
+ [인쇄]
}
else
{
if (item.ischeck == 1)
{
- [계산서발행완료]
+ [계산서발행완료]
}
else
{
- [신청중]
+ [신청중]
}
}
}
else
{
- //if (item.payoktime < Convert.ToDateTime(DateTime.Now.AddMonths(1).ToString("yyyy-MM-11"))) /*입금확인후 익월 10일 이내까지 요청가능*/
- //{
- [요청]
- @*[인쇄]*@
- @*}
- else
- {
- [인쇄]
- }*@
+ [요청]
}
}
}
}
else
{
- if (item.ptype == 3 && item.ispg == 1 && item.iscashrct != 1 && item.taxno > 0) /*가상계좌*/
+ 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 세금계산서문서번호 */
+ 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.iscancel == 1) // 취소시 일반영수증
{
@Html.Raw("-")
}
@@ -263,32 +318,33 @@
{
if (item.ischeck == 1)
{
- [계산서발행완료]
+ [계산서발행완료]
}
else
{
- [신청중]
+ [신청중]
}
}
}
else if (item.ptype == 3 && item.ispg == 1 && item.iscashrct != 1)
{
- [요청]
+ [요청]
}
else
{
@Html.Raw("-")
}
-
}
|
}