liuyifan 5 gadi atpakaļ
vecāks
revīzija
85d692e8d5

+ 10 - 0
CallCenterWeb.UI/callScreen/call.js

@@ -459,6 +459,16 @@ function loadOld() {
459 459
                 //layer.msg("加载数据失败", { time: 1500, icon: 2 });
460 460
             }
461 461
         });
462
+    } else if (type == '3') {
463
+        window.onload = function () {
464
+            // window.frames["relatedCasesFrames"].postMessage({mobile: 15512102563}, 'http://222.143.48.99:82')
465
+            window.frames["relatedCasesFrames"].postMessage({mobile: Number}, 'http://222.143.48.99:82')
466
+        }
467
+    } else if (type == '4') {
468
+        window.onload = function () {
469
+            // window.frames["serviceDocumentFrames"].postMessage({mobile: 15512102563}, 'http://222.143.48.99:82')
470
+            window.frames["serviceDocumentFrames"].postMessage({mobile: Number}, 'http://222.143.48.99:82')
471
+        }
462 472
     }
463 473
 }
464 474
 

+ 11 - 3
CallCenterWeb.UI/callScreen/callScreen.html

@@ -596,7 +596,8 @@
596 596
 						<li style="border-bottom:1px solid #f95a83;" itemtype="0" class="cr-click">来电登记</li>
597 597
 						<li style="border-bottom:1px solid #243747;" itemtype="1">历史通话</li>
598 598
                         <li style="border-bottom:1px solid #69cbd0;" itemtype="2" >历史记录</li>
599
-						<li style="border-bottom:1px solid #69cbd0;" itemtype="3" >关联案件</li>
599
+                        <li style="border-bottom:1px solid #69cbd0;" itemtype="3" >关联案件</li>
600
+						<li style="border-bottom:1px solid #69cbd0;" itemtype="4" >文书送达</li>
600 601
 					</ul>
601 602
                     <div class="ld-sercon">
602 603
                         <div class="complain" style="display: block;">
@@ -766,8 +767,15 @@
766 767
                         </div>
767 768
                         <div class="complain" style="display:none;">
768 769
                             <div class="ld-sercon-con clearfix">
769
-                                <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding: 40px;">
770
-                                    <img src="registration.png" width="1000" height="450"/>
770
+                                <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding: 20px 0 20px 20px;">
771
+                                    <iframe src="http://222.143.48.99:82/#/iframList" width="1160px" height="600px" frameborder="0" name="relatedCasesFrames" ></iframe>
772
+                                </div>
773
+                            </div>
774
+                        </div>
775
+                        <div class="complain" style="display:none;">
776
+                            <div class="ld-sercon-con clearfix">
777
+                                <div id="zxlbs" class="table-responsive col-sm-12 tbold" style="padding: 20px 0 20px 20px;">
778
+                                    <iframe src="http://222.143.48.99:82/#/iframList2" width="1160px" height="600px" frameborder="0" name="serviceDocumentFrames" ></iframe>
771 779
                                 </div>
772 780
                             </div>
773 781
                         </div>

+ 4 - 4
CallCenterWeb.UI/index.html

@@ -828,14 +828,14 @@
828 828
                                     <i class="iconfont fa-5x SayFree"></i>
829 829
                                     <p>置闲</p>
830 830
                                 </li>
831
-                                <!-- <li datafun="Meeting">
831
+                                <li datafun="Meeting">
832 832
                                     <i class="iconfont fa-5x Meeting"></i>
833 833
                                     <p>多方通话</p>
834
-                                </li> -->
835
-                                <!-- <li datafun="Transfer">
834
+                                </li>
835
+                                <li datafun="Transfer">
836 836
                                     <i class="iconfont fa-5x Transfer"></i>
837 837
                                     <p>转移</p>
838
-                                </li> -->
838
+                                </li>
839 839
                                 <li datafun="Hold">
840 840
                                     <i class="iconfont fa-5x Hold"></i>
841 841
                                     <p>保持</p>