From 13acf523a5f88982910190f066ea770388a45d8f Mon Sep 17 00:00:00 2001 From: tangft <32189@DESKTOP-M6TAG3K> Date: Wed, 3 Apr 2019 17:14:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E9=80=89=E6=8B=A9=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E7=9C=8B=E5=88=B0=E8=BD=A6=E8=BE=86=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E3=80=82=E8=BD=A6=E8=BE=86=E6=A1=A3=E4=BD=8D=E5=92=8C=E6=8E=92?= =?UTF-8?q?=E9=87=8F=E4=B8=BAnull=E6=97=B6=E5=AD=98"";?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp | 2 +- .../commbusiness/LBProjectIntoTempInitCarBusiness.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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());//登记时间,系统当前时间