1.保单放款方法根据车类型改变。
This commit is contained in:
parent
71cf5d3ea0
commit
fd856b0eaa
@ -31,8 +31,15 @@ $(function(){
|
||||
});
|
||||
function lendingType(){
|
||||
var lendingType = getItemValue(0, 0, "LENDING_TYPE");
|
||||
var carType = getItemValue(0, 0, "CAR_TYPE");
|
||||
if(lendingType==null||lendingType==""){
|
||||
setItemValue(0, 0, "LENDING_TYPE", "FIRST");
|
||||
if(carType=="used_car"){
|
||||
setItemValue(0, 0, "LENDING_TYPE", "AFTER");
|
||||
setItemDisabled(0,0,"LENDING_TYPE",true);
|
||||
}else{
|
||||
setItemValue(0, 0, "LENDING_TYPE", "FIRST");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user