LiJinHuan
2023-06-24 2d64e18d0ae2b82abbef743f16ab5e7e9e0d395f
force-app/main/default/lwc/lexESignAcceptanceFranchiser/lexESignAcceptanceFranchiser.js
@@ -42,7 +42,6 @@
            this.OBA4_sinFor = result.OBA4_sinFor;
            this.IsLoading = false;
            this.AcceptanceFranchiser();
            this.dispatchEvent(new CloseActionScreenEvent());
        })       
    }
    //签收单 验收确认(经销商)
@@ -81,6 +80,7 @@
            }else{
                window.open ('/apex/AgencyConfirmPage?id='+this.recordId, '经销商确认',
                'height=440, width=750, top=150, left=300, toolbar=no, menubar=no, scrollbars=no, location=no, status=no');
                this.dispatchEvent(new CloseActionScreenEvent());
            }
        }
    })