测算同步
This commit is contained in:
parent
f5d80ff5d1
commit
33701a169a
@ -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("'", ""));
|
||||
|
||||
|
||||
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user