|
@@ -24,6 +24,7 @@ let endDateParam = getUrlArgObjectNew("endDateParam",srcUrl)||""
|
|
|
$("th[code="+data_desc+"]").addClass("desc");
|
|
|
}*/
|
|
|
//setTitleTxt('',from) //导航栏面包屑
|
|
|
+
|
|
|
if(statisticsType == 1){
|
|
|
setDatePicker($("#datepicker"),$("#datepicker2"),1)
|
|
|
}else if(statisticsType == 2){
|
|
@@ -34,6 +35,18 @@ if(statisticsType == 1){
|
|
|
setDatePicker($("#datepicker"),$("#datepicker2"),'default')
|
|
|
}
|
|
|
|
|
|
+// $( "#datepicker" ).datepicker({
|
|
|
+// changeMonth: true,
|
|
|
+// changeYear: true,
|
|
|
+// dateFormat:"yy/mm/dd",
|
|
|
+// }).datepicker( "setDate", new Date(startDateParam));
|
|
|
+// $( "#datepicker2" ).datepicker({
|
|
|
+// changeMonth: true,
|
|
|
+// changeYear: true,
|
|
|
+// dateFormat:"yy/mm/dd"
|
|
|
+// }).datepicker( "setDate",new Date(endDateParam));
|
|
|
+
|
|
|
+
|
|
|
if(from==2){
|
|
|
// $(".export").css('display','none')
|
|
|
// $(".partTitle .titlePic ").html(`<a class="consoleD" href="deptConsole.html">控制台(科室) / </a><a class="consoleP" href="singleVeto.html?from=1">条目缺陷占比 / </a>缺陷详情`)
|
|
@@ -45,7 +58,7 @@ if(from==2){
|
|
|
}else if(from==3){
|
|
|
// $(".partTitle .titlePic ").html(`<a href="keyItemFlawControl.html">关键条目缺陷占比 / </a>缺陷详情`)
|
|
|
}else{
|
|
|
- $(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a>31天再入院人数`)
|
|
|
+ $(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a>31日再入院病人数`)
|
|
|
}
|
|
|
|
|
|
if(!statisticsType){
|