测算同步

This commit is contained in:
liujiaji 2018-09-10 09:51:48 +08:00
parent f5d80ff5d1
commit 33701a169a
2 changed files with 8 additions and 8 deletions

View File

@ -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("'", ""));

View File

@ -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");
}
}
}