123
chenjingwu
2024-04-11 3d7c6c96eb1fd9c193623b418038671f4fff6252
force-app/main/default/lwc/lexAddress/lexAddress.js
@@ -58,7 +58,7 @@
    //直返收货地址
    Address() {
        if (this.partArrangementCompleteC != undefined) {
            this.ShowToastEvent( '零件已齐备完毕,直返收货地址不能修改!',"error")
            this.ShowToastEvent('零件已齐备完毕,直返收货地址不能修改!',"error")
            // alert('零件已齐备完毕,直返收货地址不能修改!');
        } else if (this.RepairShippedDateC  != undefined) {
            this.ShowToastEvent('RC修理品已返送,直返收货地址不能修改!',"error")