黄千龙
2023-08-02 aa06c2166fa304763fd2de81a20e225f144e7cb9
force-app/main/default/lwc/lexAddress/lexAddress.js
@@ -58,11 +58,9 @@
    //直返收货地址
    Address() {
        if (this.partArrangementCompleteC != undefined) {
            this.ShowToastEvent( '零件已齐备完毕,直返收货地址不能修改!',"error")
            // alert('零件已齐备完毕,直返收货地址不能修改!');
            this.ShowToastEvent('零件已齐备完毕,直返收货地址不能修改!',"error")
        } else if (this.RepairShippedDateC  != undefined) {
            this.ShowToastEvent('RC修理品已返送,直返收货地址不能修改!',"error")
            // alert('RC修理品已返送,直返收货地址不能修改!');
        } else {
            window.open("/apex/StraightBackAddress?id=" + this.Id, '_self');
        }