From 995277b3c5202e8fe455ccacefb5bc8bb22a9169 Mon Sep 17 00:00:00 2001 From: 58261 <58261@DESKTOP-AAAC71Q> Date: Mon, 29 Oct 2018 10:14:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/Comm/LBGuaranteeUnit/LBGuaranteePerUnitInfo.jsp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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",""); } //根据身份证号判断性别