|
@@ -12,6 +12,7 @@ const echarts = require('echarts');
|
|
|
require('./../resource/jquery-ui/jquery-ui.min.js');
|
|
|
require('./../resource/jquery-ui/jquery-ui.min.css');
|
|
|
const {post,setCookie,delCookie,getCookie,focusMenuItem,picEmptyData} = require('../js/utils.js');
|
|
|
+const { get } = require('jquery');
|
|
|
let payMoney = [],behosDateStart="",behosDateEnd="",dayLis = [],dateType = 2,slideType = 1,hospital=getCookie("hospital"),deptType="内科",deptId="",level="甲",lineType="合格率",lineType1=[],lineType2=[],lineType3=[],lineType4=[];
|
|
|
|
|
|
$(function(){
|
|
@@ -1699,7 +1700,6 @@ $(".sureDate").click(function(){
|
|
|
if(!getStaticDate()){
|
|
|
return
|
|
|
}
|
|
|
-
|
|
|
setCookieAction(behosDateStart.split(" ")[0],behosDateEnd.split(" ")[0])
|
|
|
getAverageScoreLis()
|
|
|
getBarData(dateType)
|
|
@@ -1716,6 +1716,7 @@ $(".sureDate").click(function(){
|
|
|
backgroundColor:'#203463'
|
|
|
})
|
|
|
dateType = 3
|
|
|
+ getDetails(dateType)
|
|
|
})
|
|
|
//日期联动
|
|
|
function dateConsole(dateType,flg){
|
|
@@ -1745,7 +1746,6 @@ function dateConsole(dateType,flg){
|
|
|
backgroundColor:'#203463'
|
|
|
})
|
|
|
}
|
|
|
-
|
|
|
getDetails(dateType)
|
|
|
$( "#datepicker" ).datepicker({
|
|
|
yearRange: "2015:"+year,
|
|
@@ -1781,7 +1781,7 @@ function getStaticDate(flg){
|
|
|
setCookieAction(behosDateStart,behosDateEnd)
|
|
|
}
|
|
|
if(behosDateStart){
|
|
|
- behosDateStart = behosDateStart.replace(/\//g,'-') + ' 00:00:000'
|
|
|
+ behosDateStart = behosDateStart.replace(/\//g,'-') + ' 00:00:00'
|
|
|
}
|
|
|
if(behosDateEnd){
|
|
|
behosDateEnd = behosDateEnd.replace(/\//g,'-') + ' 23:59:59'
|