北财风控对接-选择品牌车系车型
This commit is contained in:
parent
10c4a7ff80
commit
e73b8bbd1e
@ -393,10 +393,10 @@
|
||||
function SelectCardataBrand()
|
||||
{
|
||||
var carTypea = "<%=carTypea%>";
|
||||
var selectBank = "SelectCardataBrandFlowNew";
|
||||
var selectBank = "RCSelectCardataBrandNew";
|
||||
var parms = "cartypea,"+carTypea;
|
||||
if(typeof(carTypea)=="undefined" || carTypea.length==0 ){
|
||||
selectBank = "SelectCardataBrandNew";
|
||||
selectBank = "RCSelectCardataBrandNew";
|
||||
parms = "projectId,<%=projectId%>";
|
||||
}
|
||||
AsDialog.OpenSelector(selectBank, parms ,"dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
|
||||
@ -440,10 +440,7 @@
|
||||
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_")
|
||||
@ -472,10 +469,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