diff --git a/WebContent/Accounting/LoanSimulation/FundPlanList.jsp b/WebContent/Accounting/LoanSimulation/FundPlanList.jsp index b5e2634cd..50c5be780 100644 --- a/WebContent/Accounting/LoanSimulation/FundPlanList.jsp +++ b/WebContent/Accounting/LoanSimulation/FundPlanList.jsp @@ -158,7 +158,7 @@ } } alert("¸´ÖƳɹ¦"); - //as_save(0,"reloadSelf()"); + as_save(0,"updateFlow()"); } function deleteAllRecords(){ RunJavaMethodTrans("com.tenwa.reckon.executor.CalcExecutor","deleteAllRecordsForFundPlanList","flowunid=<%=flowunid%>,planCName=<%=planCName%>,plannumber=<%=plannumber%>,calType=<%=calType%>"); diff --git a/WebContent/Tenwa/Lease/Flow/AdjustInterest/TodoAdjustInterestList.jsp b/WebContent/Tenwa/Lease/Flow/AdjustInterest/TodoAdjustInterestList.jsp index 7d794835b..4c16361a7 100644 --- a/WebContent/Tenwa/Lease/Flow/AdjustInterest/TodoAdjustInterestList.jsp +++ b/WebContent/Tenwa/Lease/Flow/AdjustInterest/TodoAdjustInterestList.jsp @@ -22,7 +22,7 @@ }else if("8009011".equals(orgId)){ businessType="3"; }else{ - businessType=""; + businessType="2,3"; } } diff --git a/WebContent/Tenwa/Lease/Flow/AdjustRollBack/LCAdjustContractRollBack.jsp b/WebContent/Tenwa/Lease/Flow/AdjustRollBack/LCAdjustContractRollBack.jsp index aef322c7f..9e65bbe1e 100644 --- a/WebContent/Tenwa/Lease/Flow/AdjustRollBack/LCAdjustContractRollBack.jsp +++ b/WebContent/Tenwa/Lease/Flow/AdjustRollBack/LCAdjustContractRollBack.jsp @@ -24,7 +24,7 @@ }else if("8009011".equals(orgId)){ businessType="3"; }else{ - businessType=""; + businessType="2,3"; } } diff --git a/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/VIFundPlanList.jsp b/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/VIFundPlanList.jsp index 0527a8e97..f5de902c1 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/VIFundPlanList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/FundCollection/VIFundPlanList.jsp @@ -17,7 +17,7 @@ }else if("8009011".equals(orgId)){ businessType="3"; }else{ - businessType=""; + businessType="2,3"; } } ASObjectModel doTemp = new ASObjectModel("VILCFundPlanListtradition"); diff --git a/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp b/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp index 407dbdf61..c315ea087 100644 --- a/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Rent/RentIncome/VILCRentPlanList.jsp @@ -21,7 +21,7 @@ }else if("8009011".equals(orgId)){ businessType="3"; }else{ - businessType=""; + businessType="2,3"; } } ASObjectModel doTemp = new ASObjectModel("VILCRentPlanList");