unknown
2023-05-17 beaf695f5fe0b6c28950f78f7305c71eea44e56d
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');
        }