|
@@ -83,9 +83,9 @@ $('.iconCalen').on("click", function(e){
|
|
|
})
|
|
|
$('.recordScoreBtn').css("opacity",hasData('FUNC000017')?'1':'0.5')
|
|
|
|
|
|
-//YH-KSZR-BLZK_XQ
|
|
|
+//
|
|
|
$(".menu .page", parent.document).removeClass("active")
|
|
|
-$(parent.document).find(".menu .page[code=YH-KSZR-BLZK_XQ]").addClass("active")
|
|
|
+$(parent.document).find(".menu .page[code=YH-ZKHC-LBXQ]").addClass("active")
|
|
|
|
|
|
//判断有无某一权限
|
|
|
function hasData(data){
|
|
@@ -351,17 +351,6 @@ pageSet = $(".tabTitle th[key]").map((i,it)=>{
|
|
|
status:1,
|
|
|
}
|
|
|
});
|
|
|
-function bindMoreBtnEvent(){
|
|
|
- $(".more-cont .more-btn").on("click",function(e){
|
|
|
- const isSpread = $(e.target).is(".spread");
|
|
|
- $(e.target).toggleClass("spread");
|
|
|
- $(e.target).text(isSpread?"更多":"收起").siblings(".part-2,i").toggle();
|
|
|
- });
|
|
|
- /*$(".more-cont .spread.more-btn").on("click",function(e){
|
|
|
- $(e.target).removeClass("spread");
|
|
|
- $(e.target).text("更多").siblings(".part-2").hide();
|
|
|
- });*/
|
|
|
-}
|
|
|
function renderTab(data,activePage){
|
|
|
let str = ``
|
|
|
let hasSelectAll = true;
|
|
@@ -394,19 +383,7 @@ function renderTab(data,activePage){
|
|
|
}
|
|
|
str += "</tr>"
|
|
|
}
|
|
|
- /*if(data.length === 0){
|
|
|
- hasSelectAll = false
|
|
|
- }
|
|
|
- if(hasSelectAll){
|
|
|
- $('.scoreOpera img').attr("src" ,iconCheck)
|
|
|
- $('.scoreOpera').attr("data-selectall",true)
|
|
|
- }else{
|
|
|
- $('.scoreOpera img').attr("src" ,iconUnCheck)
|
|
|
- $('.scoreOpera').attr("data-selectall",false)
|
|
|
- }*/
|
|
|
$('.tbody').html(str)
|
|
|
- bindMoreBtnEvent();
|
|
|
- bindScoreOperaItem()
|
|
|
bindRecordScoreOper()
|
|
|
bindScoreDetail()
|
|
|
// initScroll("qcListDept","YX",1)
|
|
@@ -417,26 +394,6 @@ function isTextCenter(name){
|
|
|
return textCenterList.findIndex(item=> item==name) > -1
|
|
|
}
|
|
|
|
|
|
-function scoreDetail(id,age,code,name){
|
|
|
- window.open(`./qcScore.html?id=${id}&age=${age}&code=${code}&hid=${getCookie('hospitalid')}&name=${name}`)
|
|
|
-}
|
|
|
-function bindScoreDetail(){
|
|
|
- $('.patientNameSpan').on('click',function(e){
|
|
|
- const index = $(this).attr("data-index")
|
|
|
- const id = tabList[index].behospitalCode
|
|
|
- const age = tabList[index].age
|
|
|
- const noScore = tabList[index].level == '未评分'
|
|
|
- const checkStatus = tabList[index].checkStatus
|
|
|
- if(noScore){
|
|
|
- $.alerModal({"message":'请先进行评分!',type:"tip",time:'1000',isFather: true, fatherWrapper: $("#mainBox", parent.document)});
|
|
|
- return
|
|
|
- } else{
|
|
|
- scoreDetail(id,age,'YH-KSZR-BLZK_XQ',tabList[index].name)
|
|
|
- }
|
|
|
-
|
|
|
- })
|
|
|
-}
|
|
|
-
|
|
|
//选择病历等级
|
|
|
$('.selectLevel').on("click", function(e){
|
|
|
e.stopPropagation()
|
|
@@ -539,44 +496,6 @@ function bindCheckedSelectQc(){
|
|
|
})
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-//全选绑定
|
|
|
-bindOperaAll()
|
|
|
-function bindScoreOperaItem(){
|
|
|
- $(".scoreOperaItem").on("click", function(e){
|
|
|
- const index = $(this).parent().attr("data-index")
|
|
|
- tabList[index].hasSelect = tabList[index].hasSelect ? false:true
|
|
|
- renderTab(tabList)
|
|
|
- })
|
|
|
-}
|
|
|
-function bindRecordScoreOper(){
|
|
|
- $(".recordScoreOperaBtn").on("click", function(e){
|
|
|
- if(!hasData('FUNC000017')){
|
|
|
- return
|
|
|
- }
|
|
|
- const index = $(this).parent().attr("data-index")
|
|
|
- const behospitalCode = tabList[index].behospitalCode
|
|
|
- loading()
|
|
|
- recordScore(behospitalCode,1,true)
|
|
|
- })
|
|
|
-}
|
|
|
-function bindOperaAll(){
|
|
|
- $('.scoreOpera').on("click", function(e){
|
|
|
- const hasSelectAll = $('.scoreOpera').attr("data-selectall")
|
|
|
- if(hasSelectAll == 'true'){
|
|
|
-
|
|
|
- for(let i = 0; i < tabList.length; i++){
|
|
|
- tabList[i].hasSelect = false
|
|
|
- }
|
|
|
- }else{
|
|
|
- for(let i = 0; i < tabList.length; i++){
|
|
|
- tabList[i].hasSelect = true
|
|
|
- }
|
|
|
- }
|
|
|
- renderTab(tabList)
|
|
|
- })
|
|
|
-}
|
|
|
-
|
|
|
$('.selectDept').on("click", function(e){
|
|
|
e.stopPropagation()
|
|
|
$(".levelList ").css("display","none")
|
|
@@ -610,72 +529,6 @@ function getDeptList(){
|
|
|
})
|
|
|
}
|
|
|
|
|
|
-//获取页面配置
|
|
|
-
|
|
|
-function getPageSet(){
|
|
|
- return post(api.getQcListPageSet,{pageType:1}).then(res =>{
|
|
|
- if(res.data.code == '0'){
|
|
|
- pageSet = res.data.data
|
|
|
- pageSetCopy = JSON.parse(JSON.stringify(pageSet))
|
|
|
- showNum = 0
|
|
|
- renderTabTitle(pageSet)
|
|
|
-
|
|
|
- }else{}
|
|
|
- }).catch((e) =>{
|
|
|
-
|
|
|
- })
|
|
|
-}
|
|
|
-
|
|
|
-function renderTabTitle(data){
|
|
|
- let str = ` <th class="textCenter" ></th>`
|
|
|
- let defaultOrder = isPlacefile == 1 ? 'leaveHospitalDate':'behospitalDate'
|
|
|
- for(let i = 0; i < data.length; i++){
|
|
|
- const item = data[i]
|
|
|
- if(item.status == 1){
|
|
|
- showNum++
|
|
|
- str += `<th class="textCenter ${item.val} ${item.val == defaultOrder ? 'desc':''}" code="${item.val.replace(/([A-Z])/g,function(match) {
|
|
|
- return '_' + match.toLowerCase()
|
|
|
- })}">${item.name}</th>`
|
|
|
- }
|
|
|
- }
|
|
|
- let operStr=`<td colspan="${showNum+2}" style="background: #fff">
|
|
|
- <div class="tabFoot">
|
|
|
- <span class="scoreOpera" data-selectAll=false><img class="iconCheck" src="${iconUnCheck}" alt="checkbox">全选</span>
|
|
|
- <span class="recordScoreBtn">评分</span>
|
|
|
- <span class="setCol">列设置</span>
|
|
|
- <span class="tipIcon"><img class="toolTipIcon" src=${require('./../images/toolTip.png')} alt="关闭" /></span>
|
|
|
- <span class="tooltip">可设置列的隐藏、显示及排序</span>
|
|
|
- </div>
|
|
|
- </td>`
|
|
|
- $(".tabOpera").html(operStr)
|
|
|
- $(".tabTitle").html(str)
|
|
|
- //全选绑定
|
|
|
- bindOperaAll()
|
|
|
- bindRecordScoreBtn()
|
|
|
- bindSetCol()
|
|
|
- bindOrder()
|
|
|
- bindToolTip()
|
|
|
-}
|
|
|
-function bindToolTip() {
|
|
|
- $('.tipIcon').off("hover").hover(function () {
|
|
|
- $('.tooltip').css('visibility', "visible")
|
|
|
- }, function () {
|
|
|
- $('.tooltip').css('visibility', "hidden")
|
|
|
- })
|
|
|
-}
|
|
|
-
|
|
|
-function bindSetCol(){
|
|
|
- $(".setCol").off("click").on("click", function(){
|
|
|
- renderColSet(pageSetCopy)
|
|
|
- })
|
|
|
- $('.setCol').off("hover").hover(function () {
|
|
|
- $('.setCol').css('color', '#00A1FF')
|
|
|
- }, function () {
|
|
|
- $('.setCol').css('color', '#777777')
|
|
|
- })
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
function rendeDeptList(deptList){
|
|
|
let str = `<li class="deptItem ellipsis" data-id=" " data-name="全部">全部</li>`
|
|
|
for(let i = 0; i < deptList.length; i++){
|
|
@@ -714,247 +567,6 @@ function loading(){
|
|
|
function hideLoading(){
|
|
|
$("#mainBox .loadingBox", parent.document).remove()
|
|
|
}
|
|
|
-function bindRecordScoreBtn(){
|
|
|
- $('.recordScoreBtn').off("click").on("click",function(e){
|
|
|
- // if(!hasData('FUNC000017')){
|
|
|
- // return
|
|
|
- // }
|
|
|
- let scoreList = []
|
|
|
- for(let i = 0; i <tabList.length; i++){
|
|
|
- if(tabList[i].hasSelect){
|
|
|
- scoreList.push(tabList[i].behospitalCode)
|
|
|
- }
|
|
|
- }
|
|
|
- if(scoreList.length === 0){
|
|
|
- $.alerModal({"message":'请选择要评分的项!',type:"tip",time:'1000',isFather: true, fatherWrapper: $("#mainBox", parent.document)});
|
|
|
- return
|
|
|
- } else{
|
|
|
- loading()
|
|
|
- for(let j = 0; j < scoreList.length; j++){
|
|
|
- recordScore(scoreList[j],scoreList.length,true)
|
|
|
- }
|
|
|
- }
|
|
|
- })
|
|
|
-}
|
|
|
-function recordScore(behospitalCode,totalNum,hasToast){
|
|
|
- const param = {
|
|
|
- behospitalCode: behospitalCode
|
|
|
- }
|
|
|
- post(api.recordScore,param).then(res =>{
|
|
|
- if(res.data.code == '0'){
|
|
|
- scoreSum++
|
|
|
- if(scoreSum === totalNum){
|
|
|
- hideLoading()
|
|
|
- scoreSum = 0
|
|
|
- const activePage = $(".activePage").attr('data-page') || 1
|
|
|
- getTabData(activePage,qcCheckMain)
|
|
|
- if(hasToast){
|
|
|
- $.alerModal({"message":'评分成功',type:"tip",time:'1000',isFather: true,win: true, fatherWrapper: $("#mainBox", parent.document)});
|
|
|
- }
|
|
|
- }
|
|
|
- }else{
|
|
|
- hideLoading()
|
|
|
- const activePage = $(".activePage").attr('data-page') || 1
|
|
|
- getTabData(activePage)
|
|
|
- if(hasToast){
|
|
|
- $.alerModal({"message":'评分失败,请重试~',type:"tip",time:'1000',win: 'default',isFather: true, fatherWrapper: $("#mainBox", parent.document)});
|
|
|
- }
|
|
|
- }
|
|
|
- }).catch((e) =>{
|
|
|
- hideLoading()
|
|
|
- const activePage = $(".activePage").attr('data-page') || 1
|
|
|
- getTabData(activePage)
|
|
|
- if(hasToast){
|
|
|
- $.alerModal({"message":'评分失败,请重试~',type:"tip",time:'1000',win: 'default',isFather: true, fatherWrapper: $("#mainBox", parent.document)});
|
|
|
- }
|
|
|
- })
|
|
|
-}
|
|
|
-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()
|
|
|
- getPageSet().then(res =>{
|
|
|
- $(".filter").click(); //初始查询
|
|
|
- })
|
|
|
- }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)
|
|
|
- }
|
|
|
- })
|
|
|
-}
|
|
|
$(".patientNumInp").on("input", function(e){
|
|
|
const val = $(this).val().trim()
|
|
|
let beCode=behospitalCode;
|
|
@@ -1191,36 +803,6 @@ $((function($){
|
|
|
$(".divModal",parent.document).html("")
|
|
|
downloadExportedData(res.data, behosDateStart.slice(0,10).replace(/-/g,"")+"-"+behosDateEnd.slice(0,10).replace(/-/g,"")+"抽查住院病历质量情况.xls")
|
|
|
})
|
|
|
- /*$.alerModal({type:"radio",time:'1000',isFather: true, fatherWrapper: $("#mainBox", parent.document)});
|
|
|
- closeRadio()
|
|
|
- radioSelect()
|
|
|
- bindSaveColPort(param)*/
|
|
|
|
|
|
})
|
|
|
-})($));
|
|
|
-function closeRadio(){
|
|
|
- $(".colSetBox .iconClose,.colSetBox .cancalColSet", parent.document ).off("click").on("click",function(){
|
|
|
- $(".divModal",parent.document).html("")
|
|
|
- })
|
|
|
-}
|
|
|
-function radioSelect(){
|
|
|
- $(".selectDate", parent.document).click(function(){
|
|
|
- $(this).find("input").prop("checked",true)
|
|
|
- $(this).siblings().find("input").prop("checked",false)
|
|
|
- })
|
|
|
-}
|
|
|
-function bindSaveColPort(param){
|
|
|
- $(".savePort", parent.document ).off("click").on("click", function(){
|
|
|
- radioCheck = $(".selectDate input[type='radio']:checked", parent.document).attr("data-select")
|
|
|
- let time = radioCheck==2?exportTimeLimit.defectTime:exportTimeLimit.normalTime
|
|
|
- if((new Date(behosDateEnd) - new Date(behosDateStart))/24/60/60/1000 > time){
|
|
|
- $.alerModal({"message":`最多只能导出${time}天`,type:"tip",time:'1000',isFather: true, fatherWrapper: $("#mainBox", parent.document)});
|
|
|
- return
|
|
|
- }
|
|
|
- param.radioCheck = radioCheck||1
|
|
|
- expJson(api.qualityControlExportByDept,param).then(res =>{
|
|
|
- $(".divModal",parent.document).html("")
|
|
|
- downloadExportedData(res.data, behosDateStart.slice(0,10).replace(/-/g,"")+"-"+behosDateEnd.slice(0,10).replace(/-/g,"")+"抽查住院病历质量情况.xls")
|
|
|
- })
|
|
|
- })
|
|
|
-}
|
|
|
+})($));
|