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

1

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