diff --git a/calc/com/tenwa/reckon/product/ProductCondition.java b/calc/com/tenwa/reckon/product/ProductCondition.java index f99440a16..a88631941 100644 --- a/calc/com/tenwa/reckon/product/ProductCondition.java +++ b/calc/com/tenwa/reckon/product/ProductCondition.java @@ -784,7 +784,7 @@ public class ProductCondition { if(s.length()>0)s+=","; s+="'even_subsection'"; } - ProductBaseLoanTools.addAppList(appList, "SETTLE_METHOD", "colreadonly", "1"); +// ProductBaseLoanTools.addAppList(appList, "SETTLE_METHOD", "colreadonly", "1"); ProductBaseLoanTools.addAppList(appList, "SETTLE_METHOD", "coleditsource", "jbo.sys.CODE_LIBRARY,itemno,itemname,codeno='settle_method' and itemno in ("+s+") order by sortno"); ProductBaseLoanTools.addAppList(appList, "SETTLE_METHOD", "coldefaultvalue", s.replaceAll("'", "")); diff --git a/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/loan/product/ProductBaseLoanTools.java b/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/loan/product/ProductBaseLoanTools.java index 97cef211c..c45e674ff 100644 --- a/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/loan/product/ProductBaseLoanTools.java +++ b/src_app_fresh/apx/com/amarsoft/als/apzl/apply/business/loan/product/ProductBaseLoanTools.java @@ -387,7 +387,7 @@ public class ProductBaseLoanTools { } //非车辆产品,融资额可编辑 - if("2".equals(productType)){ + if("car_product".equals(productType)){ // doTemp.setReadOnly("CLEAN_LEASE_MONEY", true); ProductBaseLoanTools.addAppList(appList, "CLEAN_LEASE_MONEY", "colreadonly", "1"); @@ -395,12 +395,12 @@ public class ProductBaseLoanTools { // doTemp.setVisible("CORPUS_RATIO", true); // doTemp.setVisible("CORPUS", true); // doTemp.setRequired("CORPUS_RATIO", true); - ProductBaseLoanTools.addAppList(appList, "CORPUS_RATIO", - "colvisible", "1"); - ProductBaseLoanTools.addAppList(appList, "CORPUS", - "colvisible", "1"); - ProductBaseLoanTools.addAppList(appList, "CORPUS_RATIO", - "colrequired", "1"); +// ProductBaseLoanTools.addAppList(appList, "CORPUS_RATIO", +// "colvisible", "1"); +// ProductBaseLoanTools.addAppList(appList, "CORPUS", +// "colvisible", "1"); +// ProductBaseLoanTools.addAppList(appList, "CORPUS_RATIO", +// "colrequired", "1"); } } }