저장
+ @if (string.IsNullOrEmpty(t.mgtkey))
+ {
+
임시저장 및 미리보기
+
계산서 즉시발행
+ }
+ else
+ {
+ if (string.IsNullOrEmpty(taxinvoice.ntsconfirmNum))
+ {
+
임시저장 및 미리보기
+
계산서 즉시발행
+ }
+ else
+ {
+
계산서조회
+ }
+ }
+
발행취소
목록
@Html.Partial("./Partial/dform", Model)
@@ -275,5 +296,19 @@
msgadmin();
}
}
+
+ function register() {
+
+ }
+ function view() {
+
+ }
+ function registIssue() {
+
+ }
+ function cancelIssue() {
+
+ }
}
+
diff --git a/Base/Controller/ACommonCRoom.cs b/Base/Controller/ACommonCRoom.cs
index 978b73c..29719fc 100644
--- a/Base/Controller/ACommonCRoom.cs
+++ b/Base/Controller/ACommonCRoom.cs
@@ -773,6 +773,66 @@ namespace NP.Base.Controllers
}
return JsonOK(Dao.Save("cr.paytax.save", d));
}
+ ///