From cacb5ce9640e0e0611751562aeb56937b122b997 Mon Sep 17 00:00:00 2001 From: liuz Date: Mon, 23 Jul 2018 10:05:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E7=BB=8F=E9=94=80=E5=95=86=E8=B4=A6?= =?UTF-8?q?=E6=88=B7=E4=BF=A1=E6=81=AF=E6=96=B0=E5=A2=9E=EF=BC=8C=E8=AF=A6?= =?UTF-8?q?=E6=83=85=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=B8=A6=E5=80=BC=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E6=8A=A5=E9=94=99=E5=81=9A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DistributorApproval/LDistributorAccountList.jsp | 3 ++- .../DistributorChange/LDistributorAccountList.jsp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountList.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountList.jsp index baf0392cb..5f958a24e 100644 --- a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountList.jsp +++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountList.jsp @@ -70,11 +70,12 @@ function viewAndEdit(){ var sUrl = "/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountInfo.jsp"; var sPara = getItemValue(0,getRow(0),'id'); + var sPara ="flowunid=<%=sFlowUnid%>"; if(typeof(sPara)=="undefined" || sPara.length==0 ){ alert("参数不能为空!"); return ; } - AsDialog.PopView(sUrl,"id="+sPara,"dialogWidth=800px;dialogHeight=200px;resizable=no;scrollbars=no;status:yes;maximize:no;help:no;",function(){ + AsDialog.PopView(sUrl,sPara,"dialogWidth=800px;dialogHeight=200px;resizable=no;scrollbars=no;status:yes;maximize:no;help:no;",function(){ reloadSelf(); },"修改"); diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorChange/LDistributorAccountList.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorChange/LDistributorAccountList.jsp index ebd6183e7..4e022a338 100644 --- a/WebContent/Tenwa/Lease/DistributorManage/DistributorChange/LDistributorAccountList.jsp +++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorChange/LDistributorAccountList.jsp @@ -37,11 +37,12 @@ function viewAndEdit(){ var sUrl = "/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountInfo.jsp"; var sPara = getItemValue(0,getRow(0),'id'); + var sPara ="flowunid=<%=sFlowUnid%>"; if(typeof(sPara)=="undefined" || sPara.length==0 ){ alert("参数不能为空!"); return ; } - AsDialog.PopView(sUrl,"id="+sPara,"dialogWidth=800px;dialogHeight=200px;resizable=no;scrollbars=no;status:yes;maximize:no;help:no;",function(){ + AsDialog.PopView(sUrl,sPara,"dialogWidth=800px;dialogHeight=200px;resizable=no;scrollbars=no;status:yes;maximize:no;help:no;",function(){ reloadSelf(); },"详情"); }