|
@@ -23,7 +23,26 @@ $(function(){
|
|
|
let srcUrl = $("#contentIframe",parent.document).attr("src")
|
|
|
deptName = getUrlArgObjectNew("deptName",srcUrl)||""
|
|
|
from = getUrlArgObjectNew("from",srcUrl)||""
|
|
|
+ isReject = getUrlArgObjectNew("shijian",srcUrl)||""
|
|
|
casesIds = getUrlArgObjectNew("casesId",srcUrl)||""
|
|
|
+ if(isReject == 1){
|
|
|
+ $(".monthYear .mon").css({
|
|
|
+ backgroundColor:'#00A1FF',
|
|
|
+ color:'#fff'
|
|
|
+ }).siblings().css({
|
|
|
+ color:'#00A1FF',
|
|
|
+ backgroundColor:'#fff'
|
|
|
+ })
|
|
|
+ }else{
|
|
|
+ $(".monthYear .year").css({
|
|
|
+ backgroundColor:'#00A1FF',
|
|
|
+ color:'#fff'
|
|
|
+ }).siblings().css({
|
|
|
+ color:'#00A1FF',
|
|
|
+ backgroundColor:'#fff'
|
|
|
+ })
|
|
|
+ }
|
|
|
+
|
|
|
if(from == 1){
|
|
|
$(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="partDetailControl.html">病案首页合格率占比 / </a>缺陷详情`)
|
|
|
$(".partTitle .consoleD").click(function(){
|