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(); },"详情"); }