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;