|
|
|
@ -629,7 +629,7 @@ $(document).ready(function(){
|
|
|
|
$P.$findn("vin").val(vehicle.vin);
|
|
|
|
$P.$findn("vin").val(vehicle.vin);
|
|
|
|
$P.$findn("vhclNm").val(vehicle.cnm);
|
|
|
|
$P.$findn("vhclNm").val(vehicle.cnm);
|
|
|
|
$P.$findn("vhclColr").val(vehicle.color_nm);
|
|
|
|
$P.$findn("vhclColr").val(vehicle.color_nm);
|
|
|
|
$P.$findn("vhclCpct").val(vehicle.tkcar_pscap_co);
|
|
|
|
$P.$findn("vhclCpct").val(vehicle.tkcar_pscap_co || 0);
|
|
|
|
$P.$findn("useFuelCd").val(vehicle.use_fuel_code);
|
|
|
|
$P.$findn("useFuelCd").val(vehicle.use_fuel_code);
|
|
|
|
|
|
|
|
|
|
|
|
if (vehicle.vhcty_asort_code == "1"){ //승용
|
|
|
|
if (vehicle.vhcty_asort_code == "1"){ //승용
|
|
|
|
|