|
|
|
@ -297,7 +297,6 @@
|
|
|
|
|
var sTime = value.split(" - ")[0];
|
|
|
|
|
var eTime = value.split(" - ")[1];
|
|
|
|
|
locadInfo(sTime, eTime);
|
|
|
|
|
localTB();
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
if ("${isSignRole.get()!''}" == 1) {
|
|
|
|
@ -369,12 +368,12 @@
|
|
|
|
|
stime: sTime,
|
|
|
|
|
etime: eTime
|
|
|
|
|
});//统计图data
|
|
|
|
|
if (retChart.code == 0) {
|
|
|
|
|
adminIndexBarchartData = retChart.data;
|
|
|
|
|
}
|
|
|
|
|
if (ret.code == 0) {
|
|
|
|
|
adminIndexDetailData = ret.data;
|
|
|
|
|
}
|
|
|
|
|
if (retChart.code == 0) {
|
|
|
|
|
adminIndexBarchartData = retChart.data;
|
|
|
|
|
}
|
|
|
|
|
if (ret.code == 0) {
|
|
|
|
|
adminIndexDetailData = ret.data;
|
|
|
|
|
}
|
|
|
|
|
$("#universitiesCollegesAuthCode").text(adminIndexDetailData.universitiesCollegesAuthCode);
|
|
|
|
|
laytpl(getTpl).render(adminIndexDetailData, function (html) {
|
|
|
|
|
view.innerHTML = html;
|
|
|
|
|