From 00a734975531ecd17177443ddbc0778cc443380e Mon Sep 17 00:00:00 2001 From: hyunho Date: Mon, 19 Oct 2020 05:47:44 +0000 Subject: [PATCH] --- BO/Views/user/asr.cshtml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/BO/Views/user/asr.cshtml b/BO/Views/user/asr.cshtml index 61e33bf..b3424fe 100644 --- a/BO/Views/user/asr.cshtml +++ b/BO/Views/user/asr.cshtml @@ -17,6 +17,19 @@ + + 회원번호 + + @if (!Model.IsAdmin) + { + @Html.HiddenFor(m => m.Assign.ascode)@Model.Assign.ascode + } + else + { + @Html.TextBoxFor(m => m.Assign.ascode, new { @class = "form-control int nocomma text-center" }) + } + + 법인명 @Html.TextBoxFor(m => m.Assign.asname, new { @class = "form-control", @maxlength = "100" })