liuzhihui 3 lat temu
rodzic
commit
6f22d1bda0

+ 5 - 2
WebUI/CallCenterWeb.UI/Business/WorkDC.html

@@ -445,6 +445,7 @@
445 445
                     html1 = html1.replace("data", val);
446 446
                     html1 = html1.replace("isProtect", row.F_IsProtect);
447 447
                     html1 = html1.replace("row", row.F_MainDeptId);
448
+                    html1 = html1.replace("isSPT", row.SourceName);
448 449
                 }
449 450
                 html += html1;
450 451
             }
@@ -550,13 +551,15 @@
550 551
             });
551 552
         }
552 553
         //办理
553
-        function bl(str, isProtect) {
554
+        function bl(str, isProtect,isSPT) {
554 555
             layer.open({
555 556
                 type: 2,
556 557
                 content: "../CommonHtml/banli.html?wid=" +
557 558
                     str +
558 559
                     "&isProtect=" +
559
-                    isProtect, //iframe的url,no代表不显示滚动条
560
+                    isProtect+
561
+                    "&isSPT="+
562
+                    isSPT, //iframe的url,no代表不显示滚动条
560 563
                 title: "办理工单",
561 564
                 area: ["60%", "80%"], //宽高
562 565
             });

Plik diff jest za duży
+ 1434 - 1355
WebUI/CallCenterWeb.UI/CommonHtml/AddAppeal.html


+ 5 - 0
WebUI/CallCenterWeb.UI/CommonHtml/banli.html

@@ -160,6 +160,7 @@
160 160
     <script>
161 161
         var wid = helper.request.queryString("wid");
162 162
         var isProtect = helper.request.queryString("isProtect");
163
+        var isSPT = helper.request.queryString("isSPT");      
163 164
         var State;
164 165
         var a = $("#ID").val();
165 166
         var simpleDetailStrStart = "";
@@ -216,6 +217,10 @@
216 217
                 }
217 218
             });
218 219
             $(".Submit").click(function () {
220
+            	if(decodeURI(isSPT) === '省12345平台' && $("#situation").val().length > 1000){  
221
+           		    layer.msg("办理结果不能超过1000字");
222
+           		    return; 
223
+            	}
219 224
                 if ($('#isProResultRadio input[name="isDisposeResult"]:checked').val() == "1") {
220 225
                     if ($("#dealman").val() == "") {
221 226
                         layer.msg("办理人不能为空");

+ 1 - 1
WebUI/CallCenterWeb.UI/MarketingManagement/WorkDSZBMarketing.html

@@ -498,7 +498,7 @@
498 498
             layer.open({
499 499
                 type: 2,
500 500
                 content: "../CommonHtml/AddAppeal.html?wid=" + str + "&workType=jb" + "&IsExamine=" +
501
-                    IsExamine, //iframe的url,no代表不显示滚动条
501
+                    IsExamine+"&isDoBusiness=1", //iframe的url,no代表不显示滚动条
502 502
                 title: "编辑工单",
503 503
                 area: ["95%", "95%"], //宽高
504 504
             });

+ 1 - 1
WebUI/CallCenterWeb.UI/Script/Common/huayi.config.js

@@ -23,7 +23,7 @@ huayi.config = {
23 23
         "<a class='xg' onclick='sh(\"data\")' title='收回'>收回</a>", //收回10
24 24
         "<a class='xg' onclick='cs(\"data\")' title='查收'>查收</a>", //查收11
25 25
         "<a class='xg' onclick='th(\"data\")' title='退回申请'>退回申请</a>", //退回申请12
26
-        "<a class='xg' onclick='bl(\"data\",\"isProtect\")' title='办理'>办理</a>", //办理13
26
+        "<a class='xg' onclick='bl(\"data\",\"isProtect\",\"isSPT\")' title='办理'>办理</a>", //办理13
27 27
         "<a class='xg' onclick='ys(\"data\")' title='申请延时'>申请延时</a>", //延时申请14
28 28
         "<a class='xg' onclick='shth(\"data\")' title='退回审核'>退回审核</a>", //退回审核15
29 29
         "<a class='xg' onclick='hf(\"data\")' title='审核'>审核</a>", //审核16

+ 5 - 5
WebUI/CallCenterWeb.UI/YeWu/businessStatisticsWorkReport.html

@@ -104,10 +104,10 @@
104 104
                             	<th data-field="total" data-formatter="totalNumber" data-align="center">承办总量</th>
105 105
                                 <th data-field="cbrate" data-align="center">承办办结率</th>
106 106
                                 <th data-field="zbtotal" data-formatter="zbtotalNumber" data-align="center">直办总量</th>
107
-                                <th data-field="zbbjcount" data-formatter="zbbjcountNumber" data-align="center">直办办结量</th>
107
+                                <th data-field="zbbjcount" data-formatter="zbbjcountNumbers" data-align="center">直办办结量</th>
108 108
                                 <th data-field="zbrate" data-align="center">直办办结率</th>
109 109
                                 <th data-field="zhtotal" data-formatter="zhtotalNumber" data-align="center">转办总量</th>
110
-                                <th data-field="zbbjcount" data-formatter="zbbjcountNumber" data-align="center">转办办结量</th>
110
+                                <th data-field="zhbjcount" data-formatter="zbbjcountNumber" data-align="center">转办办结量</th>
111 111
                                 <th data-field="zhbrate" data-align="center">转办办结率</th>
112 112
                                 <th data-field="zcount" data-formatter="zcountNumber" data-align="center">正常回复</th>
113 113
                                 <th data-field="ybwg" data-formatter="ybwgNumber" data-align="center">已办未果</th>
@@ -162,8 +162,8 @@
162 162
         	 return '<div class="imgs" ><a class="" onclick="zbtotalList(\'' + row.F_Key + '\')" >' + val +
163 163
                 '</a></div>';
164 164
         }
165
-        function zbbjcountNumber(val, row,index){
166
-        	 return '<div class="imgs" ><a class="" onclick="zbbjcountList(\'' + row.F_Key + '\')" >' + val +
165
+        function zbbjcountNumbers(val, row,index){
166
+        	 return '<div class="imgs" ><a class="" onclick="zbbjcountLists(\'' + row.F_Key + '\')" >' + val +
167 167
                 '</a></div>';
168 168
         }
169 169
         function zhtotalNumber(val, row,index){
@@ -249,7 +249,7 @@
249 249
         function zbtotalList(){
250 250
         	getTabList(2)
251 251
         }
252
-        function zbbjcountList(){
252
+        function zbbjcountLists(){
253 253
         	getTabList(3)
254 254
         }
255 255
         function zhtotalList(){