From 0eeca05e078f18ed7f186dfb1df8b2b99f3e2bd7 Mon Sep 17 00:00:00 2001 From: liuz Date: Sun, 9 Sep 2018 16:24:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E4=BD=9C=E6=96=B9=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E5=BC=B9=E6=A1=86=E6=89=93=E5=A4=A7=E5=B0=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenwa/Customer/Partner/Comm/Company/PartnerCompanyList.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Customer/Partner/Comm/Company/PartnerCompanyList.jsp b/WebContent/Tenwa/Customer/Partner/Comm/Company/PartnerCompanyList.jsp index 3789afc82..99a4e94b6 100644 --- a/WebContent/Tenwa/Customer/Partner/Comm/Company/PartnerCompanyList.jsp +++ b/WebContent/Tenwa/Customer/Partner/Comm/Company/PartnerCompanyList.jsp @@ -31,7 +31,7 @@ function newRecord(){ var customerType = "<%=customerType%>"; var partnerType = "<%=partnerType%>"; - AsDialog.PopView("/Tenwa/Customer/Partner/Comm/Company/PartnerCompanyRegister.jsp","customerType="+customerType+"&partnerType="+partnerType,"resizable=yes;dialogWidth=400px;dialogHeight=200px;center:yes;status:no;statusbar:no",function(sReturnValue){ + AsDialog.PopView("/Tenwa/Customer/Partner/Comm/Company/PartnerCompanyRegister.jsp","customerType="+customerType+"&partnerType="+partnerType,"resizable=yes;dialogWidth=550px;dialogHeight=240px;center:yes;status:no;statusbar:no",function(sReturnValue){ if(typeof(sReturnValue)!=undefined && sReturnValue!=''){ AsDialog.OpenObject("Partner",sReturnValue,"001",null,function(){ reloadSelf();