From 3956a06d76714cf9dd21c80405da926c8cab98eb Mon Sep 17 00:00:00 2001 From: amarsoft Date: Wed, 20 Jun 2018 19:12:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E9=85=8D=E7=BD=AE=E7=BB=8F?= =?UTF-8?q?=E9=94=80=E5=95=86=E4=BF=AE=E6=94=B9=E8=AF=A6=E6=83=85=E7=82=B9?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=88=B7=E6=96=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Apzl/PortalToCarType/LmDistributorToproductList.jsp | 1 + .../Subcompany/DistributorCustomerGroupRelationList.jsp | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/WebContent/Tenwa/Apzl/PortalToCarType/LmDistributorToproductList.jsp b/WebContent/Tenwa/Apzl/PortalToCarType/LmDistributorToproductList.jsp index fb5a257ff..21de64ee4 100644 --- a/WebContent/Tenwa/Apzl/PortalToCarType/LmDistributorToproductList.jsp +++ b/WebContent/Tenwa/Apzl/PortalToCarType/LmDistributorToproductList.jsp @@ -53,6 +53,7 @@ AsControl.OpenView(sUrl,'SerialNo=' +sPara ,'_self',''); } function asDelete(){ + if(!confirm("是否确认删除?"))return; var unionId = getItemValue(0,getRow(0),"ID"); //alert(unionId); var sReturnInfo = RunJavaMethodTrans("com.tenwa.apzl.saveunioncar.saveUnionCarUtil","deleteLmDistributorToProduct","unionId="+unionId); diff --git a/WebContent/Tenwa/Customer/Group/Subcompany/DistributorCustomerGroupRelationList.jsp b/WebContent/Tenwa/Customer/Group/Subcompany/DistributorCustomerGroupRelationList.jsp index e1fb33282..adc72886c 100644 --- a/WebContent/Tenwa/Customer/Group/Subcompany/DistributorCustomerGroupRelationList.jsp +++ b/WebContent/Tenwa/Customer/Group/Subcompany/DistributorCustomerGroupRelationList.jsp @@ -40,8 +40,9 @@ function viewAndEdit(){ return ; } AsDialog.PopView(sUrl,"id="+id+"&flag="+flag+"&group_id="+'<%=group_id%>',"resizable=yes;dialogWidth=600px;dialogHeight=250px;center:yes;status:no;statusbar:no",function(){ - reloadSelf(); + // reloadSelf(); },"修改集团下属公司信息"); + parent.reloadSelf(); } //详情 function view(){ @@ -52,8 +53,9 @@ function view(){ return ; } AsDialog.PopView(sUrl,'id=' +id+'&rightType=ReadOnly',"resizable=yes;dialogWidth=600px;dialogHeight=250px;center:yes;status:no;statusbar:no",function(){ - reloadSelf(); + // reloadSelf(); },"集团下属公司详细信息"); + parent.reloadSelf(); } // 删除 function deleteRecord(){