diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp index 694f47817..8438c9f35 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp @@ -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_") { diff --git a/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java b/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java index 9213eb05c..145e9e0db 100644 --- a/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java +++ b/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempInitCarBusiness.java @@ -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());//登记时间,系统当前时间