|
@@ -24,14 +24,15 @@
|
|
|
<script type="text/javascript">
|
|
|
$("#btnUnshelve").click(function() {
|
|
|
$('#unshelveresultFmt').ajaxSubmit(function (data) {
|
|
|
- if(data!=undefined&&data!=null){
|
|
|
- window.parent.search();
|
|
|
- //$.popBsPartial({url:"<%=basePath%>/admin/microapp/unshelveresult/"+data.stateCode})
|
|
|
- window.parent.showunshelveresult(data.stateCode);
|
|
|
- }else{
|
|
|
- //$.popBsPartial({url:"<%=basePath%>/admin/microapp/unshelveresult/"+400})
|
|
|
- window.parent.showunshelveresult(400);
|
|
|
- }
|
|
|
+ window.location.href="<%=basePath%>/admin/microapp/index.htm"
|
|
|
+ <%--if(data!=undefined&&data!=null){--%>
|
|
|
+ <%-- /*window.parent.search();*/--%>
|
|
|
+ <%-- /* //$.popBsPartial({url:"<%=basePath%>/admin/microapp/unshelveresult/"+data.stateCode})*/--%>
|
|
|
+ <%-- /*// window.parent.showunshelveresult(data.stateCode);*/--%>
|
|
|
+ <%--}else{--%>
|
|
|
+ <%-- /* //$.popBsPartial({url:"<%=basePath%>/admin/microapp/unshelveresult/"+400})*/--%>
|
|
|
+ <%-- /* // window.parent.showunshelveresult(400);*/--%>
|
|
|
+ <%--}--%>
|
|
|
});
|
|
|
});
|
|
|
$("#btnBack").click(function() {
|