diff --git a/BO/Views/user/asr.cshtml b/BO/Views/user/asr.cshtml index fe869fe..61e33bf 100644 --- a/BO/Views/user/asr.cshtml +++ b/BO/Views/user/asr.cshtml @@ -2,7 +2,6 @@
@@ -56,11 +55,11 @@ - 담당자명 + 기본담당자명 @Html.TextBoxFor(m => m.Assign.mname, new { @class = "form-control", @maxlength = "50" }) - 담당자연락처 + 기본담당자연락처 @Html.TextBoxFor(m => m.Assign.mphone, new { @class = "form-control mobilefmt nocomma", @data_zero = "1", @maxlength = "13" }) diff --git a/BO/Views/user/assigns.cshtml b/BO/Views/user/assigns.cshtml index 1df4c4e..a2f7cd4 100644 --- a/BO/Views/user/assigns.cshtml +++ b/BO/Views/user/assigns.cshtml @@ -110,7 +110,7 @@ }); function reg(no) { setv("dform_intval", no); - $("#dform").attr("action", no == 0 ? "/user/asr" :"/user/asv").submit(); + $("#dform").attr("action", "/user/asr").submit(); } function searchthis() { //고객사 상태 diff --git a/BO/Views/user/assite.cshtml b/BO/Views/user/assite.cshtml index 821963d..f87ae6c 100644 --- a/BO/Views/user/assite.cshtml +++ b/BO/Views/user/assite.cshtml @@ -2,7 +2,6 @@
@@ -20,15 +19,6 @@ 사이트생성여부@Html.Partial("./Partial/Radio", null, new ViewDataDictionary() { { "valuetext", "1:예;0:아니오" }, { "checked", Model.Assign.issite }, { "name", "issite" } }) 서브도메인설정 ※ 서브도메인은 서버(IIS) 및 도메인관리서비스에도 별도로 등록해주셔야 합니다. 사이트명칭 - - 사이트서버IP
(사이트별 로그인 링크용) - - - - 1 ? (Model.Assign.siteip??"").Split(',')[1] : "")" /> - 2 ? (Model.Assign.siteip??"").Split(',')[2] : "")" /> - - 로고(200x70권장) @@ -68,7 +58,7 @@ @section scripts{