From 3d086596597fd5db21ca5340da5b9f9b9f5ea401 Mon Sep 17 00:00:00 2001 From: zhanglei Date: Mon, 28 Aug 2023 14:20:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E6=8E=A7=E4=B8=AD=E5=8F=B0=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5-=E8=BD=A6=E5=9E=8B=E8=BD=A6=E7=B3=BB=E5=93=81?= =?UTF-8?q?=E7=89=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BusinessApplication/RCScoreResultDetail.jsp | 2 ++ .../ProjectApprovalCreationInfo.jsp | 13 +++---------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/RCScoreResultDetail.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/RCScoreResultDetail.jsp index 1fc8685c7..fed21bba2 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/RCScoreResultDetail.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/RCScoreResultDetail.jsp @@ -6,6 +6,8 @@ System.out.println("flowId=" + flowId); String projectNo = CurPage.getParameter("projectNo");//业务编号 System.out.println("projectNo=" + projectNo); + String sFlowUnid = CurPage.getParameter("FlowUnid");//流程编号 + System.out.println("sFlowUnid=" + sFlowUnid); BizObjectManager rcScoreResultDetail = JBOFactory.getBizObjectManager(RC_SCORE_RESULT_DETAIL.CLASS_NAME); List rcScoreResultDetailBizObjectList = rcScoreResultDetail.createQuery("project_no=:project_no").setParameter("project_no", projectNo).getResultList(false); if(CollectionUtils.isNotEmpty(rcScoreResultDetailBizObjectList)){ diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp index 482b7f3a6..322a558ce 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApproval/ProjectApprovalCreationInfo.jsp @@ -293,7 +293,7 @@ <%/*~[Describe=选择车品牌;]~*/%> function selectProductModel() { - AsDialog.OpenSelector("SelectCardataBrandNew","","dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px", + AsDialog.OpenSelector("RCSelectCardataBrandNew","","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_") { @@ -333,14 +333,10 @@ <%/*~[Describe=请选择车系;]~*/%> function selectCarSeries() { - 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_") @@ -373,10 +369,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_")