diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp index b900cc60b..5fb10b8d2 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp @@ -173,6 +173,8 @@ } function save(){ + var sFlowUnid="<%=sFlowUnid%>"; + setItemValue(0,0,"FLOWUNID",sFlowUnid); var CertIdResult = checkCertId(); if(CertIdResult==false){ return; @@ -198,7 +200,8 @@ function goBack(){ //要跳转的url var url="/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitList.jsp"; - var sparam="FlowUnid="+getItemValue(0,0,"FLOWUNID")+"&ProjectId="+getItemValue(0,0,"project_id")+"&RightType="+'<%=RightType%>'; + var sFlowUnid="<%=sFlowUnid%>"; + var sparam="FlowUnid="+sFlowUnid+"&ProjectId="+getItemValue(0,0,"project_id")+"&RightType="+'<%=RightType%>'; AsControl.OpenView(url,sparam,"_self",""); } //根据身份证号判断性别