|
@@ -19,12 +19,12 @@ listenScroll()
|
|
$(".selectDept").append(`<img class="arrow" src=${iconDown} alt="下拉">`);
|
|
$(".selectDept").append(`<img class="arrow" src=${iconDown} alt="下拉">`);
|
|
let tabList = [], /*statisticsType="",*/
|
|
let tabList = [], /*statisticsType="",*/
|
|
levelTemp = "", deptId = "", deptIdTemp = "", deptName = "", deptNameTemp = "", doctorName = "", doctorNameTemp = "",
|
|
levelTemp = "", deptId = "", deptIdTemp = "", deptName = "", deptNameTemp = "", doctorName = "", doctorNameTemp = "",
|
|
- data_desc = ['entryNum'], data_asc = [],doctorNum = "",doctorNumTemp = "", hospital = getCookie("hospital");
|
|
|
|
|
|
+ data_desc = ['entryNum'], data_asc = [], doctorNum = "", doctorNumTemp = "", hospital = getCookie("hospital");
|
|
let srcUrl = $("#contentIframe", parent.document).attr("src")
|
|
let srcUrl = $("#contentIframe", parent.document).attr("src")
|
|
/*statisticsType = getUrlArgObjectNew("dateType",srcUrl)||""*/
|
|
/*statisticsType = getUrlArgObjectNew("dateType",srcUrl)||""*/
|
|
deptType = getUrlArgObjectNew("deptType", srcUrl) || ""
|
|
deptType = getUrlArgObjectNew("deptType", srcUrl) || ""
|
|
-deptName = getUrlArgObjectNew("deptName", srcUrl) || ""
|
|
|
|
-deptId = getUrlArgObjectNew("deptId", srcUrl) || ""
|
|
|
|
|
|
+deptName = deptNameTemp = getUrlArgObjectNew("deptName", srcUrl) || ""
|
|
|
|
+deptId = deptIdTemp = getUrlArgObjectNew("deptId", srcUrl) || ""
|
|
|
|
|
|
let startDateParam = getUrlArgObjectNew("startDateParam", srcUrl) || ""
|
|
let startDateParam = getUrlArgObjectNew("startDateParam", srcUrl) || ""
|
|
let endDateParam = getUrlArgObjectNew("endDateParam", srcUrl) || ""
|
|
let endDateParam = getUrlArgObjectNew("endDateParam", srcUrl) || ""
|
|
@@ -45,10 +45,10 @@ $(".abnormalClear").click(function () {
|
|
})
|
|
})
|
|
|
|
|
|
//面包屑点击事件
|
|
//面包屑点击事件
|
|
-$(".partTitle a").click(function () {//初始菜单选中
|
|
|
|
- $(".menu .page", parent.document).removeClass("active").eq(0).addClass("active");
|
|
|
|
- $(".container", parent.document).addClass("console-cont");
|
|
|
|
-})
|
|
|
|
|
|
+// $(".partTitle a").click(function () {//初始菜单选中
|
|
|
|
+// $(".menu .page", parent.document).removeClass("active").eq(0).addClass("active");
|
|
|
|
+// $(".container", parent.document).addClass("console-cont");
|
|
|
|
+// })
|
|
|
|
|
|
|
|
|
|
// 各科室缺陷占比菜单选中
|
|
// 各科室缺陷占比菜单选中
|
|
@@ -83,7 +83,7 @@ function getTabData(activePage) {
|
|
"asc": data_asc,
|
|
"asc": data_asc,
|
|
"desc": data_desc,
|
|
"desc": data_desc,
|
|
"doctorName": doctorName || "",
|
|
"doctorName": doctorName || "",
|
|
- "doctorId":doctorNum || "",
|
|
|
|
|
|
+ "doctorId": doctorNum || "",
|
|
"deptId": deptId,
|
|
"deptId": deptId,
|
|
"deptName": deptName == "全院" ? "" : (deptName || ""),
|
|
"deptName": deptName == "全院" ? "" : (deptName || ""),
|
|
"type": 0, //1-本月,2-本年,0-自定义时间(现在 都是自定义时间,都会传具体时间进去)
|
|
"type": 0, //1-本月,2-本年,0-自定义时间(现在 都是自定义时间,都会传具体时间进去)
|
|
@@ -193,7 +193,7 @@ function renderTab(data, hisId, activePage) {
|
|
let deptId = $(this).attr("dept-id")
|
|
let deptId = $(this).attr("dept-id")
|
|
let doctorName = $(this).attr("dept-doc")
|
|
let doctorName = $(this).attr("dept-doc")
|
|
let doctorId = $(this).attr("dept-docId")
|
|
let doctorId = $(this).attr("dept-docId")
|
|
- $(parent.document).find("#contentIframe").attr("src", "doctorQuexianDetailControl.html?deptName=" + deptName + "&deptId=" + deptId+ "&doctorName=" + doctorName+ "&doctorId=" + doctorId + "&from=2" + "&shijian=3" + "&startDateParam=" + startDateParam + "&endDateParam=" + endDateParam)
|
|
|
|
|
|
+ $(parent.document).find("#contentIframe").attr("src", "doctorQuexianDetailControl.html?deptName=" + deptName + "&deptId=" + deptId + "&doctorName=" + doctorName + "&doctorId=" + doctorId + "&from=2" + "&shijian=3" + "&startDateParam=" + startDateParam + "&endDateParam=" + endDateParam)
|
|
})
|
|
})
|
|
//病历跳转
|
|
//病历跳转
|
|
$(".goHomeDetailB").click(function () {
|
|
$(".goHomeDetailB").click(function () {
|
|
@@ -202,7 +202,7 @@ function renderTab(data, hisId, activePage) {
|
|
let deptIds = $(this).attr("dept-id")
|
|
let deptIds = $(this).attr("dept-id")
|
|
let doctorName = $(this).attr("dept-doc")
|
|
let doctorName = $(this).attr("dept-doc")
|
|
let doctorId = $(this).attr("dept-docId")
|
|
let doctorId = $(this).attr("dept-docId")
|
|
- $(parent.document).find("#contentIframe").attr("src", "doctorQcListCopy.html?deptName=" + deptName + "&from=3" + "&shijian=3&chengdu=" + deptC + "&deptId=" + deptIds+ "&doctorName=" + doctorName+ "&doctorId=" + doctorId + "&startDateParam=" + startDateParam + "&endDateParam=" + endDateParam)
|
|
|
|
|
|
+ $(parent.document).find("#contentIframe").attr("src", "doctorQcListCopy.html?deptName=" + deptName + "&from=3" + "&shijian=3&chengdu=" + deptC + "&deptId=" + deptIds + "&doctorName=" + doctorName + "&doctorId=" + doctorId + "&startDateParam=" + startDateParam + "&endDateParam=" + endDateParam)
|
|
})
|
|
})
|
|
}
|
|
}
|
|
|
|
|
|
@@ -345,6 +345,10 @@ function renderPagination(totalPage, activePage, totalNum) {
|
|
}
|
|
}
|
|
|
|
|
|
$(function () {
|
|
$(function () {
|
|
|
|
+
|
|
|
|
+ $(".consoleD").on("click", function () {
|
|
|
|
+ $(parent.document).find("#contentIframe").attr("src", "doctorQcAverageDetail.html?deptName=" + `${deptName == "全部" ? "全院" : deptName}` + "&deptId=" + deptId + "&shijian=3" + "&startDateParam=" + startDateParam + "&endDateParam=" + endDateParam)
|
|
|
|
+ })
|
|
const iconCalenBlue = require("./../images/darkDate.png")
|
|
const iconCalenBlue = require("./../images/darkDate.png")
|
|
const iconCalenGrey = require("./../images/icon_calen_grey.png")
|
|
const iconCalenGrey = require("./../images/icon_calen_grey.png")
|
|
$('.datapickerBox').append(`<img class="iconCalen" src=${iconCalenGrey} />`)
|
|
$('.datapickerBox').append(`<img class="iconCalen" src=${iconCalenGrey} />`)
|
|
@@ -368,7 +372,7 @@ $(function () {
|
|
"asc": data_asc,
|
|
"asc": data_asc,
|
|
"desc": data_desc,
|
|
"desc": data_desc,
|
|
"doctorName": doctorName || "",
|
|
"doctorName": doctorName || "",
|
|
- "doctorId":doctorNum || "",
|
|
|
|
|
|
+ "doctorId": doctorNum || "",
|
|
"deptName": deptName == "全院" ? "" : (deptName || ""),
|
|
"deptName": deptName == "全院" ? "" : (deptName || ""),
|
|
"deptId": deptId,
|
|
"deptId": deptId,
|
|
/*"type": statisticsType||2,*/ //1-本月,2-本年
|
|
/*"type": statisticsType||2,*/ //1-本月,2-本年
|