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(){