diff --git a/WebContent/Tenwa/Lease/Flow/CarManage/CarEvaluate/CarEvaluateApplyList.jsp b/WebContent/Tenwa/Lease/Flow/CarManage/CarEvaluate/CarEvaluateApplyList.jsp index 9c0bb0b88..e8f95597f 100644 --- a/WebContent/Tenwa/Lease/Flow/CarManage/CarEvaluate/CarEvaluateApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/CarManage/CarEvaluate/CarEvaluateApplyList.jsp @@ -12,12 +12,17 @@ function newApply() } sReturn = sReturn.split("@"); var framenumber=sReturn[0]; - var contractnumber=sReturn[2]; var contractid=sReturn[1]; + var contractnumber=sReturn[2]; + var customerid=sReturn[3]; var customername=sReturn[4]; + var plate_number=sReturn[6]; + var platetime=sReturn[7]; + var park_place=sReturn[8]; + var having_key=sReturn[9]; var ProjectName=framenumber+"-"+customername; var sParams = "ApplyType=<%=sApplyType%>,CurUserID=<%=CurUser.getUserID()%>"; - sParams =sParams+",ProjectName="+ProjectName+",ContractId="+contractid+",FlowKey="+contractnumber+",ApplyType=<%=sApplyType%>"; + sParams =sParams+",ProjectName="+ProjectName+",ContractId="+contractid+",customerid="+customerid+",customername="+customername+",plate_number="+plate_number+",platetime="+platetime+",park_place="+park_place+",having_key="+having_key+",FlowKey="+contractnumber+",ApplyType=<%=sApplyType%>"; var sReturnInfo = RunJavaMethodTrans("com.tenwa.lease.flow.carmanage.carevaluate.CarEvaluateStartAction","initFLow",sParams); if(typeof(sReturnInfo)=="undefined" || sReturnInfo=="" || sReturnInfo=="_CANCEL_") return; diff --git a/WebContent/Tenwa/Lease/Flow/CarManage/CarEvaluate/LcCarEvaluateDetail.jsp b/WebContent/Tenwa/Lease/Flow/CarManage/CarEvaluate/LcCarEvaluateDetail.jsp index 7309d0dfe..0b33995fe 100644 --- a/WebContent/Tenwa/Lease/Flow/CarManage/CarEvaluate/LcCarEvaluateDetail.jsp +++ b/WebContent/Tenwa/Lease/Flow/CarManage/CarEvaluate/LcCarEvaluateDetail.jsp @@ -9,6 +9,18 @@ String sPrevUrl = CurPage.getParameter("PrevUrl"); String ishistory=CurPage.getParameter("IsHistory"); String RightType= CurPage.getParameter("RightType"); + + String contractId= CurPage.getParameter("ContractId"); + String contractNumber= CurPage.getParameter("FlowKey"); + String customerid = CurPage.getParameter("customerid"); + String customername = CurPage.getParameter("customername"); + String platetime = CurPage.getParameter("platetime"); + String parkplace = CurPage.getParameter("park_place"); + + String havingkey = CurPage.getParameter("having_key"); + + System.out.print(contractId+"==="+contractNumber+"==="+customerid+"===="+customername); + if(RightType == null) RightType = ""; if(sPrevUrl == null) sPrevUrl = ""; String framenumber = Sqlca.getString("select proj_name from FLOW_BUSSINESS_OBJECT where flow_unid ='"+flowunid+"'"); @@ -25,16 +37,31 @@ dwTemp.genHTMLObjectWindow(flowunid); String sButtons[][] = { - {"true","All","Button","保存","保存所有修改","save()","","","",""}, + {"true","All","Button","保存","保存所有修改","save()","","","",""} }; + sButtonPosition = "north"; CurPage.getCurComp().setAttribute("RightType", RightType); %><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>