|
@@ -266,22 +266,22 @@ function renderTab(data, hisId, activePage) {
|
|
|
<td >${item.deptName || "-"}</td>
|
|
|
<td >${item.professor || "-"}</td>
|
|
|
<td >${item.doctorName || "-"}</td>
|
|
|
- <td class="goHomeDetailQuexian goHomeDetail" data-ruleType="" data-doctorName="${item.doctorName || ""}" data-dept="${item.deptName || ""}" dept-id="${item.deptId || ""}">
|
|
|
+ <td class="goHomeDetailQuexian goHomeDetail" data-ruleType="" data-docId="${item.doctorId || ""}" data-doctorName="${item.doctorName || ""}" data-dept="${item.deptName || ""}" dept-id="${item.deptId || ""}">
|
|
|
${item.entryNum || "-"}
|
|
|
${item.entrySameNum < 0 ? '<img class="updownimg" src="' + jiantou_down + '"/>' : item.entrySameNum > 0 ? '<img class="updownimg" src="' + jiantou_up + '"/>' : ''}
|
|
|
</td>
|
|
|
- <td class="goHomeDetailQuexian goHomeDetail1" data-doctorName="${item.doctorName || ""}" data-dept="${item.deptName || ""}" dept-id="${item.deptId || ""}">
|
|
|
+ <td class="goHomeDetailQuexian goHomeDetail1" data-title="不合格数" data-docId="${item.doctorId || ""}" data-doctorName="${item.doctorName || ""}" data-dept="${item.deptName || ""}" dept-id="${item.deptId || ""}">
|
|
|
${item.secondLevelNum}
|
|
|
</td>
|
|
|
- <td class="goHomeDetailQuexian goHomeDetail1" data-doctorName="${item.doctorName || ""}" data-dept="${item.deptName || ""}" dept-id="${item.deptId || ""}">
|
|
|
+ <td class="goHomeDetailQuexian goHomeDetail1" data-title="合格数" data-docId="${item.doctorId || ""}" data-doctorName="${item.doctorName || ""}" data-dept="${item.deptName || ""}" dept-id="${item.deptId || ""}">
|
|
|
${item.firstLevelNum}
|
|
|
</td>
|
|
|
<td >${item.firstLevelPercentStr}</td>
|
|
|
- <td class="goHomeDetailQuexian goHomeDetail" data-ruleType="1" data-doctorName="${item.doctorName || ""}" data-dept="${item.deptName || ""}" dept-id="${item.deptId || ""}">
|
|
|
+ <td class="goHomeDetailQuexian goHomeDetail" data-ruleType="1" data-docId="${item.doctorId || ""}" data-doctorName="${item.doctorName || ""}" data-dept="${item.deptName || ""}" dept-id="${item.deptId || ""}">
|
|
|
${item.emptyNum}
|
|
|
</td>
|
|
|
<td >${item.emptyPercentStr}</td>
|
|
|
- <td class="goHomeDetailQuexian goHomeDetail" data-ruleType="2" data-doctorName="${item.doctorName || ""}" data-dept="${item.deptName || ""}" dept-id="${item.deptId || ""}">
|
|
|
+ <td class="goHomeDetailQuexian goHomeDetail" data-ruleType="2" data-docId="${item.doctorId || ""}" data-doctorName="${item.doctorName || ""}" data-dept="${item.deptName || ""}" dept-id="${item.deptId || ""}">
|
|
|
${item.errorNum}
|
|
|
</td>
|
|
|
<td >${item.errorPercentStr}</td>
|
|
@@ -297,8 +297,9 @@ function renderTab(data, hisId, activePage) {
|
|
|
let deptName = $(this).attr("data-dept")
|
|
|
let ruleType = $(this).attr("data-ruleType")
|
|
|
let doctorName = $(this).attr("data-doctorName")
|
|
|
+ let docId = $(this).attr("data-docId")
|
|
|
let deptId = data[index].deptId
|
|
|
- $(parent.document).find("#contentIframe").attr("src", "quexianDetailControlHome.html?deptName=" + deptName + "&deptId=" + deptId + "&from=1&casesId=243" + "&shijian=3" + "&ruleType=" + ruleType + "&startDateParam=" + startDateParam + "&endDateParam=" + endDateParam + "&docName=" + doctorName + "&code=XY")
|
|
|
+ $(parent.document).find("#contentIframe").attr("src", "quexianDetailControlHome.html?deptName=" + deptName + "&deptId=" + deptId + "&from=1&casesId=243" + "&shijian=3" + "&ruleType=" + ruleType + "&startDateParam=" + startDateParam + "&endDateParam=" + endDateParam + "&docName=" + doctorName + "&code=XY"+"&docId=" +docId)
|
|
|
})
|
|
|
// 不合格数跳转至 病历列表详情页
|
|
|
$(".goHomeDetail1").click(function () {
|
|
@@ -306,10 +307,11 @@ function renderTab(data, hisId, activePage) {
|
|
|
let deptName = $(this).attr("data-dept")
|
|
|
let titleName = $(this).attr("data-title")
|
|
|
let doctorName = $(this).attr("data-doctorName")
|
|
|
+ let docId = $(this).attr("data-docId")
|
|
|
// let ruleType = $(this).attr("data-ruleType")
|
|
|
let deptId = data[index].deptId
|
|
|
// $(parent.document).find("#contentIframe").attr("src", "qcListCopy.html?deptName=" + deptName + "&deptId=" + deptId + "&from=4&casesId=243" + "&shijian=3" + "&ruleType=" + ruleType + "&startDate=" + startDateParam + "&endDate=" + endDateParam + "&defectName=" + defectName)
|
|
|
- $(parent.document).find("#contentIframe").attr("src", "qcListCopyUnqualified.html?deptName=" + deptName + "&deptId=" + deptId + "&from=4&casesId=243" + "&shijian=3" + "&startDate=" + startDateParam + "&endDate=" + endDateParam + "&titleName=" + titleName + "&docName=" + doctorName + "&code=XY")
|
|
|
+ $(parent.document).find("#contentIframe").attr("src", "qcListCopyUnqualified.html?deptName=" + deptName + "&deptId=" + deptId + "&from=4&casesId=243" + "&shijian=3" + "&startDate=" + startDateParam + "&endDate=" + endDateParam + "&titleName=" + titleName + "&docName=" + doctorName + "&code=XY" + "&docId=" + docId)
|
|
|
})
|
|
|
// initScroll("deptScoreDetailControl","YX",1)
|
|
|
}
|