From 8d37d8f4590e0442d310e7c8979de4cac7220ae4 Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Thu, 2 Dec 2021 23:44:52 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Views/croom/payrefund.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BO/Views/croom/payrefund.cshtml b/BO/Views/croom/payrefund.cshtml index cb34851..335a785 100644 --- a/BO/Views/croom/payrefund.cshtml +++ b/BO/Views/croom/payrefund.cshtml @@ -59,8 +59,8 @@ @d.itemname @string.Format("{0}({1})", d.username, d.userid) @d.payamt.ToString("#,0") - 0 ? "disabled" : "") value="@d.refundamt" /> - 0 ? "disabled" : "") value="@(d.refundtime == null ? "" : d.refundtime.Value.ToString("yyyy-MM-dd"))" style="width: 100px;" /> + 0 ? "disabled" : "") value="@(d.refundamt == 0 ? d.payamt : d.refundamt)" /> + 0 ? "disabled" : "") value="@(d.refundtime == null ? DateTime.Now.ToString("yyyy-MM-dd") : d.refundtime.Value.ToString("yyyy-MM-dd"))" style="width: 100px;" /> 0 ? "disabled" : "") value="@d.refundinfo" /> @Html.Partial("./Partial/Select", null, new ViewDataDictionary { { "valuetext", "0:수강유지;1:수강취소" }, { "name", "refundstatus" + d.pino }@*, { "disabled" + (d.rstatus > 0 ? "" : "x"), 1 }*@, { "class", "refundstatus" }, { "selected", d.rstatus == 0 ? "0" : d.refundstatus.ToString() } })