|
|
@@ -140,6 +140,7 @@
|
|
140
|
140
|
<li itemtype="5" itemid="7" itemaction="1">督办信息</li>
|
|
141
|
141
|
<li itemtype="6" itemid="8">市民催办</li>
|
|
142
|
142
|
<li itemtype="7" itemid="9">办理过程</li>
|
|
|
143
|
+ <li itemtype="8" itemid="10">市民评议</li>
|
|
143
|
144
|
</ul>
|
|
144
|
145
|
<div class="Content_box">
|
|
145
|
146
|
<!--诉求信息-->
|
|
|
@@ -274,6 +275,16 @@
|
|
274
|
275
|
</td>
|
|
275
|
276
|
</tr>
|
|
276
|
277
|
<tr>
|
|
|
278
|
+ <th>关联工单类型:</th>
|
|
|
279
|
+ <td>
|
|
|
280
|
+ <span class="associatedWorkOrderType"></span>
|
|
|
281
|
+ </td>
|
|
|
282
|
+ <th>关联工单:</th>
|
|
|
283
|
+ <td colspan="5">
|
|
|
284
|
+ <span class="associatedWorkOrderList"></span>
|
|
|
285
|
+ </td>
|
|
|
286
|
+ </tr>
|
|
|
287
|
+ <tr>
|
|
277
|
288
|
<th>处理结果:</th>
|
|
278
|
289
|
<td colspan="7">
|
|
279
|
290
|
<span class="Result"></span>
|
|
|
@@ -519,7 +530,7 @@
|
|
519
|
530
|
<td class="text-center" style="min-width:80px;">职务</td>
|
|
520
|
531
|
<td class="text-center" style="min-width:80px;">处理结果</td>
|
|
521
|
532
|
<td class="text-center" style="min-width:80px;">单位</td>
|
|
522
|
|
- <td class="text-center" style="min-width:80px;">类型</td>
|
|
|
533
|
+ <!-- <td class="text-center" style="min-width:80px;">类型</td> -->
|
|
523
|
534
|
<td class="text-center" style="min-width:80px;">办理结果</td>
|
|
524
|
535
|
<td class="text-center" style="min-width:80px;">办理时间</td>
|
|
525
|
536
|
<td class="text-center" style="min-width:80px;">是/否向当事人反馈</td>
|
|
|
@@ -551,7 +562,7 @@
|
|
551
|
562
|
<td class="text-center" style="min-width:80px;">职务</td>
|
|
552
|
563
|
<td class="text-center" style="min-width:80px;">处理结果</td>
|
|
553
|
564
|
<td class="text-center" style="min-width:80px;">单位</td>
|
|
554
|
|
- <td class="text-center" style="min-width:80px;">类型</td>
|
|
|
565
|
+ <!-- <td class="text-center" style="min-width:80px;">类型</td> -->
|
|
555
|
566
|
<td class="text-center" style="min-width:80px;">办理结果</td>
|
|
556
|
567
|
<td class="text-center" style="min-width:80px;">办理时间</td>
|
|
557
|
568
|
<td class="text-center" style="min-width:80px;">是/否向当事人反馈</td>
|
|
|
@@ -682,6 +693,24 @@
|
|
682
|
693
|
</table>
|
|
683
|
694
|
</div>
|
|
684
|
695
|
</div>
|
|
|
696
|
+ <!--市民评议-->
|
|
|
697
|
+ <div class="complain DCL" id="">
|
|
|
698
|
+ <div style="width: 100%;padding: 10px;">
|
|
|
699
|
+ <table class="Table" border="" cellspacing="0" cellpadding="0">
|
|
|
700
|
+ <theard>
|
|
|
701
|
+ <tr>
|
|
|
702
|
+ <td class="text-center" style="min-width:50px;">序号</td>
|
|
|
703
|
+ <td class="text-center" style="min-width:50px;">评议时间</td>
|
|
|
704
|
+ <td class="text-center" data-align="left" style="min-width:100px;">满意度</td>
|
|
|
705
|
+ <td class="text-center" style="min-width:100px;">评议内容</td>
|
|
|
706
|
+ </tr>
|
|
|
707
|
+ </theard>
|
|
|
708
|
+ <tbody id="SMPY">
|
|
|
709
|
+ </tbody>
|
|
|
710
|
+ </table>
|
|
|
711
|
+ </div>
|
|
|
712
|
+ </div>
|
|
|
713
|
+
|
|
685
|
714
|
</div>
|
|
686
|
715
|
</div>
|
|
687
|
716
|
<script src="https://api.map.baidu.com/api?v=2.0&ak=ZG4gLQZUD6Eq1K11cqlYAR4by8CKgLyu&callback=mapinit"></script>
|
|
|
@@ -747,7 +776,8 @@
|
|
747
|
776
|
$(this).addClass("cr-click").siblings().removeClass("cr-click");
|
|
748
|
777
|
var index = $(this).index();
|
|
749
|
778
|
var type = $(this).attr("itemid");
|
|
750
|
|
- $(".Content_box").find(".complain").eq(index).addClass("Shows").siblings().removeClass("Shows");
|
|
|
779
|
+ $(".Content_box").find(".complain").eq(index).addClass("Shows").siblings().removeClass(
|
|
|
780
|
+ "Shows");
|
|
751
|
781
|
if (!$(this).attr("itemaction")) {
|
|
752
|
782
|
load(type);
|
|
753
|
783
|
$(this).attr("itemaction", '1');
|
|
|
@@ -810,7 +840,8 @@
|
|
810
|
840
|
$(".AreaName").text(Data[0].AreaName);
|
|
811
|
841
|
isProtect = result.data.data[0].F_IsProtect
|
|
812
|
842
|
if (Data[0].F_CusPhone) {
|
|
813
|
|
- if (roleCode === "GLY" || roleCode === "ZXHWY" || roleCode === "ZXLD") {
|
|
|
843
|
+ if (roleCode === "GLY" || roleCode === "ZXHWY" ||
|
|
|
844
|
+ roleCode === "ZXLD") {
|
|
814
|
845
|
$(".F_ConPhone").hide()
|
|
815
|
846
|
} else {
|
|
816
|
847
|
$(".phoneTitle").unbind("click");
|
|
|
@@ -820,7 +851,8 @@
|
|
820
|
851
|
$(".phoneTitle").unbind("click");
|
|
821
|
852
|
}
|
|
822
|
853
|
if (Data[0].F_CusName) {
|
|
823
|
|
- if (roleCode === "GLY" || roleCode === "ZXHWY" || roleCode === "ZXLD") {
|
|
|
854
|
+ if (roleCode === "GLY" || roleCode === "ZXHWY" ||
|
|
|
855
|
+ roleCode === "ZXLD") {
|
|
824
|
856
|
$(".F_CusName").hide()
|
|
825
|
857
|
} else {
|
|
826
|
858
|
$(".callerTitle").unbind("click");
|
|
|
@@ -835,34 +867,41 @@
|
|
835
|
867
|
// HTML = '<a style="margin-right:5px;" href="' + n.F_FileUrl + '" download="' + n.F_FileName.substring(19)+ '">' + n.F_FileName.substring(19) + '</a>'
|
|
836
|
868
|
// $(HTML).appendTo($('.FJ'));
|
|
837
|
869
|
var $list = $(".FJ");
|
|
838
|
|
- if (v.F_FileType == ".jpg" || v.F_FileType == ".png" || v
|
|
|
870
|
+ if (v.F_FileType == ".jpg" || v.F_FileType ==
|
|
|
871
|
+ ".png" || v
|
|
839
|
872
|
.F_FileType == ".image") {
|
|
840
|
873
|
//原来的图片
|
|
841
|
874
|
var $li = $(
|
|
842
|
875
|
//<i class="glyphicon glyphicon-download-alt" aria-hidden="true"></i>
|
|
843
|
|
- '<li><span class="img_mask"><a href="' + v
|
|
844
|
|
- .F_FileUrl +
|
|
|
876
|
+ '<li><span class="img_mask"><a href="' +
|
|
|
877
|
+ v
|
|
|
878
|
+ .F_FileUrl +
|
|
845
|
879
|
'" download="w3logo" title="点击下载"></a></span>' +
|
|
846
|
|
- '<img layer-src="' + v.F_FileUrl + '" alt="' + v
|
|
847
|
|
- .F_FileName + '" src="' + v.F_FileUrl +
|
|
|
880
|
+ '<img layer-src="' + v.F_FileUrl +
|
|
|
881
|
+ '" alt="' + v
|
|
|
882
|
+ .F_FileName + '" src="' + v.F_FileUrl +
|
|
848
|
883
|
'" title="图片"/>' +
|
|
849
|
884
|
// '<span class="file_name">' + v.F_FileName + '</span>' +
|
|
850
|
885
|
'</li>'
|
|
851
|
886
|
);
|
|
852
|
887
|
$list.append($li);
|
|
853
|
888
|
} else {
|
|
854
|
|
- var fileExtension = v.F_FileName.substring(v.F_FileName
|
|
|
889
|
+ var fileExtension = v.F_FileName.substring(v
|
|
|
890
|
+ .F_FileName
|
|
855
|
891
|
.lastIndexOf('.'));
|
|
856
|
|
- if (fileExtension === ".jpg" || fileExtension ===
|
|
|
892
|
+ if (fileExtension === ".jpg" ||
|
|
|
893
|
+ fileExtension ===
|
|
857
|
894
|
".png" || fileExtension === ",image") {
|
|
858
|
895
|
var $li = $(
|
|
859
|
896
|
//<i class="glyphicon glyphicon-download-alt" aria-hidden="true"></i>
|
|
860
|
|
- '<li><span class="img_mask"><a href="' + v
|
|
861
|
|
- .F_FileUrl +
|
|
|
897
|
+ '<li><span class="img_mask"><a href="' +
|
|
|
898
|
+ v
|
|
|
899
|
+ .F_FileUrl +
|
|
862
|
900
|
'" download="w3logo" title="点击下载"></a></span>' +
|
|
863
|
901
|
'<img layer-src="' + v.F_FileUrl +
|
|
864
|
902
|
'" alt="' + v
|
|
865
|
|
- .F_FileName + '" src="' + v.F_FileUrl +
|
|
|
903
|
+ .F_FileName + '" src="' + v
|
|
|
904
|
+ .F_FileUrl +
|
|
866
|
905
|
'" title="图片"/>' +
|
|
867
|
906
|
// '<span class="file_name">' + v.F_FileName + '</span>' +
|
|
868
|
907
|
'</li>'
|
|
|
@@ -871,8 +910,9 @@
|
|
871
|
910
|
} else {
|
|
872
|
911
|
var $liFile = $(
|
|
873
|
912
|
//<i class="glyphicon glyphicon-download-alt" aria-hidden="true"></i>
|
|
874
|
|
- '<li><span class="img_mask"><a href="' + v
|
|
875
|
|
- .F_FileUrl +
|
|
|
913
|
+ '<li><span class="img_mask"><a href="' +
|
|
|
914
|
+ v
|
|
|
915
|
+ .F_FileUrl +
|
|
876
|
916
|
'" download="w3logo" title="点击下载"> <i class="fa fa-download" aria-hidden="true"></i></a></span>' +
|
|
877
|
917
|
'<div class="noThumb" title="文件"><i class="glyphicon glyphicon-paperclip"></i><p>无法预览</p></div>' +
|
|
878
|
918
|
// '<span class="file_name">' + v.F_FileName + '</span>' +
|
|
|
@@ -895,11 +935,14 @@
|
|
895
|
935
|
function (e, d) {
|
|
896
|
936
|
|
|
897
|
937
|
helper.methods.zoomImg($(
|
|
898
|
|
- '#layui-layer-photos').find(
|
|
899
|
|
- 'img[alt="' + pic.alt + '"]'
|
|
900
|
|
- ), d);
|
|
|
938
|
+ '#layui-layer-photos'
|
|
|
939
|
+ ).find(
|
|
|
940
|
+ 'img[alt="' + pic
|
|
|
941
|
+ .alt + '"]'
|
|
|
942
|
+ ), d);
|
|
901
|
943
|
$('#layui-layer-photos').find(
|
|
902
|
|
- 'img[alt="' + pic.alt + '"]')
|
|
|
944
|
+ 'img[alt="' + pic.alt +
|
|
|
945
|
+ '"]')
|
|
903
|
946
|
.dragging({
|
|
904
|
947
|
move: "both", //拖动方向,x y both
|
|
905
|
948
|
randomPosition: false //初始位置是否随机
|
|
|
@@ -933,6 +976,8 @@
|
|
933
|
976
|
$('.ZT').text("已结案");
|
|
934
|
977
|
} else if (State == 10) {
|
|
935
|
978
|
$('.ZT').text("待审核");
|
|
|
979
|
+ } else if (State == 11) {
|
|
|
980
|
+ $('.ZT').text("重办待交办");
|
|
936
|
981
|
}
|
|
937
|
982
|
//办理方式
|
|
938
|
983
|
if (CLFS == 0) {
|
|
|
@@ -952,6 +997,35 @@
|
|
952
|
997
|
} else if (Data[0].F_Level == 2) {
|
|
953
|
998
|
$('.CD').text("紧急");
|
|
954
|
999
|
}
|
|
|
1000
|
+ if (Data[0].F_IsRelease == 2) {
|
|
|
1001
|
+ $('.associatedWorkOrderType').text("主工单");
|
|
|
1002
|
+ if (Data[0].F_SubWorkorder !== "") {
|
|
|
1003
|
+ var subWorkorder = Data[0].F_SubWorkorder.split(",")
|
|
|
1004
|
+ var subWorkorderStr = ""
|
|
|
1005
|
+ subWorkorder.forEach(function (v, i) {
|
|
|
1006
|
+ if ((subWorkorder.length - 1) === i) {
|
|
|
1007
|
+ subWorkorderStr +=
|
|
|
1008
|
+ "<a class='viewWorkOrder'>" +
|
|
|
1009
|
+ v + "</a>"
|
|
|
1010
|
+ return;
|
|
|
1011
|
+ }
|
|
|
1012
|
+ subWorkorderStr +=
|
|
|
1013
|
+ "<a class='viewWorkOrder'>" + v +
|
|
|
1014
|
+ "</a>,"
|
|
|
1015
|
+ })
|
|
|
1016
|
+ $(".associatedWorkOrderList").append(subWorkorderStr)
|
|
|
1017
|
+ }
|
|
|
1018
|
+ } else if (Data[0].F_IsRelease == 3) {
|
|
|
1019
|
+ $('.associatedWorkOrderType').text("子工单");
|
|
|
1020
|
+ if (Data[0].F_MainWorkorder !== "") {
|
|
|
1021
|
+ var mainWorkorder = Data[0].F_MainWorkorder.split(",")
|
|
|
1022
|
+ var mainWorkorderStr = "<a class='viewWorkOrder'>" +
|
|
|
1023
|
+ mainWorkorder +
|
|
|
1024
|
+ "</a>"
|
|
|
1025
|
+ $(".associatedWorkOrderList").append(mainWorkorderStr)
|
|
|
1026
|
+ }
|
|
|
1027
|
+ }
|
|
|
1028
|
+
|
|
955
|
1029
|
//转媒体按钮显示或隐藏
|
|
956
|
1030
|
if (result.data.data[0].F_IsOpen === 0) {
|
|
957
|
1031
|
$(".mediaTransfer").show();
|
|
|
@@ -972,9 +1046,11 @@
|
|
972
|
1046
|
$(".JBXX").empty();
|
|
973
|
1047
|
$(result.data.jbdata).each(function (i, n) {
|
|
974
|
1048
|
//debugger;
|
|
975
|
|
- var OtherDeptName = n.OtherDeptName == null ? '-' : n
|
|
|
1049
|
+ var OtherDeptName = n.OtherDeptName == null ? '-' :
|
|
|
1050
|
+ n
|
|
976
|
1051
|
.OtherDeptName;
|
|
977
|
|
- var StandardNames = n.StandardNames == null ? '-' : n
|
|
|
1052
|
+ var StandardNames = n.StandardNames == null ? '-' :
|
|
|
1053
|
+ n
|
|
978
|
1054
|
.StandardNames;
|
|
979
|
1055
|
jbxx += '<tr>' +
|
|
980
|
1056
|
'<td class="text-center">' + (i + 1) + '</td>' +
|
|
|
@@ -982,17 +1058,19 @@
|
|
982
|
1058
|
'</td>' +
|
|
983
|
1059
|
'<td class="text-center">' + n.F_LimitTime +
|
|
984
|
1060
|
'</td>' +
|
|
985
|
|
- '<td class="text-center">' + n.DeptName + '</td>' +
|
|
|
1061
|
+ '<td class="text-center">' + n.DeptName +
|
|
|
1062
|
+ '</td>' +
|
|
986
|
1063
|
'<td class="text-center">' + OtherDeptName +
|
|
987
|
1064
|
'</td>' +
|
|
988
|
|
- '<td class="text-center">' + n.F_AssignedOpinion +
|
|
|
1065
|
+ '<td class="text-center">' + n
|
|
|
1066
|
+ .F_AssignedOpinion +
|
|
989
|
1067
|
'</td>' +
|
|
990
|
1068
|
// '<td class="text-center">' + StandardNames +
|
|
991
|
1069
|
// '</td>' +
|
|
992
|
|
- '<td class="text-center authority"><botton class="btns XGXX " data_time="' +
|
|
993
|
|
- n.F_LimitTime + '" data_Opinio="' + n
|
|
994
|
|
- .F_AssignedOpinion + '" index="' + n.F_Id +
|
|
995
|
|
- '">修改</botton></td>' +
|
|
|
1070
|
+ // '<td class="text-center authority"><botton class="btns XGXX " data_time="' +
|
|
|
1071
|
+ // n.F_LimitTime + '" data_Opinio="' + n
|
|
|
1072
|
+ // .F_AssignedOpinion + '" index="' + n.F_Id +
|
|
|
1073
|
+ // '">修改</botton></td>' +
|
|
996
|
1074
|
'</tr>';
|
|
997
|
1075
|
})
|
|
998
|
1076
|
$(jbxx).appendTo($(".JBXX"));
|
|
|
@@ -1000,7 +1078,8 @@
|
|
1000
|
1078
|
var ejjbxx = '';
|
|
1001
|
1079
|
$(".EJJBXX").empty();
|
|
1002
|
1080
|
$(result.data.ejjbdata).each(function (j, n) {
|
|
1003
|
|
- var OtherDeptName = n.OtherDeptName == null ? '-' : n
|
|
|
1081
|
+ var OtherDeptName = n.OtherDeptName == null ? '-' :
|
|
|
1082
|
+ n
|
|
1004
|
1083
|
.OtherDeptName;
|
|
1005
|
1084
|
ejjbxx += '<tr>' +
|
|
1006
|
1085
|
'<td class="text-center">' + (j + 1) + '</td>' +
|
|
|
@@ -1008,14 +1087,16 @@
|
|
1008
|
1087
|
'</td>' +
|
|
1009
|
1088
|
'<td class="text-center">' + n.F_LimitTime +
|
|
1010
|
1089
|
'</td>' +
|
|
1011
|
|
- '<td class="text-center">' + n.DeptName + '</td>' +
|
|
|
1090
|
+ '<td class="text-center">' + n.DeptName +
|
|
|
1091
|
+ '</td>' +
|
|
1012
|
1092
|
'<td class="text-center">' + OtherDeptName +
|
|
1013
|
1093
|
'</td>' +
|
|
1014
|
|
- '<td class="text-center">' + n.F_AssignedOpinion +
|
|
|
1094
|
+ '<td class="text-center">' + n
|
|
|
1095
|
+ .F_AssignedOpinion +
|
|
1015
|
1096
|
'</td>' +
|
|
1016
|
1097
|
'<td class="text-center authority"><botton class="btns XGXX " data_time="' +
|
|
1017
|
1098
|
n.F_LimitTime + '" data_Opinio="' + n
|
|
1018
|
|
- .F_AssignedOpinion + '" index="' + n.F_Id +
|
|
|
1099
|
+ .F_AssignedOpinion + '" index="' + n.F_Id +
|
|
1019
|
1100
|
'">修改</botton></td>' +
|
|
1020
|
1101
|
'</tr>';
|
|
1021
|
1102
|
})
|
|
|
@@ -1085,11 +1166,17 @@
|
|
1085
|
1166
|
FileHtml =
|
|
1086
|
1167
|
'<img style="width:15px; height:15px" border="0" onclick="viewImage(this)" src="' +
|
|
1087
|
1168
|
m.F_FileUrl + '" alt="' + m
|
|
1088
|
|
- .F_FileName +
|
|
|
1169
|
+ .F_FileName +
|
|
1089
|
1170
|
'" fileId="' + m.F_FileId + '">'
|
|
1090
|
1171
|
} else {
|
|
1091
|
|
- FileHtml = m.F_FileName.substring(
|
|
1092
|
|
- 19)
|
|
|
1172
|
+ // FileHtml = m.F_FileName.substring(
|
|
|
1173
|
+ // 19)
|
|
|
1174
|
+ FileHtml +=
|
|
|
1175
|
+ '<a style="margin-right:5px;" target="view_window" href="' +
|
|
|
1176
|
+ m.F_FileUrl + '" download="' + m
|
|
|
1177
|
+ .F_FileUrl + '">' + m.F_FileName
|
|
|
1178
|
+ .substring(19) + '</a>';
|
|
|
1179
|
+
|
|
1093
|
1180
|
}
|
|
1094
|
1181
|
str += FileHtml
|
|
1095
|
1182
|
// str +=
|
|
|
@@ -1101,7 +1188,7 @@
|
|
1101
|
1188
|
str += '</td>' +
|
|
1102
|
1189
|
'<td class="text-center authority"><botton class="btns LDPSS " superuser="' +
|
|
1103
|
1190
|
n.F_BatchReason + '" superopinion="' + n
|
|
1104
|
|
- .F_SuperOpinion + '" type="' + n.F_Type +
|
|
|
1191
|
+ .F_SuperOpinion + '" type="' + n.F_Type +
|
|
1105
|
1192
|
'" index="' + n.F_Id + '">修改</botton></td>' +
|
|
1106
|
1193
|
'</tr>';
|
|
1107
|
1194
|
$(str).appendTo($(".SZPS"));
|
|
|
@@ -1126,7 +1213,7 @@
|
|
1126
|
1213
|
str += '</td>' +
|
|
1127
|
1214
|
'<td class="text-center authority"><botton class="btns HtxxBtn " superuser="' +
|
|
1128
|
1215
|
n.F_BatchReason + '" superopinion="' + n
|
|
1129
|
|
- .F_SuperOpinion + '" type="' + n.F_Type +
|
|
|
1216
|
+ .F_SuperOpinion + '" type="' + n.F_Type +
|
|
1130
|
1217
|
'" index="' + n.F_Id + '">修改</botton></td>' +
|
|
1131
|
1218
|
'</tr>';
|
|
1132
|
1219
|
$(str).appendTo($(".HTXX"));
|
|
|
@@ -1248,16 +1335,23 @@
|
|
1248
|
1335
|
|
|
1249
|
1336
|
|
|
1250
|
1337
|
htmls += '<tr>' +
|
|
1251
|
|
- '<td class="text-center">' + n.F_DealUser + '</td>' +
|
|
1252
|
|
- '<td class="text-center">' + n.F_DealUserContact +
|
|
|
1338
|
+ '<td class="text-center">' + n.F_DealUser +
|
|
|
1339
|
+ '</td>' +
|
|
|
1340
|
+ '<td class="text-center">' + n
|
|
|
1341
|
+ .F_DealUserContact +
|
|
|
1342
|
+ '</td>' +
|
|
|
1343
|
+ '<td class="text-center">' + dutiesValue +
|
|
|
1344
|
+ '</td>' +
|
|
|
1345
|
+ '<td class="text-center">' + situationValue +
|
|
|
1346
|
+ '</td>' +
|
|
|
1347
|
+ '<td class="text-center">' + n.DeptName +
|
|
|
1348
|
+ '</td>' +
|
|
|
1349
|
+ // '<td class="text-center" data-formatter="shtype">' +
|
|
|
1350
|
+ // bval + '</td>' +
|
|
|
1351
|
+ '<td class="text-center">' + n.F_Result +
|
|
|
1352
|
+ '</td>' +
|
|
|
1353
|
+ '<td class="text-center">' + n.F_CreateTime +
|
|
1253
|
1354
|
'</td>' +
|
|
1254
|
|
- '<td class="text-center">' + dutiesValue + '</td>' +
|
|
1255
|
|
- '<td class="text-center">' + situationValue + '</td>' +
|
|
1256
|
|
- '<td class="text-center">' + n.DeptName + '</td>' +
|
|
1257
|
|
- '<td class="text-center" data-formatter="shtype">' +
|
|
1258
|
|
- bval + '</td>' +
|
|
1259
|
|
- '<td class="text-center">' + n.F_Result + '</td>' +
|
|
1260
|
|
- '<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
1261
|
1355
|
'<td class="text-center">' + isProResultValue +
|
|
1262
|
1356
|
'</td>' +
|
|
1263
|
1357
|
// '<td class="text-center">' + unsuccessful +
|
|
|
@@ -1276,14 +1370,24 @@
|
|
1276
|
1370
|
//办理情况附件
|
|
1277
|
1371
|
var FileHtml;
|
|
1278
|
1372
|
$(n.File).each(function (j, m) {
|
|
1279
|
|
- if (m.F_FileType == ".jpg" || m.F_FileType ==
|
|
|
1373
|
+ if (m.F_FileType == ".jpg" || m
|
|
|
1374
|
+ .F_FileType ==
|
|
1280
|
1375
|
".png") {
|
|
1281
|
1376
|
FileHtml =
|
|
1282
|
|
- '<img class="viewImageClass" style="width:80px; height:80px" border="0" onclick="viewImage(this)" src="' +
|
|
1283
|
|
- m.F_FileUrl + '" alt="' + m.F_FileName +
|
|
1284
|
|
- '" fileId="' + m.F_FileId + '">';
|
|
|
1377
|
+ '<img style="width:80px; height:80px" border="0" onclick="viewImage(this)" src="' +
|
|
|
1378
|
+ m.F_FileUrl + '" alt="' + m
|
|
|
1379
|
+ .F_FileName +
|
|
|
1380
|
+ '" fileId="' + m.F_FileId +
|
|
|
1381
|
+ '">';
|
|
1285
|
1382
|
} else {
|
|
1286
|
|
- FileHtml = m.F_FileName.substring(19);
|
|
|
1383
|
+ // FileHtml = m.F_FileName.substring(
|
|
|
1384
|
+ // 19);
|
|
|
1385
|
+ FileHtml =
|
|
|
1386
|
+ '<div><a style="margin-right:5px;" target="view_window" href="' +
|
|
|
1387
|
+ m.F_FileUrl + '" download="' + m
|
|
|
1388
|
+ .F_FileName + '">' + m
|
|
|
1389
|
+ .F_FileName.substring(
|
|
|
1390
|
+ 19) + '</a></div>'
|
|
1287
|
1391
|
}
|
|
1288
|
1392
|
// htmls +=
|
|
1289
|
1393
|
// '<div><a style="margin-right:5px;" target="view_window" href="' +
|
|
|
@@ -1296,14 +1400,24 @@
|
|
1296
|
1400
|
'<td class="text-center">'
|
|
1297
|
1401
|
var FileHtmls;
|
|
1298
|
1402
|
$(n.Files).each(function (j, m) {
|
|
1299
|
|
- if (m.F_FileType == ".jpg" || m.F_FileType ==
|
|
|
1403
|
+ if (m.F_FileType == ".jpg" || m
|
|
|
1404
|
+ .F_FileType ==
|
|
1300
|
1405
|
".png") {
|
|
1301
|
1406
|
FileHtmls =
|
|
1302
|
1407
|
'<img style="width:15px; height:15px" border="0" onclick="viewImage(this)" src="' +
|
|
1303
|
|
- m.F_FileUrl + '" alt="' + m.F_FileName +
|
|
1304
|
|
- '" fileId="' + m.F_FileId + '">';
|
|
|
1408
|
+ m.F_FileUrl + '" alt="' + m
|
|
|
1409
|
+ .F_FileName +
|
|
|
1410
|
+ '" fileId="' + m.F_FileId +
|
|
|
1411
|
+ '">';
|
|
1305
|
1412
|
} else {
|
|
1306
|
|
- FileHtmls = m.F_FileName.substring(19);
|
|
|
1413
|
+ // FileHtmls = m.F_FileName.substring(
|
|
|
1414
|
+ // 19);
|
|
|
1415
|
+ FileHtmls =
|
|
|
1416
|
+ '<div><a style="margin-right:5px;" target="view_window" href="' +
|
|
|
1417
|
+ m.F_FileUrl + '" download="' + m
|
|
|
1418
|
+ .F_FileName + '">' + m
|
|
|
1419
|
+ .F_FileName.substring(
|
|
|
1420
|
+ 19) + '</a></div>'
|
|
1307
|
1421
|
}
|
|
1308
|
1422
|
// htmls +=
|
|
1309
|
1423
|
// '<div><a style="margin-right:5px;" target="view_window" href="' +
|
|
|
@@ -1428,16 +1542,23 @@
|
|
1428
|
1542
|
|
|
1429
|
1543
|
|
|
1430
|
1544
|
SJhtmls += '<tr>' +
|
|
1431
|
|
- '<td class="text-center">' + n.F_DealUser + '</td>' +
|
|
1432
|
|
- '<td class="text-center">' + n.F_DealUserContact +
|
|
|
1545
|
+ '<td class="text-center">' + n.F_DealUser +
|
|
|
1546
|
+ '</td>' +
|
|
|
1547
|
+ '<td class="text-center">' + n
|
|
|
1548
|
+ .F_DealUserContact +
|
|
|
1549
|
+ '</td>' +
|
|
|
1550
|
+ '<td class="text-center">' + dutiesValue +
|
|
|
1551
|
+ '</td>' +
|
|
|
1552
|
+ '<td class="text-center">' + situationValue +
|
|
|
1553
|
+ '</td>' +
|
|
|
1554
|
+ '<td class="text-center">' + n.DeptName +
|
|
|
1555
|
+ '</td>' +
|
|
|
1556
|
+ // '<td class="text-center" data-formatter="shtype">' +
|
|
|
1557
|
+ // bval + '</td>' +
|
|
|
1558
|
+ '<td class="text-center">' + n.F_Result +
|
|
|
1559
|
+ '</td>' +
|
|
|
1560
|
+ '<td class="text-center">' + n.F_CreateTime +
|
|
1433
|
1561
|
'</td>' +
|
|
1434
|
|
- '<td class="text-center">' + dutiesValue + '</td>' +
|
|
1435
|
|
- '<td class="text-center">' + situationValue + '</td>' +
|
|
1436
|
|
- '<td class="text-center">' + n.DeptName + '</td>' +
|
|
1437
|
|
- '<td class="text-center" data-formatter="shtype">' +
|
|
1438
|
|
- bval + '</td>' +
|
|
1439
|
|
- '<td class="text-center">' + n.F_Result + '</td>' +
|
|
1440
|
|
- '<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
1441
|
1562
|
'<td class="text-center">' + isProResultValue +
|
|
1442
|
1563
|
'</td>' +
|
|
1443
|
1564
|
// '<td class="text-center">' + unsuccessful +
|
|
|
@@ -1455,14 +1576,23 @@
|
|
1455
|
1576
|
//办理情况附件
|
|
1456
|
1577
|
var FileHtml;
|
|
1457
|
1578
|
$(n.File).each(function (j, m) {
|
|
1458
|
|
- if (m.F_FileType == ".jpg" || m.F_FileType ==
|
|
|
1579
|
+ if (m.F_FileType == ".jpg" || m
|
|
|
1580
|
+ .F_FileType ==
|
|
1459
|
1581
|
".png") {
|
|
1460
|
1582
|
FileHtml =
|
|
1461
|
|
- '<img style="width:15px; height:15px" border="0" onclick="viewImage(this)" src="' +
|
|
1462
|
|
- m.F_FileUrl + '" alt="' + m.F_FileName +
|
|
|
1583
|
+ '<img style="width: 80px; height: 80px" border="0" onclick="viewImage(this)" src="' +
|
|
|
1584
|
+ m.F_FileUrl + '" alt="' + m
|
|
|
1585
|
+ .F_FileName +
|
|
1463
|
1586
|
'" fileId="' + m.F_FileId + '">'
|
|
1464
|
1587
|
} else {
|
|
1465
|
|
- FileHtml = m.F_FileName.substring(19)
|
|
|
1588
|
+ // FileHtml = m.F_FileName.substring(
|
|
|
1589
|
+ // 19)
|
|
|
1590
|
+ FileHtml +=
|
|
|
1591
|
+ '<div><a style="margin-right:5px;" target="view_window" href="' +
|
|
|
1592
|
+ m.F_FileUrl + '" download="' + m
|
|
|
1593
|
+ .F_FileName + '">' + m
|
|
|
1594
|
+ .F_FileName.substring(
|
|
|
1595
|
+ 19) + '</a></div>';
|
|
1466
|
1596
|
}
|
|
1467
|
1597
|
// SJhtmls +=
|
|
1468
|
1598
|
// '<div><a style="margin-right:5px;" target="view_window" href="' +
|
|
|
@@ -1475,14 +1605,25 @@
|
|
1475
|
1605
|
'<td class="text-center">'
|
|
1476
|
1606
|
var FileHtmls;
|
|
1477
|
1607
|
$(n.Files).each(function (j, m) {
|
|
1478
|
|
- if (m.F_FileType == ".jpg" || m.F_FileType ==
|
|
|
1608
|
+ if (m.F_FileType == ".jpg" || m
|
|
|
1609
|
+ .F_FileType ==
|
|
1479
|
1610
|
".png") {
|
|
1480
|
1611
|
FileHtmls =
|
|
1481
|
1612
|
'<img style="width:15px; height:15px" border="0" onclick="viewImage(this)" src="' +
|
|
1482
|
|
- m.F_FileUrl + '" alt="' + m.F_FileName +
|
|
1483
|
|
- '" fileId="' + m.F_FileId + '">';
|
|
|
1613
|
+ m.F_FileUrl + '" alt="' + m
|
|
|
1614
|
+ .F_FileName +
|
|
|
1615
|
+ '" fileId="' + m.F_FileId +
|
|
|
1616
|
+ '">';
|
|
1484
|
1617
|
} else {
|
|
1485
|
|
- FileHtmls = m.F_FileName.substring(19);
|
|
|
1618
|
+ // FileHtmls = m.F_FileName.substring(
|
|
|
1619
|
+ // 19);
|
|
|
1620
|
+ FileHtmls +=
|
|
|
1621
|
+ '<div><a style="margin-right:5px;" target="view_window" href="' +
|
|
|
1622
|
+ m.F_FileUrl + '" download="' + m
|
|
|
1623
|
+ .F_FileName + '">' + m
|
|
|
1624
|
+ .F_FileName.substring(
|
|
|
1625
|
+ 19) + '</a></div>';
|
|
|
1626
|
+
|
|
1486
|
1627
|
}
|
|
1487
|
1628
|
SJhtmls += FileHtmls
|
|
1488
|
1629
|
// SJhtmls +=
|
|
|
@@ -1557,21 +1698,27 @@
|
|
1557
|
1698
|
}
|
|
1558
|
1699
|
|
|
1559
|
1700
|
htmlss += '<tr>' +
|
|
1560
|
|
- '<td class="text-center">' + (i + 1) + '</td>' +
|
|
|
1701
|
+ '<td class="text-center">' + (i + 1) +
|
|
|
1702
|
+ '</td>' +
|
|
1561
|
1703
|
'<td class="text-center">' + n.F_VisitUser +
|
|
1562
|
1704
|
'</td>' +
|
|
1563
|
1705
|
'<td class="text-center">' + b + '</td>' +
|
|
1564
|
|
- '<td class="text-center">' + n.F_Result + '</td>' +
|
|
1565
|
|
- '<td class="text-center">' + a + '</td>' +
|
|
1566
|
|
- '<td class="text-center">' + n.F_CreateTime +
|
|
|
1706
|
+ '<td class="text-center">' + n.F_Result +
|
|
1567
|
1707
|
'</td>' +
|
|
1568
|
|
- '<td class="text-center authority">' +
|
|
1569
|
|
- '<botton class="btns HFXG " index="' + n.F_Id +
|
|
1570
|
|
- '" visituser="' + n.F_VisitUser + '"' +
|
|
1571
|
|
- 'result="' + n.F_Result + '" callid="" type="' + n
|
|
1572
|
|
- .F_Type + '" issatisfie="' + n.F_IsSatisfie +
|
|
1573
|
|
- '">修改</botton>' +
|
|
|
1708
|
+ '<td class="text-center">' + a + '</td>' +
|
|
|
1709
|
+ '<td class="text-center">' + n
|
|
|
1710
|
+ .F_CreateTime +
|
|
1574
|
1711
|
'</td>' +
|
|
|
1712
|
+ // '<td class="text-center authority">' +
|
|
|
1713
|
+ // '<botton class="btns HFXG " index="' + n
|
|
|
1714
|
+ // .F_Id +
|
|
|
1715
|
+ // '" visituser="' + n.F_VisitUser + '"' +
|
|
|
1716
|
+ // 'result="' + n.F_Result +
|
|
|
1717
|
+ // '" callid="" type="' + n
|
|
|
1718
|
+ // .F_Type + '" issatisfie="' + n
|
|
|
1719
|
+ // .F_IsSatisfie +
|
|
|
1720
|
+ // '">修改</botton>' +
|
|
|
1721
|
+ // '</td>' +
|
|
1575
|
1722
|
'</tr>';
|
|
1576
|
1723
|
})
|
|
1577
|
1724
|
$(htmlss).appendTo($(".HGXX"));
|
|
|
@@ -1588,12 +1735,14 @@
|
|
1588
|
1735
|
$(".DBXX").empty();
|
|
1589
|
1736
|
$(result.data).each(function (i, n) {
|
|
1590
|
1737
|
htmlsss = htmlsss + '<tr>' +
|
|
1591
|
|
- '<td class="text-center">' + (i + 1) + '</td>' +
|
|
|
1738
|
+ '<td class="text-center">' + (i + 1) +
|
|
|
1739
|
+ '</td>' +
|
|
1592
|
1740
|
'<td class="text-center">' + n.UserName +
|
|
1593
|
1741
|
'</td>' +
|
|
1594
|
1742
|
'<td class="text-center">' + n.F_Content +
|
|
1595
|
1743
|
'</td>' +
|
|
1596
|
|
- '<td class="text-center">' + n.F_CreateTime +
|
|
|
1744
|
+ '<td class="text-center">' + n
|
|
|
1745
|
+ .F_CreateTime +
|
|
1597
|
1746
|
'</td>' +
|
|
1598
|
1747
|
'</tr>';
|
|
1599
|
1748
|
})
|
|
|
@@ -1630,6 +1779,23 @@
|
|
1630
|
1779
|
});
|
|
1631
|
1780
|
break;
|
|
1632
|
1781
|
case '10':
|
|
|
1782
|
+ //市民评议
|
|
|
1783
|
+ $("#SMPY").empty();
|
|
|
1784
|
+ $(result.data).each(function (i, n) {
|
|
|
1785
|
+ var str = '<tr>' +
|
|
|
1786
|
+ '<td class="text-center">' + (i + 1) +
|
|
|
1787
|
+ '</td>' +
|
|
|
1788
|
+ '<td class="text-center">' + n
|
|
|
1789
|
+ .CreateTime +
|
|
|
1790
|
+ '</td>' +
|
|
|
1791
|
+ '<td class="text-center">' + n
|
|
|
1792
|
+ .strWrkOrder_Cst_Ssf_Cd +
|
|
|
1793
|
+ '</td>' +
|
|
|
1794
|
+ '<td class="text-center">' + n
|
|
|
1795
|
+ .strSsf_Cst_Ass_CntDsc +
|
|
|
1796
|
+ '</td>'
|
|
|
1797
|
+ $(str).appendTo($("#SMPY"));
|
|
|
1798
|
+ })
|
|
1633
|
1799
|
break;
|
|
1634
|
1800
|
}
|
|
1635
|
1801
|
}
|