LiJinHuan
2023-06-02 c6ad239fe51b0fcfb0e3ce29f7545af00a48292d
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());
            }
        }
    })