diff --git a/WebContent/Tenwa/Lease/App/BussinessOperation/InsuranceInfo/InsuranceInfoDetail.jsp b/WebContent/Tenwa/Lease/App/BussinessOperation/InsuranceInfo/InsuranceInfoDetail.jsp index be7e611b6..b1ade5657 100644 --- a/WebContent/Tenwa/Lease/App/BussinessOperation/InsuranceInfo/InsuranceInfoDetail.jsp +++ b/WebContent/Tenwa/Lease/App/BussinessOperation/InsuranceInfo/InsuranceInfoDetail.jsp @@ -6,10 +6,13 @@ History Log: */ String contract_number = CurPage.getParameter("contract_number"); - String sPrevUrl = CurPage.getParameter("ID"); - if(sPrevUrl == null) sPrevUrl = ""; + String contractId = CurPage.getParameter("contractId"); +// if(sPrevUrl == null) sPrevUrl = ""; String sTempletNo = "LBInsuranceInfoDetail";//--模板号-- ASObjectModel doTemp = new ASObjectModel(sTempletNo); + doTemp.setDefaultValue("Contract_Id", contractId); + doTemp.setDefaultValue("Contract_number", contract_number); + ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request); dwTemp.Style = "2";//freeform dwTemp.genHTMLObjectWindow(CurPage.getParameter("ID")); @@ -22,10 +25,10 @@