|
|
|
@ -516,6 +516,13 @@
|
|
|
|
setBarChartOption($(this).val())
|
|
|
|
setBarChartOption($(this).val())
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
function hospitalSelectListner () {
|
|
|
|
|
|
|
|
$("[name=hospital-select]").change(function () {
|
|
|
|
|
|
|
|
var url = window.location.href;
|
|
|
|
|
|
|
|
url += window.location.search ? ("&project_id=" + $(this).val()) : ("?project_id=" + $(this).val());
|
|
|
|
|
|
|
|
window.open(url);
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
}
|
|
|
|
(function () {
|
|
|
|
(function () {
|
|
|
|
initPieChart()
|
|
|
|
initPieChart()
|
|
|
|
initBarChart()
|
|
|
|
initBarChart()
|
|
|
|
|