Commit 4d336825 authored by 徐州's avatar 徐州

1

parent 31839919
......@@ -138,9 +138,6 @@
},
async : false,
success: function(data){
if(data.result){
$.messager.confirm("提示", "请核实费用到账是否正确", function(result) {
if(result){
if(""==zslxdbh){
if("001"==mjyj||"005"==mjyj){
$("#titleName").text("缴费凭证编号");
......@@ -163,11 +160,6 @@
}
}
});
}else{
$.messager.alert('错误',data.message);
}
}
});
}
function printHis(){
......
......@@ -61,7 +61,7 @@
},
success: function (data) {
if (data.result) {
getTabWindow().reloadDate();
parent.reloadData();
$.messager.alert('提示', data.message,"info",function () {
parent.close_win('win_rfxmsfxx');
});
......
......@@ -73,7 +73,7 @@
<action name="rfxmSfxxReview" class="com.jshx.rfxm.web.RfxmAction" method="rfxmSfxxReview">
<!-- <interceptor-ref name="tokenInterceptor" />-->
<!-- <interceptor-ref name="coreStack" />-->
<!-- <result name="reload" type="redirect">/common/successToSelf.jsp?windowId=win_rfxmsfxx</result>-->
<result name="reload" type="redirect">/common/successToSelf.jsp?windowId=win_rfxmsfxx2</result>
<!-- <result name="invalid.token">/invalid.jsp</result>-->
</action>
<!-- 收费列表查询,返回Json数据 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment