瀏覽代碼

省平台审核工单

miaofuhao 3 年之前
父節點
當前提交
93c2334293

+ 9 - 0
WebUI/CallCenterWeb.UI/ProvincialPlatformManagement/LawsuitProvincialPlatform.html

@@ -714,6 +714,15 @@
714 714
                 }
715 715
             );
716 716
         }
717
+        function auditAll(str){
718
+//      	haveDoneToAuditOperationAll.html
719
+			layer.open({
720
+                type: 2,
721
+                content: "../CommonHtml/haveDoneToAuditOperationAll.html?wid=" + str + "&nexttype=1", //iframe的url,no代表不显示滚动条
722
+                title: "审核不通过",
723
+                area: ["50%", "50%"], //宽高
724
+            });
725
+        }
717 726
         //交办
718 727
         function jb(str) {
719 728
             layer.open({

+ 9 - 0
WebUI/CallCenterWeb.UI/ProvincialPlatformManagement/haveDoneToAuditProvincialPlatform.html

@@ -853,6 +853,15 @@
853 853
                 area: ["50%", "40%"], //宽高
854 854
             });
855 855
         }
856
+         function auditAll(str){
857
+//      	haveDoneToAuditOperationAll.html
858
+			layer.open({
859
+                type: 2,
860
+                content: "../CommonHtml/haveDoneToAuditOperationAll.html?wid=" + str + "&nexttype=1", //iframe的url,no代表不显示滚动条
861
+                title: "审核不通过",
862
+                area: ["50%", "50%"], //宽高
863
+            });
864
+        }
856 865
         //审核通过
857 866
         function approved(str) {
858 867