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

1

parent 31839919
...@@ -138,34 +138,26 @@ ...@@ -138,34 +138,26 @@
}, },
async : false, async : false,
success: function(data){ success: function(data){
if(data.result){ if(""==zslxdbh){
$.messager.confirm("提示", "请核实费用到账是否正确", function(result) { if("001"==mjyj||"005"==mjyj){
if(result){ $("#titleName").text("缴费凭证编号");
if(""==zslxdbh){ }else{
if("001"==mjyj||"005"==mjyj){ $("#titleName").text("联系单编号");
$("#titleName").text("缴费凭证编号"); }
}else{ $("#win").window("open")
$("#titleName").text("联系单编号"); }else{
} if("001"==mjyj||"005"==mjyj){
$("#win").window("open") createSimpleWindow("win_paymentVoucher","打印缴费凭证","${ctx}/jsp/paymentVoucher/printPaymentVoucher_GuiHua.action?id="+row_Id+"&zslxdbh="+zslxdbh,700,350);
}else{ }else if("002"==mjyj){
if("001"==mjyj||"005"==mjyj){ createSimpleWindow("win_paymentVoucher","打印补缴回复函(产权处)","${ctx}/jsp/paymentVoucher/printPaymentVoucher_ChanQuan.action?id="+row_Id+"&zslxdbh="+zslxdbh,700,350);
createSimpleWindow("win_paymentVoucher","打印缴费凭证","${ctx}/jsp/paymentVoucher/printPaymentVoucher_GuiHua.action?id="+row_Id+"&zslxdbh="+zslxdbh,700,350); }else if("003"==mjyj){
}else if("002"==mjyj){ createSimpleWindow("win_paymentVoucher","打印补缴回复函(紫金科创)","${ctx}/jsp/paymentVoucher/printPaymentVoucher_ZiJin.action?id="+row_Id+"&zslxdbh="+zslxdbh,700,350);
createSimpleWindow("win_paymentVoucher","打印补缴回复函(产权处)","${ctx}/jsp/paymentVoucher/printPaymentVoucher_ChanQuan.action?id="+row_Id+"&zslxdbh="+zslxdbh,700,350); }else if("004"==mjyj){
}else if("003"==mjyj){ createSimpleWindow("win_paymentVoucher","打印补缴回复函(房改办经适房)","${ctx}/jsp/paymentVoucher/printPaymentVoucher_FangGaiBan.action?id="+row_Id+"&zslxdbh="+zslxdbh,700,350);
createSimpleWindow("win_paymentVoucher","打印补缴回复函(紫金科创)","${ctx}/jsp/paymentVoucher/printPaymentVoucher_ZiJin.action?id="+row_Id+"&zslxdbh="+zslxdbh,700,350); }else{
}else if("004"==mjyj){ $.messager.alert('提示','数据有误,请核实数据后再打印!');
createSimpleWindow("win_paymentVoucher","打印补缴回复函(房改办经适房)","${ctx}/jsp/paymentVoucher/printPaymentVoucher_FangGaiBan.action?id="+row_Id+"&zslxdbh="+zslxdbh,700,350); }
}else{ }
$.messager.alert('提示','数据有误,请核实数据后再打印!');
}
}
}
});
}else{
$.messager.alert('错误',data.message);
}
} }
}); });
} }
......
...@@ -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