From dd016f2523401f68b94002f2f2cc5cd26053b690 Mon Sep 17 00:00:00 2001 From: jity7777 Date: Tue, 8 Nov 2022 07:01:42 +0000 Subject: [PATCH] =?UTF-8?q?<=EB=8B=A8=EC=88=9C=EC=9E=91=EC=97=85>=201.=20?= =?UTF-8?q?=EA=B0=9C=EB=B0=9C=EC=9A=A9=EC=9C=BC=EB=A1=9C=20=EB=8B=A8?= =?UTF-8?q?=EC=88=9C=EB=B3=80=EA=B2=BD=202.=20=EB=AA=A8=EC=82=AC=EB=B0=A9?= =?UTF-8?q?=EC=A7=80=20=EA=B4=80=EB=A0=A8=20=EB=A7=81=ED=81=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BO/Views/croom/gradeall4.cshtml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/BO/Views/croom/gradeall4.cshtml b/BO/Views/croom/gradeall4.cshtml index 7aae365..fb11804 100644 --- a/BO/Views/croom/gradeall4.cshtml +++ b/BO/Views/croom/gradeall4.cshtml @@ -72,7 +72,7 @@ @d.sdstatename @d.cpoint2 @d.feedbox - @d.copyratename + @d.copyratename @Html.Raw(d.submittimeip) @Html.Raw(d.checktimeip) @if (!ViewBag.IsSubAdmin96) @@ -211,17 +211,17 @@ "{18}" + "{5}" + "{19}" + - "{20}"+ + "{20}" + "{7}" + "{9}" + "{10}" + - "{12}" + + "{12}" + "{13}" + - "{14}"+ + "{14}" + "{21}").format(d.lectno, d.userno, d.rnorvt, d.isrebatename, d.asname , d.usernameid, d.sdstate, d.sdstatename, d.sdno, d.cpoint2 , d.feedbox, d.iscopy, d.copyratename, d.submittimeip, d.checktimeip, (i + 1), d.cshape == 2 ? d.sseq : '-', d.studyplacename - , d.cname, d.leststr, d.leestr, '@(!ViewBag.IsSubAdmin96)' == 'True' ? d.scomplete : d.scomplete96, d.tpoint)); + , d.cname, d.leststr, d.leestr, '@(!ViewBag.IsSubAdmin96)' == 'True' ? d.scomplete : d.scomplete96, d.tpoint, d.submittime.substring(0, 10).replaceAll('-', ''))); }); if (_isprenext) { viewsd($("#tbody1 tr:eq(" + (_ridx + _saveidx - 1) + ")").attr("data-sdno"), $("#tbody1 tr:eq(" + (_ridx + _saveidx - 1) + ")").attr("data-lectno"), $("#tbody1 tr:eq(" + (_ridx + _saveidx - 1) + ")").attr("data-tpoint"), _ridx + _saveidx); @@ -319,11 +319,14 @@ msg2(getint($("#tpoint").val())+"점 이하으로 입력해주세요."); } } - function viewcopy(sdno,lectno) { + function viewcopy(sdno, lectno, regdateStr) { + if (regdateStr == undefined) { + regdateStr = ""; + } var winl = (screen.width - 840) / 2; var wint = (screen.height - 410) / 2; var opt = 'height=410, width=840, top=' + wint + ', left=' + winl + ',location=no, noresizable'; - window.open("http://118.219.255.225:7614/memechecker/score.html?domain=v_lectsd_list&docId="+sdno+"_"+lectno, "iscopyWin", opt); + window.open("http://118.219.255.225:7614/memechecker/score.html?domain=v_lectsd_list&docId="+regdateStr + "_" +sdno+"_"+lectno, "iscopyWin", opt); } var _authtype = 1;