|
|
@@ -91,7 +91,6 @@
|
|
91
|
91
|
top: 0;
|
|
92
|
92
|
left: 0;
|
|
93
|
93
|
width: 100%;
|
|
94
|
|
- height: 100%;
|
|
95
|
94
|
background: rgba(0, 0, 0, 0.48);
|
|
96
|
95
|
z-index: 10004;
|
|
97
|
96
|
display: none;
|
|
|
@@ -589,6 +588,7 @@
|
|
589
|
588
|
title: '工单详情',
|
|
590
|
589
|
area: ['87%', '80%'], //宽高
|
|
591
|
590
|
});
|
|
|
591
|
+ Close();
|
|
592
|
592
|
}
|
|
593
|
593
|
//编辑
|
|
594
|
594
|
function bj(str) {
|
|
|
@@ -598,9 +598,11 @@
|
|
598
|
598
|
title: '编辑工单',
|
|
599
|
599
|
area: ['96%', '80%'], //宽高
|
|
600
|
600
|
});
|
|
|
601
|
+ Close();
|
|
601
|
602
|
}
|
|
602
|
603
|
//删除
|
|
603
|
604
|
function move(str) {
|
|
|
605
|
+ Close();
|
|
604
|
606
|
layer.confirm('确定删除工单?', {
|
|
605
|
607
|
btn: ['是', '否'] //按钮
|
|
606
|
608
|
}, function() {
|
|
|
@@ -618,6 +620,7 @@
|
|
618
|
620
|
}
|
|
619
|
621
|
//提交
|
|
620
|
622
|
function tj(str) {
|
|
|
623
|
+ Close();
|
|
621
|
624
|
layer.confirm('确定要提交工单么?', {
|
|
622
|
625
|
btn: ['确定', '取消'] //按钮
|
|
623
|
626
|
}, function() {
|
|
|
@@ -637,6 +640,7 @@
|
|
637
|
640
|
}
|
|
638
|
641
|
//交办
|
|
639
|
642
|
function jb(str) {
|
|
|
643
|
+ Close();
|
|
640
|
644
|
layer.open({
|
|
641
|
645
|
type: 2,
|
|
642
|
646
|
content: "../CommonHtml/jiaoban.html?wid=" + str, //iframe的url,no代表不显示滚动条
|
|
|
@@ -646,6 +650,7 @@
|
|
646
|
650
|
}
|
|
647
|
651
|
//领导批示
|
|
648
|
652
|
function lader(str) {
|
|
|
653
|
+ Close();
|
|
649
|
654
|
layer.open({
|
|
650
|
655
|
type: 2,
|
|
651
|
656
|
content: "../CommonHtml/Leader.html?wid=" + str, //iframe的url,no代表不显示滚动条
|
|
|
@@ -655,6 +660,7 @@
|
|
655
|
660
|
}
|
|
656
|
661
|
//市长批示
|
|
657
|
662
|
function city(str) {
|
|
|
663
|
+ Close();
|
|
658
|
664
|
layer.open({
|
|
659
|
665
|
type: 2,
|
|
660
|
666
|
content: "../CommonHtml/shizhang.html?wid=" + str, //iframe的url,no代表不显示滚动条
|
|
|
@@ -664,6 +670,7 @@
|
|
664
|
670
|
}
|
|
665
|
671
|
//办理
|
|
666
|
672
|
function bl(str) {
|
|
|
673
|
+ Close();
|
|
667
|
674
|
layer.open({
|
|
668
|
675
|
type: 2,
|
|
669
|
676
|
content: "../CommonHtml/banli.html?wid=" + str, //iframe的url,no代表不显示滚动条
|
|
|
@@ -674,6 +681,7 @@
|
|
674
|
681
|
//督办
|
|
675
|
682
|
|
|
676
|
683
|
function Supervision(str) {
|
|
|
684
|
+ Close();
|
|
677
|
685
|
layer.open({
|
|
678
|
686
|
type: 2,
|
|
679
|
687
|
content: "../CommonHtml/Supervision_.html?wid=" + str + '&type=1', //iframe的url,no代表不显示滚动条
|
|
|
@@ -684,6 +692,7 @@
|
|
684
|
692
|
|
|
685
|
693
|
//督查
|
|
686
|
694
|
function Supervision_(str) {
|
|
|
695
|
+ Close();
|
|
687
|
696
|
layer.open({
|
|
688
|
697
|
type: 2,
|
|
689
|
698
|
content: "../CommonHtml/Supervision_.html?wid=" + str + '&type=2', //iframe的url,no代表不显示滚动条
|
|
|
@@ -693,6 +702,7 @@
|
|
693
|
702
|
}
|
|
694
|
703
|
//强制结案
|
|
695
|
704
|
function StrongLawsuit(str) {
|
|
|
705
|
+ Close();
|
|
696
|
706
|
layer.open({
|
|
697
|
707
|
type: 2,
|
|
698
|
708
|
content: "../CommonHtml/StrongLawsuit.html?wid=" + str, //iframe的url,no代表不显示滚动条
|
|
|
@@ -702,6 +712,7 @@
|
|
702
|
712
|
}
|
|
703
|
713
|
//回退BackDtail
|
|
704
|
714
|
function BackDtail(str) {
|
|
|
715
|
+ Close();
|
|
705
|
716
|
layer.open({
|
|
706
|
717
|
type: 2,
|
|
707
|
718
|
content: "../CommonHtml/BackDatil.html?wid=" + str, //iframe的url,no代表不显示滚动条
|
|
|
@@ -711,6 +722,7 @@
|
|
711
|
722
|
}
|
|
712
|
723
|
//查收
|
|
713
|
724
|
function cs(str) {
|
|
|
725
|
+ Close();
|
|
714
|
726
|
layer.confirm('确定要查收?', {
|
|
715
|
727
|
btn: ['是', '否'] //按钮
|
|
716
|
728
|
}, function() {
|
|
|
@@ -728,6 +740,7 @@
|
|
728
|
740
|
}
|
|
729
|
741
|
//收回
|
|
730
|
742
|
function sh(str) {
|
|
|
743
|
+ Close();
|
|
731
|
744
|
layer.confirm('确定要回收?', {
|
|
732
|
745
|
btn: ['是', '否'] //按钮
|
|
733
|
746
|
}, function() {
|
|
|
@@ -745,12 +758,14 @@
|
|
745
|
758
|
}
|
|
746
|
759
|
//强制回收
|
|
747
|
760
|
function recycles() {
|
|
|
761
|
+ Close();
|
|
748
|
762
|
layer.confirm('确定要强制退回吗?', {
|
|
749
|
763
|
btn: ['是', '否'] //按钮
|
|
750
|
764
|
});
|
|
751
|
765
|
}
|
|
752
|
766
|
//退回申请
|
|
753
|
767
|
function th(str) {
|
|
|
768
|
+ Close();
|
|
754
|
769
|
layer.open({
|
|
755
|
770
|
type: 2,
|
|
756
|
771
|
content: "../CommonHtml/tuihuisq.html?wid=" + str, //iframe的url,no代表不显示滚动条
|
|
|
@@ -760,6 +775,7 @@
|
|
760
|
775
|
}
|
|
761
|
776
|
//审核退回申请
|
|
762
|
777
|
function shth(str) {
|
|
|
778
|
+ Close();
|
|
763
|
779
|
layer.open({
|
|
764
|
780
|
type: 2,
|
|
765
|
781
|
content: "../CommonHtml/shth.html?wid=" + str, //iframe的url,no代表不显示滚动条
|
|
|
@@ -778,6 +794,7 @@
|
|
778
|
794
|
// }
|
|
779
|
795
|
//申请延时
|
|
780
|
796
|
function ys(str) {
|
|
|
797
|
+ Close();
|
|
781
|
798
|
layer.open({
|
|
782
|
799
|
type: 2,
|
|
783
|
800
|
content: "../CommonHtml/Timesq.html?wid=" + str, //iframe的url,no代表不显示滚动条
|
|
|
@@ -787,6 +804,7 @@
|
|
787
|
804
|
}
|
|
788
|
805
|
//审核申请延时
|
|
789
|
806
|
function shys(str) {
|
|
|
807
|
+ Close();
|
|
790
|
808
|
layer.open({
|
|
791
|
809
|
type: 2,
|
|
792
|
810
|
content: "../CommonHtml/shtime.html?wid=" + str, //iframe的url,no代表不显示滚动条
|
|
|
@@ -796,6 +814,7 @@
|
|
796
|
814
|
}
|
|
797
|
815
|
//诉求回访
|
|
798
|
816
|
function hf(str) {
|
|
|
817
|
+ Close();
|
|
799
|
818
|
layer.open({
|
|
800
|
819
|
type: 2,
|
|
801
|
820
|
content: "../CommonHtml/Back.html?wid=" + str, //iframe的url,no代表不显示滚动条
|
|
|
@@ -805,6 +824,7 @@
|
|
805
|
824
|
}
|
|
806
|
825
|
//重办工单
|
|
807
|
826
|
function cb(str) {
|
|
|
827
|
+ Close();
|
|
808
|
828
|
layer.open({
|
|
809
|
829
|
type: 2,
|
|
810
|
830
|
content: "../CommonHtml/Cb.html?wid=" + str, //iframe的url,no代表不显示滚动条
|
|
|
@@ -814,6 +834,7 @@
|
|
814
|
834
|
}
|
|
815
|
835
|
//结案
|
|
816
|
836
|
function Lawsuit(str) {
|
|
|
837
|
+ Close();
|
|
817
|
838
|
layer.open({
|
|
818
|
839
|
type: 2,
|
|
819
|
840
|
content: "../CommonHtml/lawsuits.html?wid=" + str, //iframe的url,no代表不显示滚动条
|
|
|
@@ -957,7 +978,10 @@
|
|
957
|
978
|
}
|
|
958
|
979
|
|
|
959
|
980
|
};
|
|
960
|
|
-
|
|
|
981
|
+ function Close(){
|
|
|
982
|
+ $(".lyxz").removeClass("cx");
|
|
|
983
|
+ $('audio')[0].pause();
|
|
|
984
|
+ }
|
|
961
|
985
|
</script>
|
|
962
|
986
|
</body>
|
|
963
|
987
|
|