合作方客户弹框打大小问题

This commit is contained in:
liuz 2018-09-09 16:24:19 +08:00
parent 70df439278
commit 0eeca05e07

View File

@ -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();