|
|
@@ -307,10 +307,10 @@
|
|
307
|
307
|
<table class="Table" border="" cellspacing="0" cellpadding="0">
|
|
308
|
308
|
<theard>
|
|
309
|
309
|
<tr>
|
|
310
|
|
- <td class="text-center" style="min-width:100px;">批示人</td>
|
|
311
|
|
- <td class="text-center" style="min-width:100px;">批示内容</td>
|
|
312
|
|
- <td class="text-center" style="min-width:100px;">批示时间</td>
|
|
313
|
|
- <td class="text-center" style="min-width:100px;">附件</td>
|
|
|
310
|
+ <td class="text-center" style="min-width:100px;">退回人</td>
|
|
|
311
|
+ <td class="text-center" style="min-width:100px;">退回内容</td>
|
|
|
312
|
+ <td class="text-center" style="min-width:100px;">退回时间</td>
|
|
|
313
|
+ <!--<td class="text-center" style="min-width:100px;">附件</td>-->
|
|
314
|
314
|
<td class="text-center authority" style="min-width:100px;">操作</td>
|
|
315
|
315
|
</tr>
|
|
316
|
316
|
</theard>
|
|
|
@@ -830,16 +830,16 @@
|
|
830
|
830
|
var str = '<tr>' +
|
|
831
|
831
|
'<td class="text-center">' + n.UserName + '</td>' +
|
|
832
|
832
|
'<td class="text-center">' + n.F_SuperOpinion + '</td>' +
|
|
833
|
|
- '<td class="text-center">' + n.F_CreateTime + '</td>' +
|
|
834
|
|
- '<td class="text-center">';
|
|
835
|
|
- //办理情况附件
|
|
836
|
|
- $(n.File).each(function(j, m) {
|
|
837
|
|
- str += '<a style="margin-right:5px;" href="' + m.F_FileUrl + '" download="' + m.F_FileUrl + '">' + m.F_FileName.substring(19) + '</a>';
|
|
838
|
|
- })
|
|
839
|
|
- str += '</td>' +
|
|
840
|
|
- '<td class="text-center authority"><botton class="btns LDPSS " superuser="' + n.F_BatchReason + '" superopinion="' + n.F_SuperOpinion + '" type="' + n.F_Type + '" index="' + n.F_Id + '">修改</botton></td>' +
|
|
841
|
|
- '</tr>';
|
|
842
|
|
- $(str).appendTo($(".HTXX"));
|
|
|
833
|
+ '<td class="text-center">' + n.F_CreateTime + '</td>'
|
|
|
834
|
+// '<td class="text-center">';
|
|
|
835
|
+// //办理情况附件
|
|
|
836
|
+// $(n.File).each(function(j, m) {
|
|
|
837
|
+// str += '<a style="margin-right:5px;" href="' + m.F_FileUrl + '" download="' + m.F_FileUrl + '">' + m.F_FileName.substring(19) + '</a>';
|
|
|
838
|
+// })
|
|
|
839
|
+ str += '</td>' +
|
|
|
840
|
+ '<td class="text-center authority"><botton class="btns HtxxBtn " superuser="' + n.F_BatchReason + '" superopinion="' + n.F_SuperOpinion + '" type="' + n.F_Type + '" index="' + n.F_Id + '">修改</botton></td>' +
|
|
|
841
|
+ '</tr>';
|
|
|
842
|
+ $(str).appendTo($(".HTXX"));
|
|
843
|
843
|
})
|
|
844
|
844
|
|
|
845
|
845
|
}
|
|
|
@@ -897,39 +897,40 @@
|
|
897
|
897
|
// })
|
|
898
|
898
|
window.location.href = "../CommonHtml/LDPS.html?wid=" + index + "&type=" + type; //iframe的url,no代表不显示滚动条
|
|
899
|
899
|
});
|
|
900
|
|
- //办理情况
|
|
901
|
|
- $(".BLQKS").click(function() {
|
|
902
|
|
- var index = $(this).attr('index');
|
|
|
900
|
+ //领导批示
|
|
|
901
|
+ $(".LDPSS").click(function() {
|
|
|
902
|
+ var index = $(this).attr('index'); //批示ID
|
|
|
903
|
+ var superuser = $(this).attr('superuser'); //批示人
|
|
|
904
|
+ var superopinion = $(this).attr("superopinion"); //批示内容
|
|
|
905
|
+ var type = $(this).attr("type"); //批示类型
|
|
903
|
906
|
// layer.open({
|
|
904
|
907
|
// type: 2,
|
|
905
|
|
- // content: "../CommonHtml/XGBLS.html?wid=" + index + "&UserName=" + UserName + "&result=" + result, //iframe的url,no代表不显示滚动条
|
|
906
|
|
- // title: '修改办理信息',
|
|
|
908
|
+ // content: "../CommonHtml/LDPS.html?wid=" + index + "&superuser=" + superuser + "&superopinion=" + superopinion + "&type=" + type, //iframe的url,no代表不显示滚动条
|
|
|
909
|
+ // title: '修改交办信息',
|
|
907
|
910
|
// area: ['58%', '60%'], //宽高
|
|
908
|
911
|
// })
|
|
909
|
|
- window.location.href = "../CommonHtml/XGBLS.html?wid=" + index;
|
|
|
912
|
+ window.location.href = "../CommonHtml/LDPS.html?wid=" + index + "&type=" + type; //iframe的url,no代表不显示滚动条
|
|
|
913
|
+ });
|
|
|
914
|
+
|
|
|
915
|
+ //修改回退信息
|
|
|
916
|
+ $(".HtxxBtn").click(function() {
|
|
|
917
|
+ var index = $(this).attr('index');
|
|
|
918
|
+ window.location.href = "../CommonHtml/BackDatil.html?wid=" + index+'&tab=0'
|
|
910
|
919
|
})
|
|
911
|
920
|
//修改审核延时
|
|
912
|
921
|
$(".LYSSH").click(function() {
|
|
913
|
922
|
var index = $(this).attr('index');
|
|
914
|
|
-
|
|
915
|
|
- // layer.open({
|
|
916
|
|
- // type: 2,
|
|
917
|
|
- // content: "../CommonHtml/YSSH.html?wid=" + index + "&reason=" + result , //iframe的url,no代表不显示滚动条
|
|
918
|
|
- // title: '修改延时审核信息',
|
|
919
|
|
- // area: ['58%', '60%'], //宽高
|
|
920
|
|
- // })
|
|
921
|
923
|
window.location.href = "../CommonHtml/YSSH.html?wid=" + index;
|
|
922
|
924
|
})
|
|
923
|
925
|
//修改退回审核
|
|
924
|
926
|
$(".LTHSH").click(function() {
|
|
925
|
927
|
var index = $(this).attr('index');
|
|
926
|
|
-
|
|
927
|
|
- // layer.open({
|
|
928
|
|
- // type: 2,
|
|
929
|
|
- // content: "../CommonHtml/lSHTH.html?wid=" + index + "&reason=" + result , //iframe的url,no代表不显示滚动条
|
|
930
|
|
- // title: '修改延时审核信息',
|
|
931
|
|
- // area: ['58%', '60%'], //宽高
|
|
932
|
|
- // })
|
|
|
928
|
+ //layer.open({
|
|
|
929
|
+ // type: 2,
|
|
|
930
|
+ // content: "../CommonHtml/lSHTH.html?wid=" + index + "&reason=" + result , //iframe的url,no代表不显示滚动条
|
|
|
931
|
+ // title: '修改延时审核信息',
|
|
|
932
|
+ // area: ['58%', '60%'], //宽高
|
|
|
933
|
+ //})
|
|
933
|
934
|
window.location.href = "../CommonHtml/lSHTH.html?wid=" + index;
|
|
934
|
935
|
})
|
|
935
|
936
|
|