123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907 |
- const $ = require('jquery');
- require("../css/appealCheck.less");
- require('./modal.js');
- const { api } = require('./api.js')
- const { post, getCookie,setCookie, getUrlArgObjectNew, emptyBox, downloadExportedData, expJson, setDatePicker, listenScroll, getPickerDate, exportTimeLimit } = require('./utils.js')
- require('./../resource/jquery-ui/jquery-ui.min.js');
- require('./../resource/jquery-ui/jquery-ui.min.css');
- const iconCheck = require("./../images/icon_check.png")
- const iconUnCheck = require("./../images/icon_unchecked.png")
- const iconCalenBlue = require("./../images/icon_calen_blue.png")
- const iconCalenGrey = require("./../images/icon_calen_grey.png")
- const iconDown = require("./../images/arrow_down.png")
- const iconUp = require("./../images/arrow_up.png")
- const arrowLeft = require("./../images/arrow_left.png")
- const arrowRight = require("./../images/arrow_right.png")
- const goUpG = require("./../images/arrow_up_grey.png")
- const goUpB = require("./../images/arrow_up_blue.png")
- const goDownG = require("./../images/arrow_down_grey.png")
- const goDownB = require("./../images/arrow_down_blue.png")
- listenScroll()
- let pageSet = [], pageSetCopy = [], showNum = 0, scrollTop = 0;
- $(".selectModular").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- $(".selectType").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- $(".selectDept").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- $(".fpSelectCheck").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- $(".qcSelectCheck").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- let srcUrl = $("#contentIframe", parent.document).attr("src")
- let statisticsType = getUrlArgObjectNew("dateType", srcUrl) || getUrlArgObjectNew("shijian", srcUrl) || ""
- let startDateParam = getUrlArgObjectNew("startDateParam", srcUrl) || ""
- let endDateParam = getUrlArgObjectNew("endDateParam", srcUrl) || ""
- let page = getUrlArgObjectNew("page", srcUrl) || 1
- let behosDateStart = getUrlArgObjectNew("behosDateStart", srcUrl) || ""
- let behosDateEnd = getUrlArgObjectNew("behosDateEnd", srcUrl) || ""
- let deptId = getUrlArgObjectNew("deptId", srcUrl) || ""
- let deptName = getUrlArgObjectNew("deptName", srcUrl) || ""
- let moduleName = getUrlArgObjectNew("moduleName", srcUrl) || ""
- let name = getUrlArgObjectNew("name", srcUrl) || ""
- let patientName = getUrlArgObjectNew("patientName", srcUrl) || ""
- let fileCode = getUrlArgObjectNew("fileCode", srcUrl) || ""
- let operationType = getUrlArgObjectNew("operationType", srcUrl) || ""
- let state = getUrlArgObjectNew("state", srcUrl) || ""
- let tabList = [], deptNameTemp = "", typeList,
- deptIdTemp = "",
- fpCheckStatusTemp = "", fpCheckNameTemp = "", qcCheckNameTemp = "";
- let isPlacefile = getCookie('isPlacefile') || 1
- setCookie('excelName', "申诉审核");
- $('.datapickerBox').append(`<img class="iconCalen" src=${iconCalenGrey} />`)
- $('.iconCalen').on("mouseenter", function (e) {
- $(this).attr("src", iconCalenBlue)
- })
- $('.iconCalen').on("mouseleave", function (e) {
- $(this).attr("src", iconCalenGrey)
- })
- $('.iconCalen').on("click", function (e) {
- $(this).parent().find("input").focus()
- })
- $(".menu .page", parent.document).removeClass("active")
- $(parent.document).find(".menu .page[code=YH-SSXX-SSSH]").addClass("active")
- if (deptName) {
- $('.selectDept').html(deptName).attr("title", deptName)
- $(".selectDept").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- }
- if (moduleName) {
- $('.selectModular').html(moduleName).attr("title", moduleName)
- $(".selectModular").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- }
- if (operationType) {
- $('.selectType').html(operationType).attr("title", operationType)
- $(".selectType").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- }
- if (state) {
- $('.qcSelectCheck').html(state).attr("title", state)
- $(".qcSelectCheck").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- }
- if (name) {
- $('.name').val(name)
- }
- $(".name").on("input", function (e) {
- const val = $(this).val().trim()
- name = val
- })
- $(".patientName").on("input", function (e) {
- const val = $(this).val().trim()
- patientName = val
- })
- $(".fileCode").on("input", function (e) {
- const val = $(this).val().trim()
- fileCode = val
- })
- function getTabData(activePage) {
- behosDateStart = getPickerDate($("#datepicker"), 1)
- behosDateEnd = getPickerDate($("#datepicker2"), 2)
- const param = {
- current: activePage,
- deptId: deptId.trim(),
- deptName: deptName == "全部" ? "" : deptName || '',
- modeName: moduleName == "全部" ? "" : moduleName || '',
- operationType: operationType,
- state: state,
- size: 15,
- name: name,
- patientName:patientName,
- fileCode:fileCode,
- complaintDateEnd: behosDateEnd.replace(/\//g, '-'),
- complaintDateStart: behosDateStart.replace(/\//g, '-'),
- "desc": ['claimant_gmt_create']
- }
- $('.pagination').html("")
- $('.tbody').html(emptyBox('努力加载中...', '',))
- return post(api.getAppealReview, param).then(res => {
- if (res.data.code == '0') {
- tabList = res.data.data.records
- const totalPage = res.data.data.pages
- const totalNum = res.data.data.total
- renderTab(tabList)
- renderPagination(totalPage, Number(activePage), totalNum)
- if (totalPage > 1) {
- renderPagination(totalPage, Number(activePage), totalNum)
- } else {
- $('.pagination').html("")
- }
- } else {
- const token = localStorage.getItem('accessToken');
- if (!token && window.location.href.indexOf('login') == -1) {
- //alert('无token判断,跳回登录')
- } else {
- $.alerModal({ "message": res.data.msg, type: "tip", time: '1000', isFather: true, fatherWrapper: $("#mainBox", parent.document) });
- }
- }
- }).catch((e) => {
- })
- }
- getAuditNumber()
- //获取待审核数量
- function getAuditNumber() {
- let isPlacefile = getCookie('isPlacefile') || 1
- return post(api.getAuditNumber, { analyzeType: isPlacefile }).then(res => {
- if (res.data.code == '0') {
- auditNumber = res.data.data > 99 ? '99+' : res.data.data
- if (auditNumber == 0) {
- $(".menu .page", parent.document).children('.reds').hide()
- $(".menu .dian", parent.document).hide()
- $(".menu-mini .page", parent.document).children('.reds').hide()
- $(".menu-mini .dian", parent.document).hide()
- } else {
- $(".menu .page", parent.document).children('.reds').show()
- $(".menu-mini .page", parent.document).children('.reds').show()
- $(".menu .page", parent.document).children('.reds').html(auditNumber)
- $(".menu-mini .page", parent.document).children('.reds').html(auditNumber)
- }
- } else {
- const token = localStorage.getItem('accessToken');
- if (!token && window.location.href.indexOf('login') == -1) {
- //alert('无token判断,跳回登录')
- } else {
- $.alerModal({ "message": res.data.msg, type: "tip", time: '1000', isFather: true, fatherWrapper: $("#mainBox", parent.document) });
- }
- }
- }).catch((e) => {
- })
- }
- $(".filter").on("click", function (e) {
- behosDateStart = $("#datepicker").val()
- behosDateEnd = $("#datepicker2").val()
- const behosDateStartTime = new Date(behosDateStart).getTime()
- const behosDateEndTime = new Date(behosDateEnd).getTime()
- if (behosDateStartTime > behosDateEndTime) {
- $.alerModal({ "message": '申诉时间开始时间不能大于结束时间~', type: "tip", time: '1000', isFather: true, fatherWrapper: $("#mainBox", parent.document) });
- return
- }
- // if (behosDateStart) {
- // behosDateStart = behosDateStart.replace(/\//g, '-') + ' 00:00:00'
- // }
- // if (behosDateEnd) {
- // behosDateEnd = behosDateEnd.replace(/\//g, '-') + ' 23:59:59'
- // }
- deptId = deptIdTemp
- deptName = deptNameTemp
- fpCheckName = fpCheckNameTemp
- qcCheckName = qcCheckNameTemp
- fpCheckStatus = fpCheckStatusTemp
- qcCheckStatus = state
- page = 1
- getTabData(1)
- })
- $(".abnormalClear").on("click", function (e) {
- page = 1
- tabList = [];
- behospitalCode = "";
- scoreSum = 0;
- nameTemp = "";
- deptId = "";
- deptIdTemp = "";
- deptName = deptNameTemp = "";
- fpCheckName = "";
- qcCheckName = "";
- qcCheckMain = "";
- fpCheckNameTemp = "";
- qcCheckNameTemp = "";
- qcCheckMainTemp = "";
- fpCheckStatus = "";
- fpCheckStatusTemp = "";
- qcCheckStatus = "";
- state = ""
- moduleName = ""
- operationType = ""
- name = ""
- patientName=""
- fileCode=""
- $('.name').val(''),
- $('.patientName').val(''),
- $('.fileCode').val(''),
- data_desc = ["leave_hospital_date"]
- if (isPlacefile != 1) {
- data_desc = ["behospital_date"]
- }
- data_asc = [];
- // $('#datepicker').val('')
- // $('#datepicker2').val('')
- //默认日期为近一周
- $("#datepicker").datepicker({
- changeMonth: true,
- changeYear: true,
- dateFormat: "yy/mm/dd",
- }).datepicker("setDate", "-6d");
- $("#datepicker2").datepicker({
- changeMonth: true,
- changeYear: true,
- dateFormat: "yy/mm/dd"
- }).datepicker("setDate", new Date());
- $("#datepickerFp1").datepicker({
- changeMonth: true,
- changeYear: true,
- dateFormat: "yy/mm/dd",
- }).datepicker("setDate", "");
- $("#datepickerFp2").datepicker({
- changeMonth: true,
- changeYear: true,
- dateFormat: "yy/mm/dd"
- }).datepicker("setDate", "");
- $("#datepickerQc1").datepicker({
- changeMonth: true,
- changeYear: true,
- dateFormat: "yy/mm/dd",
- }).datepicker("setDate", "");
- $("#datepickerQc2").datepicker({
- changeMonth: true,
- changeYear: true,
- dateFormat: "yy/mm/dd"
- }).datepicker("setDate", "");
- $('.selectDept ').html('全部')
- $(".deptList").css("display", "none")
- $(".selectDept").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- // $('.selectDept ').addClass('unSelect')
- $('.selectModular').html('全部')
- $(".modularList").css("display", "none")
- $(".selectModular").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- // $('.selectModular ').addClass('unSelect')
- $('.selectType').html('全部')
- $(".typeList ").css("display", "none")
- $(".selectType").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- $('.qcSelectCheck').html('全部')
- $(".qcCheckList").css("display", "none")
- $(".qcSelectCheck").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- $("th[code]").removeClass("asc desc")
- if (isPlacefile == 1) {
- $(".leaveHospitalDate").addClass(" desc")
- } else {
- $(".behospitalDate").addClass(" desc")
- }
- behosDateStart = $("#datepicker").val()
- behosDateEnd = $("#datepicker2").val()
- if (behosDateStart) {
- behosDateStart = behosDateStart.replace(/\//g, '-') + ' 00:00:00'
- }
- if (behosDateEnd) {
- behosDateEnd = behosDateEnd.replace(/\//g, '-') + ' 23:59:59'
- }
- getTabData(page)
- })
- function renderTab(data) {
- let str = ``
- if (data.length === 0) {
- $('.tbody').html(emptyBox(null, showNum + 12))
- return;
- }
- for (let i = 0; i < data.length; i++) {
- const item = data[i]
- str += `
- <tr data-index=${i} data-doc="${item.doctorName || ""}" >
- <td >${item.claimantName || "-"}</td>
- <td >${item.behDeptName || "-"}</td>
- <td >${item.claimantGmtCreate}</td>
- <td >${item.behospitalCode}</td>
- <td >${item.fileCode || "-"}</td>
- <td >${item.name || "-"}</td>
- <td >${item.modeName || "-"}</td>
- ${item.qcresultDetailMsg && item.qcresultDetailMsg.length > 30 ? `<td title=${item.qcresultDetailMsg}>${item.qcresultDetailMsg.substring(0,30)+'...' || "-"}</td>` : `<td>${item.qcresultDetailMsg || "-"}</td>`}
- <td >${item.checkName || "-"}</td>
- <td >${item.checkGmtCreate || "-"}</td>
- <td >${item.appealOperationType == 0 ? '删改条目' : item.appealOperationType == 1 ? '新增已有条目' : item.appealOperationType == 2 ? '新增缺失条目' : '恢复条目'}</td>
- <td >${item.exampleStatus == 0 ? '<span class="review"><i></i>待审核</span>' : item.exampleStatus == 1 ? '<span class="rejected"><i></i>已驳回</span>' : '<span class="approved"><i></i>审核通过</span>'}</td>
- <td data-id="${item.id || ""}" data-hos="${item.hospitalId || ""}" data-behospitalCode="${item.behospitalCode || ""}" data-casesEntryId="${item.casesEntryId || ""}" data-qcresultDetailId="${item.qcresultDetailId || ""}" data-appealOperationType="${item.appealOperationType || ""}">
- ${item.exampleStatus == 0 ? `<span class="appealBtn goExamine">审核</span><span class="appealBtn goHomeDetail1">查看</span>` : ''}
- ${item.exampleStatus == 1 || item.exampleStatus == 2 ? `<span class="appealBtn goHomeDetail1">查看</span>` : ''}
- </td>
- </tr>
- `
- }
- $('.tbody').html(str)
- $(".goExamine").click(function () {
- let id = $(this).parent().attr("data-id")
- let hospitalId = $(this).parent().attr("data-hos")
- let behospitalCode = $(this).parent().attr("data-behospitalCode")
- let casesEntryId = $(this).parent().attr("data-casesEntryId")
- let qcresultDetailId = $(this).parent().attr("data-qcresultDetailId")
- let appealOperationType = $(this).parent().attr("data-appealOperationType")
- $(parent.document).find("#contentIframe").attr("src", "appealExamine.html?id=" + id + "&name=" + name + "&operationType=" + operationType + "&state=" + state + "&hospitalId=" + hospitalId + "&behospitalCode=" + behospitalCode + "&casesEntryId=" + casesEntryId + "&qcresultDetailId=" + qcresultDetailId + "&appealOperationType=" + appealOperationType + "&page=" + page + "&behosDateStart=" + behosDateStart + "&behosDateEnd=" + behosDateEnd + "&deptId=" + deptId + "&deptName=" + deptName + "&moduleName=" + moduleName + "&form=" + 1)
- })
- $(".goHomeDetail1").click(function () {
- let id = $(this).parent().attr("data-id")
- let hospitalId = $(this).parent().attr("data-hos")
- let behospitalCode = $(this).parent().attr("data-behospitalCode")
- let casesEntryId = $(this).parent().attr("data-casesEntryId")
- let qcresultDetailId = $(this).parent().attr("data-qcresultDetailId")
- let appealOperationType = $(this).parent().attr("data-appealOperationType")
- $(parent.document).find("#contentIframe").attr("src", "appealExamine.html?id=" + id + "&name=" + name + "&operationType=" + operationType + "&state=" + state + "&hospitalId=" + hospitalId + "&behospitalCode=" + behospitalCode + "&casesEntryId=" + casesEntryId + "&qcresultDetailId=" + qcresultDetailId + "&appealOperationType=" + appealOperationType + "&page=" + page + "&behosDateStart=" + behosDateStart + "&behosDateEnd=" + behosDateEnd + "&deptId=" + deptId + "&deptName=" + deptName + "&moduleName=" + moduleName + "&form=" + 2)
- })
- }
- //选择病历等级
- $('.selectModular').on("click", function (e) {
- e.stopPropagation()
- $(".selectDept .arrow").attr("src", iconDown)
- $(".deptList").css("display", "none")
- $(".selectType .arrow").attr("src", iconDown)
- $(".typeList").css("display", "none")
- $(".qcSelectCheck .arrow").attr("src", iconDown)
- $(".qcCheckList").css("display", "none")
- const showList = $(".modularList ").css("display")
- if (showList == "none" || !showList) {
- $(".modularList ").css("display", "block")
- $(".selectModular .arrow").attr("src", iconUp)
- } else {
- $(".modularList ").css("display", "none")
- $(".selectModular .arrow").attr("src", iconDown)
- }
- })
- //操作类型
- $('.selectType').on("click", function (e) {
- e.stopPropagation()
- $(".selectDept .arrow").attr("src", iconDown)
- $(".deptList").css("display", "none")
- $(".selectModular .arrow").attr("src", iconDown)
- $(".modularList ").css("display", "none")
- $(".qcSelectCheck .arrow").attr("src", iconDown)
- $(".qcCheckList").css("display", "none")
- const showList = $(".typeList ").css("display")
- if (showList == "none" || !showList) {
- $(".typeList ").css("display", "block")
- $(".selectType .arrow").attr("src", iconUp)
- } else {
- $(".typeList ").css("display", "none")
- $(".selectType .arrow").attr("src", iconDown)
- }
- })
- //选择状态
- $('.qcSelectCheck').on("click", function (e) {
- e.stopPropagation()
- $(".selectDept .arrow").attr("src", iconDown)
- $(".deptList").css("display", "none")
- $(".selectModular .arrow").attr("src", iconDown)
- $(".modularList ").css("display", "none")
- $(".selectType .arrow").attr("src", iconDown)
- $(".typeList").css("display", "none")
- const showList = $(".qcCheckList ").css("display")
- if (showList == "none" || !showList) {
- $(".qcCheckList ").css("display", "block")
- $(".qcSelectCheck .arrow").attr("src", iconUp)
- } else {
- $(".qcCheckList ").css("display", "none")
- $(".qcSelectCheck .arrow").attr("src", iconDown)
- }
- })
- getmoduleList()
- //获取模块类型
- function getmoduleList() {
- post(api.getAppealMode, { pageType: 2 }).then(res => {
- if (res.data.code == '0') {
- const moduleTypeList = res.data.data
- renderModuleList(moduleTypeList)
- } else { }
- }).catch((e) => {
- })
- }
- function renderModuleList(moduleTypeList) {
- let str = `<li class="modularItem " data-id="" data-name="全部">全部</li>`
- for (let i = 0; i < moduleTypeList.length; i++) {
- str += `<li class="modularItem ellipsis" title=${moduleTypeList[i].modeName} data-id=${moduleTypeList[i].modeId} data-name=${moduleTypeList[i].modeName}> ${moduleTypeList[i].modeName}</li>`
- }
- $('.modularList').html(str)
- bindModuleSelect()
- }
- //模块类型选择
- function bindModuleSelect() {
- $('.modularItem').on("click", function () {
- const modularItemName = $(this).attr("data-name")
- const modularItemItemId = $(this).attr("data-id")
- moduleName = modularItemName
- $('.selectModular').html(modularItemName)
- $(".modularList").css("display", "none")
- $(".selectModular").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- $('.selectModular').removeClass('unSelect')
- })
- }
- getAppealReviewDictionary()
- //获取操作类型
- function getAppealReviewDictionary() {
- post(api.getAppealReviewDictionary).then(res => {
- if (res.data.code == '0') {
- const typeList = res.data.data['操作类型']
- const statusList = res.data.data['状态']
- renderTypeList(typeList)
- renderStatusList(statusList)
- } else { }
- }).catch((e) => {
- })
- }
- function renderTypeList(data) {
- let str = `<li class="typeItem " data-id="" data-name="全部">全部</li>`
- for (var i in data) {
- str += `<li class="typeItem ellipsis" title=${data[i]} data-id=${i} data-name=${data[i]}> ${data[i]}</li>`
- }
- $('.typeList').html(str)
- if (operationType) {
- $('.selectType').html(data[operationType]).attr("title", data[operationType])
- $(".selectType").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- }
- bindTypedSelect()
- }
- //操作类型选择
- function bindTypedSelect() {
- $('.typeItem').on("click", function () {
- const typeItemName = $(this).attr("data-name")
- const typeItemItemId = $(this).attr("data-id")
- operationType = typeItemItemId
- $('.selectType').html(typeItemName)
- $(".typeList").css("display", "none")
- $(".selectType").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- $('.selectType').removeClass('unSelect')
- })
- }
- function renderStatusList(data) {
- let str = `<li class="qcCheckItem " data-id="" data-name="全部">全部</li>`
- for (var i in data) {
- str += `<li class="qcCheckItem ellipsis" title=${data[i]} data-id=${i} data-name=${data[i]}> ${data[i]}</li>`
- }
- $('.qcCheckList').html(str)
- bindCheckedSelectQc()
- if (state) {
- $('.qcSelectCheck').html(data[state]).attr("title", data[state])
- $(".qcSelectCheck").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- }
- }
- //状态
- function bindCheckedSelectQc() {
- $('.qcCheckItem').on("click", function () {
- const qcCheckItemName = $(this).attr("data-name")
- const qcCheckItemItemId = $(this).attr("data-id") || ""
- state = qcCheckItemItemId
- $('.qcSelectCheck').html(qcCheckItemName)
- $(".qcCheckList").css("display", "none")
- $(".qcSelectCheck").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- $('.qcSelectCheck').removeClass('unSelect')
- })
- }
- $('.selectDept').on("click", function (e) {
- e.stopPropagation()
- $(".selectModular .arrow").attr("src", iconDown)
- $(".modularList ").css("display", "none")
- $(".selectType .arrow").attr("src", iconDown)
- $(".typeList").css("display", "none")
- $(".qcSelectCheck .arrow").attr("src", iconDown)
- $(".qcCheckList").css("display", "none")
- const showList = $(".deptList ").css("display")
- if (showList == "none" || !showList) {
- $(".deptList ").css("display", "block")
- $(".selectDept .arrow").attr("src", iconUp)
- } else {
- $(".deptList ").css("display", "none")
- $(".selectDept .arrow").attr("src", iconDown)
- }
- })
- //获取科室列表
- getDeptList()
- function getDeptList() {
- post(api.getAppealDept, { inputStr: "", pageType: 2 }).then(res => {
- if (res.data.code == '0') {
- const deptList = res.data.data
- rendeDeptList(deptList)
- } else { }
- }).catch((e) => {
- })
- }
- function rendeDeptList(deptList) {
- let str = `<li class="deptItem ellipsis" data-id=" " data-name="全部">全部</li>`
- for (let i = 0; i < deptList.length; i++) {
- str += `<li class="deptItem ellipsis" title=${deptList[i].deptName} data-id=${deptList[i].deptId} data-name=${deptList[i].deptName}> ${deptList[i].deptName}</li>`
- }
- $('.deptList').html(str)
- bindDeptSelect()
- }
- //科室选择
- function bindDeptSelect() {
- $('.deptItem').on("click", function () {
- const deptItemName = $(this).attr("data-name")
- const deptItemId = $(this).attr("data-id")
- deptIdTemp = deptItemId
- deptName = deptNameTemp = deptItemName
- if (deptItemName.length > 10) {
- $('.selectDept').html(deptItemName.substring(0, 8) + '...')
- } else {
- $('.selectDept').html(deptItemName)
- }
- $('.selectDept ').attr('title', deptItemName)
- $(".selectDept").append(`<img class="arrow" src=${iconDown} alt="下拉">`)
- $('.selectDept').removeClass('unSelect')
- $(".deptList").css("display", "none")
- })
- }
- function renderColSet(list) {
- let pageSetList = list || pageSetCopy
- let allSelect = true
- for (let i = 0; i < pageSetList.length; i++) {
- if (pageSetList[i].status != 1) {
- allSelect = false
- }
- }
- let str = `<div class='colSetBox'>
- <div class='mask'></div>
- <div class='cloInfobox'>
- <div class='cloInfoTitle'><span class='cloInfoTitleTxt'>列显示设置</span> <img class="iconClose" src=${require('./../images/icon_close_default.png')} alt="关闭" /></div>
- <div class='cloInfo'></div>
- <div class='btnBox'><span class='defaultColSet'>恢复默认</span> <span class='cancalColSet'>取消</span> <span class='saveColSet'>保存设置</span></div>
- </div>
- </div>`
- let infoStr = `<div class='colTabTitle' ><span class='colOpera toggleSelectColAll' data-select=${allSelect}>${allSelect ? `<img src=${iconCheck} />` : `<img src=${iconUnCheck} />`}全选</span><span class='colName'>列名</span></div><div class='colTabInfoBox' >`
- for (let i = 0; i < pageSetList.length; i++) {
- infoStr += `<div class='colTabInfo' data-index=${i}>
- <span class='colOpera' data-index=${i}>${pageSetList[i].status == 1 ? `<img class="toggleSelectCol" src=${iconCheck} />` : `<img class="toggleSelectCol" src=${iconUnCheck} />`}</span>
- <span class='colName'>
- <span>${pageSetList[i].name}</span>
- <span class="pageOrder">
- <span class="pageSetUpBox">${i === 0 ? '' : `<img class="pageSetUp" src=${goUpG} />`}</span>
- <span class="pageSetDownBox">${i === pageSetList.length - 1 ? '' : `<img class="pageSetDown" src=${goDownG} />`}</span>
- </span>
-
- </span>
-
- </div>`
- }
- infoStr += "</div>"
- // $(".main-body").append(str)
- if (!$("#mainBox .colSetBox", parent.document).length) {
- $("#mainBox", parent.document).append(str)
- }
- $("#mainBox .colSetBox .cloInfo", parent.document).html(infoStr)
- $(".colTabInfoBox", parent.document).scrollTop(scrollTop)
- scrollTop = 0
- bindSelectCol()
- bindColOrder()
- bindSaveColSet()
- bindDefaultColset()
- bindCloseColSet()
- bindImgEnter()
- }
- function bindDefaultColset() {
- $('.defaultColSet', parent.document).off("hover").hover(function () {
- $(this).css('color', '#00A1FF')
- }, function () {
- $(this).css('color', '#777777')
- })
- $('.defaultColSet', parent.document).off("click").on('click', function () {
- return post(api.getDefaultPageSet, { pageType: 1 }).then(res => {
- if (res.data.code == '0') {
- pageSet = res.data.data
- pageSetCopy = JSON.parse(JSON.stringify(pageSet))
- renderColSet(pageSetCopy)
- } else { }
- }).catch((e) => {
- })
- // closeColSet()
- })
- }
- function bindImgEnter() {
- $(".pageSetUpBox img", parent.document).off("mouseenter").on("mouseenter", function () {
- $(this).attr('src', goUpB)
- })
- $(".pageSetDownBox img", parent.document).off("mouseenter").on("mouseenter", function () {
- $(this).attr('src', goDownB)
- })
- $(".pageSetUpBox img", parent.document).off("mouseout").on("mouseout", function () {
- $(this).attr('src', goUpG)
- })
- $(".pageSetDownBox img", parent.document).off("mouseout").on("mouseout", function () {
- $(this).attr('src', goDownG)
- })
- }
- function bindSelectCol() {
- $(".toggleSelectCol", parent.document).off("click").on("click", function () {
- const index = $(this).parent().attr("data-index")
- pageSetCopy[index].status = pageSetCopy[index].status == 1 ? 0 : 1
- scrollTop = $(".colTabInfoBox", parent.document).scrollTop()
- renderColSet(pageSetCopy)
- })
- $(".toggleSelectColAll", parent.document).off("click").on("click", function () {
- const hasSelectAll = $(this).attr("data-select")
- for (let i = 0; i < pageSetCopy.length; i++) {
- if (hasSelectAll == "true") {
- pageSetCopy[i].status = 0
- } else {
- pageSetCopy[i].status = 1
- }
- }
- scrollTop = $(".colTabInfoBox", parent.document).scrollTop()
- renderColSet(pageSetCopy)
- })
- }
- function closeColSet() {
- pageSetCopy = JSON.parse(JSON.stringify(pageSet))
- $("#mainBox .colSetBox", parent.document).remove()
- }
- function bindCloseColSet() {
- $(".colSetBox .iconClose", parent.document).off("click").on("click", function () {
- closeColSet()
- })
- $(".colSetBox .cancalColSet", parent.document).off("click").on("click", function () {
- closeColSet()
- })
- }
- function bindSaveColSet() {
- $(".saveColSet", parent.document).off("click").on("click", function () {
- let showNumSet = 0
- let sysUserPagesetVOList = []
- for (let i = 0; i < pageSetCopy.length; i++) {
- const item = pageSetCopy[i]
- sysUserPagesetVOList.push({
- name: item.name,
- orderNo: i,
- status: item.status,
- val: item.val
- })
- if (item.status == 1) {
- showNumSet++
- }
- }
- if (showNumSet === 0) {
- $.alerModal({ "message": '最少显示一列', type: "tip", time: '1000', isFather: true, fatherWrapper: $("#mainBox", parent.document) });
- return
- }
- return post(api.saveQcListPageSet, { pageType: 1, sysUserPagesetVOList: sysUserPagesetVOList }).then(res => {
- if (res.data.code == '0') {
- closeColSet()
- } else {
- $("#mainBox .colSetBox", parent.document).remove()
- $.alerModal({ "message": '保存失败,请重试~', type: "tip", time: '1000', isFather: true, fatherWrapper: $("#mainBox", parent.document) });
- }
- }).catch((e) => {
- $("#mainBox .colSetBox", parent.document).remove()
- $.alerModal({ "message": '保存失败,请重试~', type: "tip", time: '1000', isFather: true, fatherWrapper: $("#mainBox", parent.document) });
- })
- })
- }
- function bindColOrder() {
- $(".pageSetUp", parent.document).off("click").on("click", function () {
- const index = parseInt($(this).parent().parent().parent().parent().attr("data-index"))
- if (index != 0) {
- const upItem = pageSetCopy[index]
- const upItemPre = pageSetCopy[index - 1]
- pageSetCopy.splice(index - 1, 2, upItem, upItemPre)
- scrollTop = $(".colTabInfoBox", parent.document).scrollTop()
- renderColSet(pageSetCopy)
- } else {
- return
- }
- })
- $(".pageSetDown", parent.document).off("click").on("click", function () {
- const index = parseInt($(this).parent().parent().parent().parent().attr("data-index"))
- if (index == pageSetCopy.length - 1) {
- return
- } else {
- const downItem = pageSetCopy[index]
- const downItemBack = pageSetCopy[index + 1]
- pageSetCopy.splice(index, 2, downItemBack, downItem)
- scrollTop = $(".colTabInfoBox", parent.document).scrollTop()
- renderColSet(pageSetCopy)
- }
- })
- }
- $(function () {
- $.datepicker.regional['zh-CN'] = {
- clearText: '清除',
- clearStatus: '清除已选e799bee5baa6e59b9ee7ad9431333361303131日期',
- closeText: '关闭',
- closeStatus: '不改变当前选择',
- prevText: '<上月',
- prevStatus: '显示上月',
- prevBigText: '<<',
- prevBigStatus: '显示上一年',
- nextText: '下月>',
- nextStatus: '显示下月',
- nextBigText: '>>',
- nextBigStatus: '显示下一年',
- currentText: '今天',
- currentStatus: '显示本月',
- monthNames: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
- monthNamesShort: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
- yearNamesShort: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
- monthStatus: '选择月份',
- yearStatus: '选择年份',
- weekHeader: '周',
- weekStatus: '年内周次',
- dayNames: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'],
- dayNamesShort: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'],
- dayNamesMin: ['日', '一', '二', '三', '四', '五', '六'],
- dayStatus: '设置 DD 为一周起始',
- dateStatus: '选择 m月 d日, DD',
- dateFormat: 'yy-mm-dd',
- firstDay: 1,
- initStatus: '请选择日期',
- isRTL: false
- };
- $.datepicker.setDefaults($.datepicker.regional['zh-CN']);
- let startDate = "", endDate = new Date()
- let year = new Date().getFullYear()
- let month = new Date().getMonth() + 1
- if (statisticsType == '1') {
- startDate = new Date(`${year}-${month}-01`)
- } else if (statisticsType == '2') {
- startDate = new Date(`${year}-01-01`)
- } else if (statisticsType == '3') {
- startDate = new Date(startDateParam)
- endDate = new Date(endDateParam)
- } else {
- startDate = "-6d"
- }
- if (behosDateStart && behosDateEnd) {
- startDate = new Date(behosDateStart)
- endDate = new Date(behosDateEnd)
- }
- $("#datepicker").datepicker({
- changeMonth: true,
- changeYear: true,
- dateFormat: "yy/mm/dd",
- }).datepicker("setDate", startDate);
- $("#datepicker2").datepicker({
- changeMonth: true,
- changeYear: true,
- dateFormat: "yy/mm/dd"
- }).datepicker("setDate", endDate);
- getTabData(page)
- });
- //分页渲染
- function renderPagination(totalPage, activePage, totalNum) {
- let str = `<span class="totalSum">共${totalPage}页/${totalNum}条数据</span><span class="prePage"><img class="arrowPage" src=${arrowLeft} /></span>`
- if (totalPage <= 6) {
- for (let i = 1; i <= totalPage; i++) {
- str += `<span class="pageNum ${'page' + i}" data-page=${i}>${i}</span>`
- }
- } else {
- if (activePage <= 3) { //选中页数小于4
- for (let i = 1; i <= 4; i++) {
- str += `<span class="pageNum ${'page' + i}" data-page=${i}>${i}</span>`
- }
- str += `<span class="more" >...</span>`
- str += `<span class="pageNum ${'page' + totalPage}" data-page=${totalPage}>${totalPage}</span>`
- } else if (activePage > totalPage - 3) {
- str += `<span class="pageNum page1" data-page=1>1</span>`
- str += `<span class="more" >...</span>`
- str += `<span class="pageNum ${'page' + (totalPage - 3)}" data-page=${totalPage - 3}>${totalPage - 3}</span>`
- str += `<span class="pageNum ${'page' + (totalPage - 2)}" data-page=${totalPage - 2}>${totalPage - 2}</span>`
- str += `<span class="pageNum ${'page' + (totalPage - 1)}" data-page=${totalPage - 1}>${totalPage - 1}</span>`
- str += `<span class="pageNum ${'page' + totalPage}" data-page=${totalPage}>${totalPage}</span>`
- } else {
- str += `<span class="pageNum page1" data-page=1>1</span>`
- str += `<span class="more" >...</span>`
- str += `<span class="pageNum ${'page' + (activePage - 1)}" data-page=${activePage - 1}>${activePage - 1}</span>`
- str += `<span class="pageNum ${'page' + activePage}" data-page=${activePage}>${activePage}</span>`
- str += `<span class="pageNum ${'page' + (activePage + 1)}" data-page=${activePage + 1}>${activePage + 1}</span>`
- str += `<span class="more" >...</span>`
- str += `<span class="pageNum ${'page' + totalPage}" data-page=${totalPage}>${totalPage}</span>`
- }
- }
- str += `<span class="nextPage"><img class="arrowPage" src=${arrowRight} /></span>`
- $('.pagination').html(str)
- $('.page' + activePage).addClass('activePage')
- $(".pageNum").on("click", function (e) {
- const activePageNow = Number($(this).attr('data-page'))
- page = activePageNow
- getTabData(activePageNow)
- // renderPagination(totalPage,activePageNow,totalNum)
- })
- $(".prePage").on("click", function (e) {
- let activePageNow = Number($(".activePage").attr('data-page'))
- page = activePageNow
- if (activePageNow > 1) {
- activePageNow--
- getTabData(activePageNow)
- // renderPagination(totalPage,activePageNow,totalNum)
- }
- })
- $(".nextPage").on("click", function (e) {
- let activePageNow = Number($(".activePage").attr('data-page'))
- page = activePageNow
- if (activePageNow < totalPage) {
- activePageNow++
- getTabData(activePageNow)
- // renderPagination(totalPage,activePageNow,totalNum)
- }
- })
- }
- $(document).on("click", function () {
- $(".selectDept .arrow").attr("src", iconDown)
- $(".deptList").css("display", "none")
- $(".selectModular .arrow").attr("src", iconDown)
- $(".modularList ").css("display", "none")
- $(".selectType .arrow").attr("src", iconDown)
- $(".typeList").css("display", "none")
- $(".qcSelectCheck .arrow").attr("src", iconDown)
- $(".qcCheckList").css("display", "none")
- })
- let radioCheck = 1;
- $((function ($) {
- $('.export').click(function () {
- const behosDateStartTime = new Date(behosDateStart).getTime()
- const behosDateEndTime = new Date(behosDateEnd).getTime()
- if (behosDateStartTime > behosDateEndTime) {
- $.alerModal({ "message": '开始时间不能大于结束时间~', type: "tip", time: '1000', isFather: true, fatherWrapper: $("#mainBox", parent.document) });
- return
- }
- const param = {
- deptId: deptId.trim(),
- deptName: deptName == "全部" ? "" : deptName || '',
- modeName: moduleName == "全部" ? "" : moduleName || '',
- operationType: operationType,
- state: state,
- isPlacefile: isPlacefile,
- size: 15,
- name: name,
- complaintDateEnd: behosDateEnd.replaceAll("/", "-"),
- complaintDateStart: behosDateStart.replaceAll("/", "-"),
- "desc": ['claimant_gmt_create']
- }
- expJson(api.getAppealReviewExport, param).then(res => {
- downloadExportedData(res.data, "申诉审核.xls")
- })
- })
- })($));
|