(function (c) { config.init(); var startDate = (new Date()).pattern('yyyy-MM-dd');//起始时间 var endDate = ( new Date(new Date().getTime() + 24 * 60 * 60 * 1000 * 8) ).pattern('yyyy-MM-dd');//结束时间 var selectedDate = window.Fx.getUrlParam('date') || (new Date()).pattern('yyyy-MM-dd');//选择的时间 var a = { hospitalId: Fx.getUrlParam("hospitalId"), deptId: Fx.getUrlParam("deptId"), startDate: startDate, endDate: endDate }; //顶部月份 var month = (new Date()).pattern('M'); var e_month = ''; switch (month){ case '1':e_month = 'Jan';break; case '2':e_month = 'Feb';break; case '3':e_month = 'Web';break; case '4':e_month = 'Apr';break; case '5':e_month = 'May';break; case '6':e_month = 'Jun';break; case '7':e_month = 'Jly';break; case '8':e_month = 'Aug';break; case '9':e_month = 'Sept';break; case '10':e_month = 'Oct';break; case '11':e_month = 'Nov';break; case '12':e_month = 'Dec';break; default : e_month = 0; } c('#month').html(''); c('#month').append(''+month+'' + '月' + '