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

1

parent 31839919
...@@ -138,9 +138,6 @@ ...@@ -138,9 +138,6 @@
}, },
async : false, async : false,
success: function(data){ success: function(data){
if(data.result){
$.messager.confirm("提示", "请核实费用到账是否正确", function(result) {
if(result){
if(""==zslxdbh){ if(""==zslxdbh){
if("001"==mjyj||"005"==mjyj){ if("001"==mjyj||"005"==mjyj){
$("#titleName").text("缴费凭证编号"); $("#titleName").text("缴费凭证编号");
...@@ -163,11 +160,6 @@ ...@@ -163,11 +160,6 @@
} }
} }
}); });
}else{
$.messager.alert('错误',data.message);
}
}
});
} }
function printHis(){ function printHis(){
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
}, },
success: function (data) { success: function (data) {
if (data.result) { if (data.result) {
getTabWindow().reloadDate(); parent.reloadData();
$.messager.alert('提示', data.message,"info",function () { $.messager.alert('提示', data.message,"info",function () {
parent.close_win('win_rfxmsfxx'); parent.close_win('win_rfxmsfxx');
}); });
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<action name="rfxmSfxxReview" class="com.jshx.rfxm.web.RfxmAction" method="rfxmSfxxReview"> <action name="rfxmSfxxReview" class="com.jshx.rfxm.web.RfxmAction" method="rfxmSfxxReview">
<!-- <interceptor-ref name="tokenInterceptor" />--> <!-- <interceptor-ref name="tokenInterceptor" />-->
<!-- <interceptor-ref name="coreStack" />--> <!-- <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>--> <!-- <result name="invalid.token">/invalid.jsp</result>-->
</action> </action>
<!-- 收费列表查询,返回Json数据 --> <!-- 收费列表查询,返回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