|
|
@@ -421,6 +421,15 @@
|
|
421
|
421
|
</td>
|
|
422
|
422
|
<!--<td colspan="4"></td>-->
|
|
423
|
423
|
</tr>
|
|
|
424
|
+ <tr>
|
|
|
425
|
+ <td>
|
|
|
426
|
+ <span class="zyzfk">志愿者反馈</span>
|
|
|
427
|
+ </td>
|
|
|
428
|
+ <td>
|
|
|
429
|
+ <span class="zyzfkc"></span>
|
|
|
430
|
+ </td>
|
|
|
431
|
+ <td colspan="6"></td>
|
|
|
432
|
+ </tr>
|
|
424
|
433
|
<!--工单受理类型情况-->
|
|
425
|
434
|
<tr>
|
|
426
|
435
|
<td colspan="8" class="tableHead">
|
|
|
@@ -768,6 +777,15 @@
|
|
768
|
777
|
</td>
|
|
769
|
778
|
<!--<td colspan="4"></td>-->
|
|
770
|
779
|
</tr>
|
|
|
780
|
+ <tr>
|
|
|
781
|
+ <td>
|
|
|
782
|
+ <span class="zyzfk">志愿者反馈</span>
|
|
|
783
|
+ </td>
|
|
|
784
|
+ <td>
|
|
|
785
|
+ <span class="zyzfkc"></span>
|
|
|
786
|
+ </td>
|
|
|
787
|
+ <td colspan="6"></td>
|
|
|
788
|
+ </tr>
|
|
771
|
789
|
<!--工单受理类型情况-->
|
|
772
|
790
|
<tr>
|
|
773
|
791
|
<td colspan="8" class="tableHead">
|
|
|
@@ -981,6 +999,8 @@
|
|
981
|
999
|
$('#main' + brieftype + ' .sxslc').html(content.SimpleReport2[7].count);
|
|
982
|
1000
|
$('#main' + brieftype + ' .zffwsl').html(content.SimpleReport2[6].source);
|
|
983
|
1001
|
$('#main' + brieftype + ' .zffwslc').html(content.SimpleReport2[6].count);
|
|
|
1002
|
+ $('#main' + brieftype + ' .zyzfk').html(content.SimpleReport2[8].source);
|
|
|
1003
|
+ $('#main' + brieftype + ' .zyzfkc').html(content.SimpleReport2[8].count);
|
|
984
|
1004
|
|
|
985
|
1005
|
//工单受理类型情况
|
|
986
|
1006
|
$('#main' + brieftype + ' .zxsl').html(content.SimpleReport3[0].type);
|