This commit is contained in:
zhangbb 2018-09-09 16:27:20 +08:00
commit df732116a8

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