|
@@ -557,10 +557,10 @@ $(function() {
|
|
|
}).datepicker( "setDate",endDate);
|
|
|
$(".filter").click(); //初始查询
|
|
|
if(from==2){
|
|
|
- $(".partTitle .titlePic ").html(`<a class="consoleD" href="deptConsole.html">控制台(科室) / </a><a class="consoleP" href="singleVeto.html?form=1">条目缺陷占比 / </a>缺陷详情`)
|
|
|
+ $(".partTitle .titlePic ").html(`<a class="consoleD" href="deptConsole.html">控制台(科室) / </a><a class="consoleP" href="singleVeto.html?from=1">条目缺陷占比 / </a>缺陷详情`)
|
|
|
|
|
|
}else{
|
|
|
- $(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="singleVeto.html?form=1">条目缺陷占比 / </a>缺陷详情`)
|
|
|
+ $(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="singleVeto.html?from=1">条目缺陷占比 / </a>缺陷详情`)
|
|
|
|
|
|
}
|
|
|
$(".partTitle .consoleD").click(function(){
|
|
@@ -568,7 +568,7 @@ $(function() {
|
|
|
$(".container",parent.document).addClass("console-cont");
|
|
|
})
|
|
|
$(".partTitle .consoleP").click(function(){
|
|
|
- $(parent.document).find("#contentIframe").attr("src",`./singleVeto.html?from=${form}`)
|
|
|
+ $(parent.document).find("#contentIframe").attr("src",`./singleVeto.html?from=${from}`)
|
|
|
|
|
|
})
|
|
|
});
|