风控中台对接-车型车系品牌
This commit is contained in:
parent
f9bea3248d
commit
3d08659659
@ -6,6 +6,8 @@
|
||||
System.out.println("flowId=" + flowId);
|
||||
String projectNo = CurPage.getParameter("projectNo");//ÒµÎñ±àºÅ
|
||||
System.out.println("projectNo=" + projectNo);
|
||||
String sFlowUnid = CurPage.getParameter("FlowUnid");//Á÷³Ì±àºÅ
|
||||
System.out.println("sFlowUnid=" + sFlowUnid);
|
||||
BizObjectManager rcScoreResultDetail = JBOFactory.getBizObjectManager(RC_SCORE_RESULT_DETAIL.CLASS_NAME);
|
||||
List<BizObject> rcScoreResultDetailBizObjectList = rcScoreResultDetail.createQuery("project_no=:project_no").setParameter("project_no", projectNo).getResultList(false);
|
||||
if(CollectionUtils.isNotEmpty(rcScoreResultDetailBizObjectList)){
|
||||
|
||||
@ -293,7 +293,7 @@
|
||||
<%/*~[Describe=Ñ¡Ôñ³µÆ·ÅÆ;]~*/%>
|
||||
function selectProductModel()
|
||||
{
|
||||
AsDialog.OpenSelector("SelectCardataBrandNew","","dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
|
||||
AsDialog.OpenSelector("RCSelectCardataBrandNew","","dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
|
||||
function(sReturn){
|
||||
if(!sReturn||sReturn=="_CANCEL_"||sReturn==""||sReturn=="_NONE_")
|
||||
{
|
||||
@ -333,14 +333,10 @@
|
||||
<%/*~[Describe=ÇëÑ¡Ôñ³µÏµ;]~*/%>
|
||||
function selectCarSeries()
|
||||
{
|
||||
|
||||
var brandid="";
|
||||
if(MyOjbect.brandid){
|
||||
brandid=MyOjbect.brandid;
|
||||
let selectType = 'SelectCardataSeriesCYC';
|
||||
if (MyOjbect.cartypea == 'SYC') {
|
||||
selectType = 'SelectCardataSeriesSYC';
|
||||
}
|
||||
let selectType = 'RCSelectCardataSeriesNew';
|
||||
AsDialog.OpenSelector(selectType,"brandid,"+brandid,"dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
|
||||
function(sReturn){
|
||||
if(!sReturn||sReturn=="_CANCEL_"||sReturn==""||sReturn=="_NONE_")
|
||||
@ -373,10 +369,7 @@
|
||||
var seriesid="";
|
||||
if(MyOjbect.seriesid){
|
||||
seriesid=MyOjbect.seriesid;
|
||||
let selectType = 'SelectCardataModelCYC';
|
||||
if (MyOjbect.cartypea == 'SYC') {
|
||||
selectType = 'SelectCardataModelSYC';
|
||||
}
|
||||
let selectType = 'RCSelectCardataModelNew';
|
||||
AsDialog.OpenSelector(selectType,"seriesid,"+seriesid,"dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
|
||||
function(sReturn){
|
||||
if(!sReturn||sReturn=="_CANCEL_"||sReturn==""||sReturn=="_NONE_")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user