车辆选择可以看到车辆类型。车辆档位和排量为null时存"";
This commit is contained in:
parent
28fe857953
commit
13acf523a5
@ -272,7 +272,7 @@
|
||||
<%/*~[Describe=Ñ¡Ôñ³µÆ·ÅÆ;]~*/%>
|
||||
function SelectCardataBrand()
|
||||
{
|
||||
AsDialog.OpenSelector("SelectCardataModelUpdate","projectId,"+"<%=projectId%>","dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
|
||||
AsDialog.OpenSelector("SelectCardataBrand","projectId,"+"<%=projectId%>","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_")
|
||||
{
|
||||
|
||||
@ -242,8 +242,8 @@ public class LBProjectIntoTempInitCarBusiness extends BaseBussiness {
|
||||
bmLEC.setAttributeValue("modelId", this.getAttribute("modelid"));//车型ID
|
||||
bmLEC.setAttributeValue("NOW_TOTAL", this.getAttribute("price"));//车辆指导价
|
||||
bmLEC.setAttributeValue("VNDR_NAME", vndrName);//供应商
|
||||
bmLEC.setAttributeValue("DISPLACEMENT", this.getAttribute("liter"));//탤좆
|
||||
bmLEC.setAttributeValue("gears", this.getAttribute("geartype"));//도貫
|
||||
bmLEC.setAttributeValue("DISPLACEMENT", this.getAttribute("liter").toString().equals("null")?"":this.getAttribute("liter").toString());//탤좆
|
||||
bmLEC.setAttributeValue("gears", this.getAttribute("geartype").toString().equals("null")?"":this.getAttribute("geartype").toString());//도貫
|
||||
bmLEC.setAttributeValue("INPUTUSERID", asUser.getUserID());//登记人
|
||||
bmLEC.setAttributeValue("INPUTORGID", asUser.getOrgID());//登记部门
|
||||
bmLEC.setAttributeValue("INPUTTIME", StringFunction.getTodayNow());//登记时间,系统当前时间
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user