|
|
@@ -248,6 +248,26 @@
|
|
248
|
248
|
</tbody>
|
|
249
|
249
|
</table>
|
|
250
|
250
|
</div>
|
|
|
251
|
+ <div style="padding: 10px;">
|
|
|
252
|
+ 二级单位办理情况
|
|
|
253
|
+ </div>
|
|
|
254
|
+ <div style="width: 100%;padding: 10px;">
|
|
|
255
|
+ <table class="Table" border="" cellspacing="0" cellpadding="0">
|
|
|
256
|
+ <theard>
|
|
|
257
|
+ <tr>
|
|
|
258
|
+ <td class="text-center" style="width:60px;">次数</td>
|
|
|
259
|
+ <td class="text-center" style="width:114px;">交办时间</td>
|
|
|
260
|
+ <td class="text-center" style="width:114px;">办理时限</td>
|
|
|
261
|
+ <td class="text-center" style="min-width:80px;">主办单位</td>
|
|
|
262
|
+ <td class="text-center" style="min-width:80px;">协办单位</td>
|
|
|
263
|
+ <td class="text-center" style="min-width: 200px;">交办意见</td>
|
|
|
264
|
+ <td class="text-center authority" style="min-width: 100px;">操作</td>
|
|
|
265
|
+ </tr>
|
|
|
266
|
+ </theard>
|
|
|
267
|
+ <tbody class="EJJBXX">
|
|
|
268
|
+ </tbody>
|
|
|
269
|
+ </table>
|
|
|
270
|
+ </div>
|
|
251
|
271
|
</div>
|
|
252
|
272
|
<!--监察-->
|
|
253
|
273
|
<div class="complain DCL">
|
|
|
@@ -348,6 +368,28 @@
|
|
348
|
368
|
</tbody>
|
|
349
|
369
|
</table>
|
|
350
|
370
|
</div>
|
|
|
371
|
+ <div style="padding: 10px;">
|
|
|
372
|
+ 三级单位办理情况
|
|
|
373
|
+ </div>
|
|
|
374
|
+ <div style="width: 100%;padding: 10px;">
|
|
|
375
|
+ <table class="Table" border="" cellspacing="0" cellpadding="0">
|
|
|
376
|
+ <theard>
|
|
|
377
|
+ <tr>
|
|
|
378
|
+ <td class="text-center" style="min-width:100px;">办理人</td>
|
|
|
379
|
+ <td class="text-center" style="min-width:100px;">单位</td>
|
|
|
380
|
+ <td class="text-center" style="min-width:100px;">类型</td>
|
|
|
381
|
+ <td class="text-center" style="min-width:100px;">办理内容</td>
|
|
|
382
|
+
|
|
|
383
|
+ <td class="text-center" style="min-width:100px;">办理时间</td>
|
|
|
384
|
+ <td class="text-center" style="min-width:50px;">附件</td>
|
|
|
385
|
+ <!--<td class="text-center authority" style="min-width:80px;">操作</td>-->
|
|
|
386
|
+
|
|
|
387
|
+ </tr>
|
|
|
388
|
+ </theard>
|
|
|
389
|
+ <tbody class="SJBLQK">
|
|
|
390
|
+ </tbody>
|
|
|
391
|
+ </table>
|
|
|
392
|
+ </div>
|
|
351
|
393
|
</div>
|
|
352
|
394
|
<!--延时情况-->
|
|
353
|
395
|
<div class="complain DCL ">
|
|
|
@@ -740,7 +782,7 @@
|
|
740
|
782
|
SJhtmls += '<a style="margin-right:5px;" target="view_window" href="' + m.F_FileUrl + '" download="' + m.F_FileName + '">' +m.F_FileName.substring(19)+ '</a>';
|
|
741
|
783
|
})
|
|
742
|
784
|
})
|
|
743
|
|
- $(SJhtmls).appendTo($(".BLQK"));
|
|
|
785
|
+ $(SJhtmls).appendTo($(".SJBLQK"));
|
|
744
|
786
|
//回访信息
|
|
745
|
787
|
var htmlss = '';
|
|
746
|
788
|
if(result.data.hfdata.length < 0) {
|
|
|
@@ -780,13 +822,11 @@
|
|
780
|
822
|
//交办信息
|
|
781
|
823
|
var jbxx = '';
|
|
782
|
824
|
$(".JBXX").empty();
|
|
783
|
|
- var j=0;
|
|
784
|
825
|
$(result.data.jbdata).each(function(i, n) {
|
|
785
|
826
|
//debugger;
|
|
786
|
|
- i++;
|
|
787
|
827
|
var OtherDeptName = n.OtherDeptName == null ? '-' : n.OtherDeptName;
|
|
788
|
828
|
jbxx += '<tr>' +
|
|
789
|
|
- '<td class="text-center">' + i + '</td>' +
|
|
|
829
|
+ '<td class="text-center">' + (i+1) + '</td>' +
|
|
790
|
830
|
'<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
791
|
831
|
'<td class="text-center">' + n.F_LimitTime + '</td>' +
|
|
792
|
832
|
'<td class="text-center">' + n.DeptName + '</td>' +
|
|
|
@@ -794,14 +834,12 @@
|
|
794
|
834
|
'<td class="text-center">' + n.F_AssignedOpinion + '</td>' +
|
|
795
|
835
|
'<td class="text-center authority"><botton class="btns XGXX " data_time="' + n.F_LimitTime + '" data_Opinio="' + n.F_AssignedOpinion + '" index="' + n.F_Id + '">修改</botton></td>' +
|
|
796
|
836
|
'</tr>';
|
|
797
|
|
- j=i;
|
|
798
|
|
- return j;
|
|
799
|
837
|
})
|
|
800
|
838
|
$(jbxx).appendTo($(".JBXX"));
|
|
801
|
839
|
//二级单位交办信息
|
|
802
|
840
|
var ejjbxx='';
|
|
803
|
|
- $(result.data.ejjbdata).each(function(i,n){
|
|
804
|
|
- console.log(j);
|
|
|
841
|
+ $(".EJJBXX").empty();
|
|
|
842
|
+ $(result.data.ejjbdata).each(function(j,n){
|
|
805
|
843
|
var OtherDeptName = n.OtherDeptName == null ? '-' : n.OtherDeptName;
|
|
806
|
844
|
ejjbxx += '<tr>' +
|
|
807
|
845
|
'<td class="text-center">' + (j + 1) + '</td>' +
|
|
|
@@ -813,7 +851,7 @@
|
|
813
|
851
|
'<td class="text-center authority"><botton class="btns XGXX " data_time="' + n.F_LimitTime + '" data_Opinio="' + n.F_AssignedOpinion + '" index="' + n.F_Id + '">修改</botton></td>' +
|
|
814
|
852
|
'</tr>';
|
|
815
|
853
|
})
|
|
816
|
|
- $(ejjbxx).appendTo($('.JBXX'));
|
|
|
854
|
+ $(ejjbxx).appendTo($('.EJJBXX'));
|
|
817
|
855
|
//督办信息
|
|
818
|
856
|
var htmlsss = '';
|
|
819
|
857
|
if(result.data.dbdata.length < 0) {
|