From e73b8bbd1eb12663695bedaebf204b32fac17c27 Mon Sep 17 00:00:00 2001 From: zhanglei Date: Fri, 15 Sep 2023 19:28:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=97=E8=B4=A2=E9=A3=8E=E6=8E=A7=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5-=E9=80=89=E6=8B=A9=E5=93=81=E7=89=8C=E8=BD=A6?= =?UTF-8?q?=E7=B3=BB=E8=BD=A6=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp index c4b6e15f6..4c913c86b 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp @@ -393,10 +393,10 @@ function SelectCardataBrand() { var carTypea = "<%=carTypea%>"; - var selectBank = "SelectCardataBrandFlowNew"; + var selectBank = "RCSelectCardataBrandNew"; var parms = "cartypea,"+carTypea; if(typeof(carTypea)=="undefined" || carTypea.length==0 ){ - selectBank = "SelectCardataBrandNew"; + selectBank = "RCSelectCardataBrandNew"; parms = "projectId,<%=projectId%>"; } AsDialog.OpenSelector(selectBank, parms ,"dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px", @@ -440,10 +440,7 @@ var brandid=""; if(MyOjbect.brandid){ brandid=MyOjbect.brandid; - let selectType = 'SelectCardataSeriesCYC'; - if (MyOjbect.cartypea == 'SYC') { - selectType = 'SelectCardataSeriesSYC'; - } + let selectType = 'RCSelectCardataSeriesNew'; AsDialog.OpenSelector(selectType,"brandid,"+brandid,"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_") @@ -472,10 +469,7 @@ var seriesid=""; if(MyOjbect.seriesid){ seriesid=MyOjbect.seriesid; - let selectType = 'SelectCardataModelCYC'; - if (MyOjbect.cartypea == 'SYC') { - selectType = 'SelectCardataModelSYC'; - } + let selectType = 'RCSelectCardataModelNew'; AsDialog.OpenSelector(selectType,"seriesid,"+seriesid,"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_")