|
|
@@ -1128,14 +1128,16 @@
|
|
1128
|
1128
|
//办理过程
|
|
1129
|
1129
|
$("#BLGC_").empty();
|
|
1130
|
1130
|
|
|
1131
|
|
- $(result.data.gcdata).each(function(i, n) {
|
|
1132
|
|
- var html = '<tr>' +
|
|
1133
|
|
- '<td class="text-center">' + (i + 1) + '</td>' +
|
|
1134
|
|
- '<td class="text-center">' + n.F_Message + '</td>' +
|
|
1135
|
|
- '<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
1136
|
|
- '</tr>';
|
|
1137
|
|
- $(html).appendTo($("#BLGC_"));
|
|
1138
|
|
- });
|
|
|
1131
|
+ if($.cookie('code')!='WLDW'&& $.cookie('code')!='EJWLDW'){
|
|
|
1132
|
+ $(result.data.gcdata).each(function(i, n) {
|
|
|
1133
|
+ var html = '<tr>' +
|
|
|
1134
|
+ '<td class="text-center">' + (i + 1) + '</td>' +
|
|
|
1135
|
+ '<td class="text-center">' + n.F_Message + '</td>' +
|
|
|
1136
|
+ '<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
|
1137
|
+ '</tr>';
|
|
|
1138
|
+ $(html).appendTo($("#BLGC_"));
|
|
|
1139
|
+ });
|
|
|
1140
|
+ }
|
|
1139
|
1141
|
|
|
1140
|
1142
|
//领导批示
|
|
1141
|
1143
|
$(".LDPS").empty();
|