diff --git a/WebContent/Tenwa/Core/TaxInfo/TaxInfoDetials.jsp b/WebContent/Tenwa/Core/TaxInfo/TaxInfoDetials.jsp
index 80d93621a..863a3f6a0 100644
--- a/WebContent/Tenwa/Core/TaxInfo/TaxInfoDetials.jsp
+++ b/WebContent/Tenwa/Core/TaxInfo/TaxInfoDetials.jsp
@@ -28,7 +28,7 @@
AsControl.OpenView("/Tenwa/Core/TaxInfo/TaxInfoList.jsp", "","_self","");
}
function saveRecord(){
- as_save("myiframe0");
+ as_save("myiframe0" , "goBack()");
}
function setContractTime(param){
setItemValue(0,getRow(),"BEFORE_AFTER",param);
diff --git a/WebContent/WEB-INF/etc/jbo/jbo_comm.xml b/WebContent/WEB-INF/etc/jbo/jbo_comm.xml
index 40fc98bc6..277882a20 100644
--- a/WebContent/WEB-INF/etc/jbo/jbo_comm.xml
+++ b/WebContent/WEB-INF/etc/jbo/jbo_comm.xml
@@ -937,6 +937,10 @@
+
+
+
+
diff --git a/calc/com/tenwa/reckon/bean/ConditionBean.java b/calc/com/tenwa/reckon/bean/ConditionBean.java
index cb0dc16ba..183f6f2e0 100644
--- a/calc/com/tenwa/reckon/bean/ConditionBean.java
+++ b/calc/com/tenwa/reckon/bean/ConditionBean.java
@@ -173,6 +173,10 @@ public class ConditionBean implements Cloneable{
private String strategicCoefficient; // սϵ
private String strategyROA; // սϵ
//**********************************************************************ʽ
+ /* ******* ROAõIJ ****************/
+ private String discountInterest; // Ϣ()
+ private String personalInsurance; //
+ /*****************************/
/***********************************************************************************
* ʱδʹֶ(ʷ汾ֶ)
@@ -1812,4 +1816,22 @@ public class ConditionBean implements Cloneable{
public void setStrategyROA(String strategyROA) {
this.strategyROA = strategyROA;
}
+
+ public String getDiscountInterest() {
+ return discountInterest;
+ }
+
+ public void setDiscountInterest(String discountInterest) {
+ this.discountInterest = discountInterest;
+ }
+
+ public String getPersonalInsurance() {
+ return personalInsurance;
+ }
+
+ public void setPersonalInsurance(String personalInsurance) {
+ this.personalInsurance = personalInsurance;
+ }
+
+
}
diff --git a/calc/com/tenwa/reckon/help/ConditionHelper.java b/calc/com/tenwa/reckon/help/ConditionHelper.java
index e7a08fdea..a595d22ff 100644
--- a/calc/com/tenwa/reckon/help/ConditionHelper.java
+++ b/calc/com/tenwa/reckon/help/ConditionHelper.java
@@ -108,15 +108,20 @@ public class ConditionHelper {
BigDecimal handRate =null; //˰
BigDecimal gpsInstallFee =null;//GPS˰
BigDecimal rentRate =null;// ˰
+ BigDecimal discountInterestRate =null;// Ϣ˰
+ BigDecimal personalInsuranceRate =null;// ˰
BigDecimal percentage = new BigDecimal("100");
if( pslData!=null && pslData.size()>0){
String leasform = pslData.get(0).get("leasform");
- List