buli
2023-05-23 07390e2fcb4adf27c928335bf27ae7939c5a80ad
force-app/main/default/lwc/lexOSHNogoods/lexOSHNogoods.js
@@ -55,11 +55,10 @@
        })
    }
    // 减价申请
    // OSH无实物送达
    OSHNogoods() {
        if (this.QISStatusC != 'OSH检测申请' && this.QISStatusC != '完毕') {
            this.ShowToastEvent("OSH已经收到实物", "error")
            // alert('OSH已经收到实物');
        } else {
            updateOSHNogoods({
                Id: this.Id,
@@ -71,9 +70,6 @@
                    var split = result.split(", ");
                    alert(split[1]);
                }
                location.reload();
            }).catch(error => {
                console.log(error);
            })
        }
    }