From 3436cc54bd71c022962ff482ec1a4f281527c929 Mon Sep 17 00:00:00 2001 From: liuz Date: Tue, 24 Jul 2018 10:53:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E9=94=80=E5=95=86=E8=B4=A6=E6=88=B7?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E4=BF=AE=E6=94=B9=E5=80=BC=E7=9A=84=E5=B8=A6?= =?UTF-8?q?=E5=87=BA=E5=92=8C=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF=E7=BB=84?= =?UTF-8?q?=E7=BB=87=E6=9C=BA=E6=9E=84=E4=BB=A3=E7=A0=81=E4=B8=BA=E7=A9=BA?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E4=BF=9D=E5=AD=98=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DistributorApproval/LDistributorAccountList.jsp | 6 +++--- .../DistributorApproval/LDistributorInfo.jsp | 8 ++++---- .../DistributorChange/LDistributorAccountList.jsp | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountList.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountList.jsp index 5f958a24e..ab9becbc1 100644 --- a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountList.jsp +++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountList.jsp @@ -66,16 +66,16 @@ },"新增"); } - + //修改 function viewAndEdit(){ var sUrl = "/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountInfo.jsp"; var sPara = getItemValue(0,getRow(0),'id'); - var sPara ="flowunid=<%=sFlowUnid%>"; +<%-- var flowunid ="flowunid=<%=sFlowUnid%>"; --%> if(typeof(sPara)=="undefined" || sPara.length==0 ){ alert("参数不能为空!"); return ; } - AsDialog.PopView(sUrl,sPara,"dialogWidth=800px;dialogHeight=200px;resizable=no;scrollbars=no;status:yes;maximize:no;help:no;",function(){ + AsDialog.PopView(sUrl,"id="+sPara+"&flowunid="+"<%=sFlowUnid%>","dialogWidth=800px;dialogHeight=200px;resizable=no;scrollbars=no;status:yes;maximize:no;help:no;",function(){ reloadSelf(); },"修改"); diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp index b2253aa20..8a6ac91b5 100644 --- a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp +++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp @@ -51,10 +51,10 @@ //组织机构验证码的的校验 function Checkfield(){ var businessLicenseNo = getItemValue(0,getRow(0),"BUSINESS_LICENSE_NO"); -// if(businessLicenseNo==""){ -// alert("组织机构代码不能为空!"); -// return; -// } + if(businessLicenseNo==""){ + alert("组织机构代码不能为空!"); + return; + } if(checkORGRight1(businessLicenseNo)){ return true; }else{ diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorChange/LDistributorAccountList.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorChange/LDistributorAccountList.jsp index 4e022a338..7c7d814b2 100644 --- a/WebContent/Tenwa/Lease/DistributorManage/DistributorChange/LDistributorAccountList.jsp +++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorChange/LDistributorAccountList.jsp @@ -37,12 +37,12 @@ function viewAndEdit(){ var sUrl = "/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorAccountInfo.jsp"; var sPara = getItemValue(0,getRow(0),'id'); - var sPara ="flowunid=<%=sFlowUnid%>"; + <%-- var sPara ="flowunid=<%=sFlowUnid%>"; --%> if(typeof(sPara)=="undefined" || sPara.length==0 ){ alert("参数不能为空!"); return ; } - AsDialog.PopView(sUrl,sPara,"dialogWidth=800px;dialogHeight=200px;resizable=no;scrollbars=no;status:yes;maximize:no;help:no;",function(){ + AsDialog.PopView(sUrl,"id="+sPara+"&flowunid="+"<%=sFlowUnid%>","dialogWidth=800px;dialogHeight=200px;resizable=no;scrollbars=no;status:yes;maximize:no;help:no;",function(){ reloadSelf(); },"详情"); }