合作方客户弹框打大小问题
This commit is contained in:
parent
70df439278
commit
0eeca05e07
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user