From 3ecb4fca8d31c3b4a24a6091eb2322c11719bac0 Mon Sep 17 00:00:00 2001 From: shjang Date: Tue, 26 Jul 2022 06:51:18 +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:=202.=20(=EC=A3=BC=EC=9A=94)=EC=9E=91=EC=97=85?= =?UTF-8?q?=EB=82=B4=EC=9A=A9=20:=20=EA=B3=BC=EC=A0=95/=EA=B0=95=EC=A2=8C?= =?UTF-8?q?=20=ED=99=98=EA=B8=89=EC=97=AC=EB=B6=80=20=EB=B0=8F=20=EC=98=A4?= =?UTF-8?q?=ED=94=84=EB=9D=BC=EC=9D=B8=20=EA=B5=90=EC=9C=A1=EC=9D=BC?= =?UTF-8?q?=EC=A0=95=20=EC=B6=94=EA=B0=80=20=20=20=20=20/BO/Views/cm/cmreg?= =?UTF-8?q?.cshtml=20=20=20=20=20/BO/Views/cm/cmregeduschedule.cshtml=20?= =?UTF-8?q?=20=20=20=20/BO/Views/cm/cmregest.cshtml=20=20=20=20=20/BO/View?= =?UTF-8?q?s/cm/cmreginning.cshtml=20=20=20=20=20/BO/Views/cm/cmregmenu.cs?= =?UTF-8?q?html=20=20=20=20=20/Model/CM.cs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Views/cm/cmreg.cshtml | 10 ++- BO/Views/cm/cmregeduschedule.cshtml | 125 ++++++++++++++++++++-------- BO/Views/cm/cmregest.cshtml | 4 +- BO/Views/cm/cmreginning.cshtml | 4 +- BO/Views/cm/cmregmenu.cshtml | 4 +- Model/CM.cs | 14 ++++ 6 files changed, 119 insertions(+), 42 deletions(-) diff --git a/BO/Views/cm/cmreg.cshtml b/BO/Views/cm/cmreg.cshtml index 25807e6..36631dd 100644 --- a/BO/Views/cm/cmreg.cshtml +++ b/BO/Views/cm/cmreg.cshtml @@ -3,15 +3,18 @@
@@ -108,9 +111,10 @@
@Html.Partial("./Partial/Radio", Model.CM.isaccommodation, new ViewDataDictionary() { { "valuetext", "1:예;0:아니요" }, { "checked", Model.CM.isaccommodation }, { "name", "CM.isaccommodation" } })
+ @*20220725 환급여부 추가*@