From 7b96057e73dda84c19fc8b89cb1a4d617f395df2 Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Fri, 26 Nov 2021 04:23:35 +0000 Subject: [PATCH] =?UTF-8?q?<=EA=B8=B0=EB=8A=A5=EA=B0=9C=EC=84=A0>=20?= =?UTF-8?q?=ED=86=B5=ED=95=A9=ED=85=8C=EC=8A=A4=ED=8A=B8=EB=AA=A9=EB=A1=9D?= =?UTF-8?q?=20.=20580=20~=20584=20=EC=82=AC=EC=97=85=EC=9E=90=EB=93=B1?= =?UTF-8?q?=EB=A1=9D=EC=A6=9D=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Views/croom/asrpop.cshtml | 4 +-- BO/Views/croom/taxdetail.cshtml | 4 +-- BO/Views/user/asr.cshtml | 4 +-- BO/Views/user/asv.cshtml | 4 +-- FO/Views/Course/ApplyEdu.cshtml | 4 +-- FO/Views/My/Document.cshtml | 24 ++++++++-------- FO/Views/My/MyAssInfo.cshtml | 36 ++++++++++++------------ FO/Views/My/PayInfo.cshtml | 4 +-- FO/Views/Shared/Partial/PayReturn.cshtml | 4 +-- 9 files changed, 44 insertions(+), 44 deletions(-) diff --git a/BO/Views/croom/asrpop.cshtml b/BO/Views/croom/asrpop.cshtml index 7518093..90e4c48 100644 --- a/BO/Views/croom/asrpop.cshtml +++ b/BO/Views/croom/asrpop.cshtml @@ -52,7 +52,7 @@ @Html.TextBoxFor(m => m.Assign.address2, new { @class = "postadrsub form-control disp-init", @placeholder = "상세주소", @style = "width: 400px;" }) - + @* 사업자등록증 @Html.Partial("./Partial/File", Model.FileList.Where(w=>w.fgno==Model.Assign.fgnobno).ToList(), new ViewDataDictionary { @@ -62,7 +62,7 @@ { "isimage", 0 },{ "imageid", "" },{ "dftsrc", "/img/common/profile_sample.jpg" }, { "fileext", "png,jpg,gif,pdf" }, { "loginfo",Model.Assign.asno+"|9"}}) - + *@ 기본담당자명 @Html.TextBoxFor(m => m.Assign.mname, new { @class = "form-control", @maxlength = "50" }) diff --git a/BO/Views/croom/taxdetail.cshtml b/BO/Views/croom/taxdetail.cshtml index 34a0dda..8cdc38e 100644 --- a/BO/Views/croom/taxdetail.cshtml +++ b/BO/Views/croom/taxdetail.cshtml @@ -205,7 +205,7 @@ 사업장주소 - + @* 첨부파일 - + *@ 영수구분 diff --git a/BO/Views/user/asr.cshtml b/BO/Views/user/asr.cshtml index 9405fbb..0a394d8 100644 --- a/BO/Views/user/asr.cshtml +++ b/BO/Views/user/asr.cshtml @@ -56,7 +56,7 @@ @Html.TextBoxFor(m => m.Assign.address2, new { @class = "postadrsub form-control disp-init", @placeholder = "상세주소", @style = "width: 400px;" }) - + @* 사업자등록증 @Html.Partial("./Partial/File", Model.FileList.Where(w=>w.fgno==Model.Assign.fgnobno).ToList(), new ViewDataDictionary { @@ -66,7 +66,7 @@ { "isimage", 0 },{ "imageid", "" },{ "dftsrc", "/img/common/profile_sample.jpg" }, { "fileext", "png,jpg,gif,pdf" }, { "loginfo",Model.Assign.asno+"|9"}}) - + *@ @* 기본담당자명 @Html.TextBoxFor(m => m.Assign.mname, new { @class = "form-control", @maxlength = "50" }) diff --git a/BO/Views/user/asv.cshtml b/BO/Views/user/asv.cshtml index 7c285e9..51be6cf 100644 --- a/BO/Views/user/asv.cshtml +++ b/BO/Views/user/asv.cshtml @@ -31,7 +31,7 @@ 상시종업원수@Model.Assign.mcount.ToString("#,0")창립일@Model.Assign.adaytext 회원사구분/계열@Model.Assign.astypename / @Model.Assign.asctgname주요키워드@Model.Assign.askeyname - 사업자등록증 + @*사업자등록증 @Html.Partial("./Partial/File", Model.FileList.Where(w => w.fgno == Model.Assign.fgnobno).ToList(), new ViewDataDictionary { { "name", "Assign.fgnobno" },{"value", Model.Assign.fgnobno },{ "fname", "fgnobno"}, @@ -39,7 +39,7 @@ {"readmode", 1 },{"hidemode", 0 }, { "isimage", 0 },{ "imageid", "" },{ "dftsrc", "/img/common/profile_sample.jpg" }, { "fileext", "png,jpg,gif,pdf" }, { "loginfo",Model.Assign.asno+"|9"}}) - + *@ 통장사본 @Html.Partial("./Partial/File", Model.FileList.Where(w => w.fgno == Model.Assign.fgnobank).ToList(), new ViewDataDictionary { diff --git a/FO/Views/Course/ApplyEdu.cshtml b/FO/Views/Course/ApplyEdu.cshtml index f1bc4b5..977be37 100644 --- a/FO/Views/Course/ApplyEdu.cshtml +++ b/FO/Views/Course/ApplyEdu.cshtml @@ -262,12 +262,12 @@ - + @* 사업자등록증 (선택) @Html.Partial("./Partial/file", Model.FileList, new ViewDataDictionary { { "fgn", "fgnobno" }, { "fgv", Model.Assign.fgnobno ?? 0 }, { "filename", "file1" }, { "filecount", 1 }, { "fileext", "png,jpg,gif,pdf" }, { "datakey", "assign.fgnobno" } }) - + *@ diff --git a/FO/Views/My/Document.cshtml b/FO/Views/My/Document.cshtml index d5add67..ffddf34 100644 --- a/FO/Views/My/Document.cshtml +++ b/FO/Views/My/Document.cshtml @@ -368,10 +368,10 @@ else - + @* 사업자등록증첨부 - + *@ 기재사항 @@ -433,10 +433,10 @@ else 사업장주소 - + @* 사업자등록증첨부 - + *@ 기재사항 @@ -625,7 +625,7 @@ else $("#temail").val(""); $("#tasaddr").val(""); $("#ttaxinfo").val(""); - $("#tfile").html(""); + //$("#tfile").html(""); $("input:radio[name='tisreceipt']").prop('checked', false); capp('/fcommon/showpaytax', { payno: payno }, "cbshowtax"); } @@ -647,13 +647,13 @@ else $("#ttaxinfo").val(paytax.taxinfo); $('html, body').addClass('lock'); - if (filelist.length > 0) { - var file = ""; - $.each(filelist, function (i, d) { - file += "" + d.orgname + "
"; - }); - $("#tfile").html(file); - } + //if (filelist.length > 0) { + // var file = ""; + // $.each(filelist, function (i, d) { + // file += "" + d.orgname + "
"; + // }); + // $("#tfile").html(file); + //} $("input:radio[name='tisreceipt']:radio[value='" + paytax.isreceipt + "']").prop('checked', true); $("#ttaxdatereq").val(moment(paytax.taxdatereq).isValid() ? moment(paytax.taxdatereq).format('YYYY-MM-DD') : ""); $("#pop2").fadeIn("fast", function () { diff --git a/FO/Views/My/MyAssInfo.cshtml b/FO/Views/My/MyAssInfo.cshtml index cb3c2eb..272a7b1 100644 --- a/FO/Views/My/MyAssInfo.cshtml +++ b/FO/Views/My/MyAssInfo.cshtml @@ -125,12 +125,12 @@ *@ - + @* 사업자등록증 @Html.Partial("./Partial/file", Model.FileList, new ViewDataDictionary { { "fgn", "fgnobno" }, { "fgv", a.fgnobno ?? 0 }, { "filename", "file1" }, { "filecount", 1 }, { "fileext", "png,jpg,gif,pdf" }, { "datakey", "assign.fgnobno" } }) - + *@ @@ -176,13 +176,13 @@ setv("mphone3", ""); setv("taxemail1", ""); setv("taxemail2", ""); - $("#flist input[name='fgnobno']").remove(); - $(".filebox li").remove(); - $("#flist div").prepend(""); - $(".filebox").append("
  • " - + "" - + "삭제" - + "
  • "); + //$("#flist input[name='fgnobno']").remove(); + //$(".filebox li").remove(); + //$("#flist div").prepend(""); + //$(".filebox").append("
  • " + // + "" + // + "삭제" + // + "
  • "); $(".ass").hide(); } else { $("#btnassign").css("cursor", "pointer"); @@ -261,15 +261,15 @@ setv("mphone3", mphone3); setv("taxemail1", taxemail1); setv("taxemail2", taxemail2); - if (capResult.obj.fgnobno != null && capResult.obj.fgnobno != "" && capResult.obj.fgnobno > 0) { - $("#flist input[name='fgnobno']").remove(); - $(".filebox li").remove(); - $("#flist div").prepend(""); - $(".filebox").append("
  • " - + "" + capResult.obj.orgname + " " - //+ "삭제" - + "
  • "); - } + //if (capResult.obj.fgnobno != null && capResult.obj.fgnobno != "" && capResult.obj.fgnobno > 0) { + // $("#flist input[name='fgnobno']").remove(); + // $(".filebox li").remove(); + // $("#flist div").prepend(""); + // $(".filebox").append("
  • " + // + "" + capResult.obj.orgname + " " + // //+ "삭제" + // + "
  • "); + //} } else { msgadmin(); } diff --git a/FO/Views/My/PayInfo.cshtml b/FO/Views/My/PayInfo.cshtml index 7946e80..4a2b558 100644 --- a/FO/Views/My/PayInfo.cshtml +++ b/FO/Views/My/PayInfo.cshtml @@ -219,10 +219,10 @@ 이메일주소 - + @* 사업자등록증첨부 - + *@ 기재사항 diff --git a/FO/Views/Shared/Partial/PayReturn.cshtml b/FO/Views/Shared/Partial/PayReturn.cshtml index 416881b..322db0c 100644 --- a/FO/Views/Shared/Partial/PayReturn.cshtml +++ b/FO/Views/Shared/Partial/PayReturn.cshtml @@ -263,10 +263,10 @@ else 이메일주소 - + @* 사업자등록증첨부 - + *@ 기재사항