|
|
@@ -360,7 +360,6 @@
|
|
360
|
360
|
<td class="text-center" style="min-width:50px;">办理时间</td>
|
|
361
|
361
|
<td class="text-center" style="min-width:50px;">是否有处理结果</td>
|
|
362
|
362
|
<td class="text-center" style="min-width:50px;">处理方案/进程</td>
|
|
363
|
|
- <td class="text-center" style="min-width:50px;">是否保密</td>
|
|
364
|
363
|
<td class="text-center" style="min-width:50px;">联系方式</td>
|
|
365
|
364
|
<td class="text-center" style="min-width:50px;">沟通时间</td>
|
|
366
|
365
|
<td class="text-center" style="min-width:50px;">沟通方式</td>
|
|
|
@@ -388,7 +387,6 @@
|
|
388
|
387
|
<td class="text-center" style="min-width:50px;">办理时间</td>
|
|
389
|
388
|
<td class="text-center" style="min-width:50px;">是否有处理结果</td>
|
|
390
|
389
|
<td class="text-center" style="min-width:50px;">处理方案/进程</td>
|
|
391
|
|
- <td class="text-center" style="min-width:50px;">是否保密</td>
|
|
392
|
390
|
<td class="text-center" style="min-width:50px;">联系方式</td>
|
|
393
|
391
|
<td class="text-center" style="min-width:50px;">沟通时间</td>
|
|
394
|
392
|
<td class="text-center" style="min-width:50px;">沟通方式</td>
|
|
|
@@ -753,17 +751,7 @@
|
|
753
|
751
|
isProResultValue = "否";
|
|
754
|
752
|
break;
|
|
755
|
753
|
}
|
|
756
|
|
- //是否保密
|
|
757
|
|
- var isProtectValue = n.F_IsProtect + "";
|
|
758
|
|
- switch (isProtectValue) {
|
|
759
|
|
- case "1":
|
|
760
|
|
- isProtectValue = "是";
|
|
761
|
|
- break;
|
|
762
|
|
- case "0":
|
|
763
|
|
- isProtectValue = "否";
|
|
764
|
|
- break;
|
|
765
|
|
- }
|
|
766
|
|
- //是否保密
|
|
|
754
|
+ //是否满意
|
|
767
|
755
|
var isSatisfiedValue = n.F_IsSatisfied + "";
|
|
768
|
756
|
switch (isSatisfiedValue) {
|
|
769
|
757
|
case "0":
|
|
|
@@ -779,6 +767,16 @@
|
|
779
|
767
|
isSatisfiedValue = "不满意";
|
|
780
|
768
|
break;
|
|
781
|
769
|
}
|
|
|
770
|
+ //沟通时间
|
|
|
771
|
+ var connectTimeValue = n.F_ConnectTime;
|
|
|
772
|
+ switch (connectTimeValue) {
|
|
|
773
|
+ case null:
|
|
|
774
|
+ connectTimeValue = "";
|
|
|
775
|
+ break;
|
|
|
776
|
+ default :
|
|
|
777
|
+ connectTimeValue = n.F_ConnectTime;
|
|
|
778
|
+ }
|
|
|
779
|
+
|
|
782
|
780
|
htmls += '<tr>' +
|
|
783
|
781
|
'<td class="text-center">' + n.F_DealUser + '</td>' +
|
|
784
|
782
|
'<td class="text-center">' + n.DeptName + '</td>' +
|
|
|
@@ -787,9 +785,8 @@
|
|
787
|
785
|
'<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
788
|
786
|
'<td class="text-center">' + isProResultValue + '</td>' +
|
|
789
|
787
|
'<td class="text-center">' + n.F_ProSituation + '</td>' +
|
|
790
|
|
- '<td class="text-center">' + isProtectValue + '</td>' +
|
|
791
|
788
|
'<td class="text-center">' + n.F_DealUserContact + '</td>' +
|
|
792
|
|
- '<td class="text-center">' + n.F_ConnectTime + '</td>' +
|
|
|
789
|
+ '<td class="text-center">' + connectTimeValue + '</td>' +
|
|
793
|
790
|
'<td class="text-center">' + n.F_ConnectMode + '</td>' +
|
|
794
|
791
|
'<td class="text-center">' + n.F_ReplyContent + '</td>' +
|
|
795
|
792
|
'<td class="text-center">' + isSatisfiedValue + '</td>' +
|
|
|
@@ -837,17 +834,7 @@
|
|
837
|
834
|
isProResultValue = "否";
|
|
838
|
835
|
break;
|
|
839
|
836
|
}
|
|
840
|
|
- //是否保密
|
|
841
|
|
- var isProtectValue = n.F_IsProtect + "";
|
|
842
|
|
- switch (isProtectValue) {
|
|
843
|
|
- case "1":
|
|
844
|
|
- isProtectValue = "是";
|
|
845
|
|
- break;
|
|
846
|
|
- case "0":
|
|
847
|
|
- isProtectValue = "否";
|
|
848
|
|
- break;
|
|
849
|
|
- }
|
|
850
|
|
- //是否保密
|
|
|
837
|
+ //是否满意
|
|
851
|
838
|
var isSatisfiedValue = n.F_IsSatisfied + "";
|
|
852
|
839
|
switch (isSatisfiedValue) {
|
|
853
|
840
|
case "0":
|
|
|
@@ -863,18 +850,26 @@
|
|
863
|
850
|
isSatisfiedValue = "不满意";
|
|
864
|
851
|
break;
|
|
865
|
852
|
}
|
|
|
853
|
+ //沟通时间
|
|
|
854
|
+ var connectTimeValue = n.F_ConnectTime;
|
|
|
855
|
+ switch (connectTimeValue) {
|
|
|
856
|
+ case null:
|
|
|
857
|
+ connectTimeValue = "";
|
|
|
858
|
+ break;
|
|
|
859
|
+ default :
|
|
|
860
|
+ connectTimeValue = n.F_ConnectTime;
|
|
|
861
|
+ }
|
|
866
|
862
|
|
|
867
|
863
|
SJhtmls += '<tr>' +
|
|
868
|
|
- '<td class="text-center">' + n.UserName + '</td>' +
|
|
|
864
|
+ '<td class="text-center">' + n.F_DealUser + '</td>' +
|
|
869
|
865
|
'<td class="text-center">' + n.DeptName + '</td>' +
|
|
870
|
866
|
'<td class="text-center" data-formatter="shtype">' + bval + '</td>' +
|
|
871
|
867
|
'<td class="text-center">' + n.F_Result + '</td>' +
|
|
872
|
868
|
'<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
873
|
869
|
'<td class="text-center">' + isProResultValue + '</td>' +
|
|
874
|
870
|
'<td class="text-center">' + n.F_ProSituation + '</td>' +
|
|
875
|
|
- '<td class="text-center">' + isProtectValue + '</td>' +
|
|
876
|
871
|
'<td class="text-center">' + n.F_DealUserContact + '</td>' +
|
|
877
|
|
- '<td class="text-center">' + n.F_ConnectTime + '</td>' +
|
|
|
872
|
+ '<td class="text-center">' + connectTimeValue + '</td>' +
|
|
878
|
873
|
'<td class="text-center">' + n.F_ConnectMode + '</td>' +
|
|
879
|
874
|
'<td class="text-center">' + n.F_ReplyContent + '</td>' +
|
|
880
|
875
|
'<td class="text-center">' + isSatisfiedValue + '</td>' +
|