|
@@ -21,7 +21,7 @@
|
|
|
|
|
|
<input id="export-button" class="btn" type="button" value="错误日志" onclick="goExport()"/>
|
|
<input id="export-button" class="btn" type="button" value="错误日志" onclick="goExport()"/>
|
|
|
|
|
|
- <input id="btnStart" class="btn" type="button" value="批量复核:${inspectCount }" onclick="goStart()"/>
|
|
|
|
|
|
+ <a target="_blank" class="btn" href="${ctx}/web/admin/exam/inspected/import/start">批量复核:${inspectCount }</a>
|
|
|
|
|
|
<input id="export-button" class="btn" type="button" value="导出标记卷" onclick="goTagExport()"/>
|
|
<input id="export-button" class="btn" type="button" value="导出标记卷" onclick="goTagExport()"/>
|
|
|
|
|
|
@@ -88,12 +88,6 @@
|
|
$("#searchForm").submit();
|
|
$("#searchForm").submit();
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
- function goStart() {
|
|
|
|
- $("#searchForm").attr('target', "_blank");
|
|
|
|
- $("#searchForm").attr('action', '${ctx}/web/admin/exam/inspected/import/start');
|
|
|
|
- $("#searchForm").submit();
|
|
|
|
- return false;
|
|
|
|
- }
|
|
|
|
function goExport() {
|
|
function goExport() {
|
|
$("#searchForm").attr('action', '${ctx}/admin/exam/inspected/import/export');
|
|
$("#searchForm").attr('action', '${ctx}/admin/exam/inspected/import/export');
|
|
$("#searchForm").submit();
|
|
$("#searchForm").submit();
|