Parcourir la Source

Revert "2.4.13"

This reverts commit f41c8f729f01ba5e3a644511fd01751408c56502.
miaofuhao il y a 3 ans
Parent
commit
27aacfebf1

+ 6 - 6
WebUI/CallCenterWeb.UI/CommonHtml/WorkDatil.html

@@ -550,7 +550,7 @@
550 550
                                 <td class="text-center" style="min-width:80px;">承办人</td>
551 551
                                 <td class="text-center" style="min-width:80px;">联系方式</td>
552 552
                                 <td class="text-center" style="min-width:80px;">职务</td>
553
-                                <!--<td class="text-center" style="min-width:80px;">处理结果</td>-->
553
+                                <td class="text-center" style="min-width:80px;">处理结果</td>
554 554
                                 <td class="text-center" style="min-width:80px;">单位</td>
555 555
                                 <!-- <td class="text-center" style="min-width:80px;">类型</td> -->
556 556
                                 <td class="text-center" style="min-width:80px;">办理结果</td>
@@ -611,7 +611,7 @@
611 611
                                 <td class="text-center" style="min-width:80px;">承办人</td>
612 612
                                 <td class="text-center" style="min-width:80px;">联系方式</td>
613 613
                                 <td class="text-center" style="min-width:80px;">职务</td>
614
-                                <!--<td class="text-center" style="min-width:80px;">处理结果</td>-->
614
+                                <td class="text-center" style="min-width:80px;">处理结果</td>
615 615
                                 <td class="text-center" style="min-width:80px;">单位</td>
616 616
                                 <!-- <td class="text-center" style="min-width:80px;">类型</td> -->
617 617
                                 <td class="text-center" style="min-width:80px;">办理结果</td>
@@ -1491,8 +1491,8 @@
1491 1491
                                             '</td>' +
1492 1492
                                             '<td class="text-center">' + dutiesValue +
1493 1493
                                             '</td>' +
1494
-//                                          '<td class="text-center">' + situationValue +
1495
-//                                          '</td>' +
1494
+                                            '<td class="text-center">' + situationValue +
1495
+                                            '</td>' +
1496 1496
                                             '<td class="text-center">' + n.DeptName +
1497 1497
                                             '</td>' +
1498 1498
                                             '<td class="text-center">' + n.F_Result +
@@ -1721,8 +1721,8 @@
1721 1721
                                             '</td>' +
1722 1722
                                             '<td class="text-center">' + dutiesValue +
1723 1723
                                             '</td>' +
1724
-//                                          '<td class="text-center">' + situationValue +
1725
-//                                          '</td>' +
1724
+                                            '<td class="text-center">' + situationValue +
1725
+                                            '</td>' +
1726 1726
                                             '<td class="text-center">' + n.DeptName +
1727 1727
                                             '</td>' +
1728 1728
                                             '<td class="text-center">' + n.F_Result +

+ 8 - 19
WebUI/CallCenterWeb.UI/CommonHtml/banli.html

@@ -59,10 +59,9 @@
59 59
                 </td>
60 60
             </tr>
61 61
             <tr>
62
-                <th class="Importent">理结果:</th>
62
+                <th class="Importent">理结果:</th>
63 63
                 <td colspan="5">
64
-                    <textarea data-adaptheight id="situation" onkeyup="OnFocusFun(this)" name="" rows="6" cols=""></textarea>
65
-                    <textarea data-adaptheight id="result"  hidden="hidden" name="" rows="6" cols=""></textarea>                  
64
+                    <textarea data-adaptheight id="situation" name="" rows="6" cols=""></textarea>
66 65
                 </td>
67 66
             </tr>
68 67
             <tr>
@@ -139,7 +138,7 @@
139 138
                     </span>
140 139
                 </td>
141 140
             </tr>
142
-            <tr style="display: none;">
141
+            <tr>
143 142
                 <td>
144 143
                     <button class="btns handleBtn">查看办理结果</button>
145 144
                 </td>
@@ -225,14 +224,10 @@
225 224
                         layer.msg("联系方式不能为空");
226 225
                     } else if ($("#duties").val() == "") {
227 226
                         layer.msg("职务不能为空");
228
-                    } 
229
-//                  else if ($("#result").val() == "") {
230
-//                      layer.msg("请生成办理结果");
231
-//                  }
232
-                    else {
227
+                    } else if ($("#result").val() == "") {
228
+                        layer.msg("请生成办理结果");
229
+                    } else {
233 230
                         State = 1;
234
-                        $("#situation").val(stripscript($("#situation").val()));
235
-                        $("#result").val($("#situation").val().replace(simpleDetailStrStart, ''))
236 231
                         JA();
237 232
                     }
238 233
                 } else if ($('#isProResultRadio input[name="isDisposeResult"]:checked').val() == "2") {
@@ -339,10 +334,6 @@
339 334
                 $("#result").val(simpleDetailStr);
340 335
             });
341 336
         });
342
-        //得到焦点时触发事件 
343
-        function OnFocusFun(element) {
344
-            (element.value.indexOf(simpleDetailStrStart) === 0) || (element.value = simpleDetailStrStart);
345
-        }
346 337
         //交办
347 338
         function JA() {
348 339
             $.post(
@@ -354,9 +345,8 @@
354 345
                     AuditUser: $("#auditUser").val(), //审核领导
355 346
                     post: $("#auditUserDuties").val(), //审核领导职务
356 347
                     auditContact: $("#auditContact").val(), //审核领导联系方式
357
-                    situation: $("#situation").val().replace(simpleDetailStrStart, ''), //处理情况
358
-//                  result: $("#result").val(), //办理结果
359
-                    result: $("#situation").val(), //办理结果
348
+                    situation: $("#situation").val(), //处理情况
349
+                    result: $("#result").val(), //办理结果
360 350
                     isproresult: $(
361 351
                         '#isProResultRadio input[name="isDisposeResult"]:checked'
362 352
                     ).val(), //处理结果
@@ -608,7 +598,6 @@
608 598
                         // ")反映" +
609 599
                         // data.F_ComTitle +
610 600
                         // "问题,";
611
-                        $("#situation").val(simpleDetailStrStart);
612 601
                     }
613 602
                 }
614 603
             );