From 8c735b32cf97026e1b5d7a8993331b89bbc76672 Mon Sep 17 00:00:00 2001 From: jity7777 Date: Tue, 30 Jan 2024 05:39:55 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=201.=20P?= =?UTF-8?q?MS=20NO=20:=20430=202.=20(=EC=A3=BC=EC=9A=94)=EC=9E=91=EC=97=85?= =?UTF-8?q?=EB=82=B4=EC=9A=A9=20(1)=20=ED=9A=8C=EC=9B=90=EC=83=81=EC=84=B8?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EA=B3=84=EC=82=B0=EC=84=9C=20=EC=8B=A0?= =?UTF-8?q?=EC=B2=AD=EC=8B=9C=20=EC=95=88=EB=82=B4=EC=B0=BD=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Views/croom/payview.cshtml | 9 +++++++-- BO/Views/user/ur.cshtml | 10 ++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/BO/Views/croom/payview.cshtml b/BO/Views/croom/payview.cshtml index 5318019..048d6ec 100644 --- a/BO/Views/croom/payview.cshtml +++ b/BO/Views/croom/payview.cshtml @@ -613,8 +613,13 @@ } function gotax(payno) { - opener.gotaxdetail(payno); - self.close(); + if (opener.location.href.indexOf("croom/pay") > -1) { + opener.gotaxdetail(payno); + self.close(); + } + else { + msg("해당 기능은 교육운영/결제내역에서 처리가능합니다.") + } } function viewlect(a, ustatus, lectno, fileno, fileurl, orgname, status,pstatus,rstatus, datas) { diff --git a/BO/Views/user/ur.cshtml b/BO/Views/user/ur.cshtml index 00858ff..2ac5d1d 100644 --- a/BO/Views/user/ur.cshtml +++ b/BO/Views/user/ur.cshtml @@ -239,6 +239,9 @@ +
+ +