|
@@ -322,7 +322,7 @@ function renderTab(data, activePage) {
|
|
|
let index = $(this).parent().attr("data-index")
|
|
|
let casesId = $(this).attr("data-id")
|
|
|
let defectName = data[index].name
|
|
|
- $(parent.document).find("#contentIframe").attr("src", "doctorQcListCopy.html?deptName=" + deptName + "&deptId=" + deptPushId + "&from=9&casesId=" + casesId + "&shijian=3" + "&ruleType=" + ruleType + "&startDate=" + startDateParam + "&endDate=" + endDateParam + "&defectName=" + defectName)
|
|
|
+ $(parent.document).find("#contentIframe").attr("src", "doctorQcListCopy.html?deptName=" + deptName + "&deptId=" + deptPushId+ "&doctorName=" + doctorName+ "&doctorId=" + doctorId + "&from=9&casesId=" + casesId + "&shijian=3" + "&ruleType=" + ruleType + "&startDate=" + startDateParam + "&endDate=" + endDateParam + "&defectName=" + defectName)
|
|
|
// $(parent.document).find("#contentIframe").attr("src", "uccDetail.html?from=3&deptName=" + name + "&deptId=" + id + "&casesEntryId=" + casesId + "&defectName=" + casesName + "&startDate=" + startDateParam + "&endDate=" + endDateParam)
|
|
|
})
|
|
|
}
|