diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentList.jsp index 010b437fe..2a04bd36d 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentList.jsp @@ -31,7 +31,7 @@ <%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=List02;Describe=定义变量,获取参数;]~*/%> <% String sFlowUnid = CurPage.getParameter("FlowUnid");//流程编号 - if(sFlowUnid == null)sFlowUnid = ""; + if(sFlowUnid == null)sFlowUnid = ""; String certid = Sqlca.getString("select cpt.certid from lb_union_lessee_temp lul inner join CUSTOMER_PERSON_TEMP cpt on cpt.customerid = lul.customer_id where lul.flowunid = '"+sFlowUnid+"' group by cpt.certid"); String sTempletNo = CurPage.getParameter("TempletNo");//模板号 if(sTempletNo == null) sTempletNo = "LBEquipmentListTemp_Cars"; @@ -46,7 +46,11 @@ String carAttributes=CurPage.getParameter("carAttributes"); String leasehold=CurPage.getParameter("leasehold"); + String productModel=CurPage.getParameter("productModel"); + String carSeries=CurPage.getParameter("carSeries"); String carSystem=CurPage.getParameter("carSystem"); + System.out.print("+++++++++++++++++++++++++"+productModel+"------------------"); + System.out.print("+++++++++++++++++++++++++"+carSeries+"------------------"); System.out.print("+++++++++++++++++++++++++"+carSystem+"------------------"); %> @@ -117,11 +121,14 @@ if((null!=RightType&&RightType.equals("ReadOnly"))||(null!=ishistory&&ishistory.