unknown
2023-07-06 970e37d6fc98112a2338ce376b29fa3b3b8510ed
force-app/main/default/lwc/lexRentalApplyDiscountApproval/lexRentalApplyDiscountApproval.js
@@ -72,10 +72,10 @@
    RentalApplyDiscountApproval() {
        var power = this.profileName;
        // if (power != '2B2_备品中心检测&仓库管理') {
        //     this.ShowToastEvent("对不起,您没有权限提交此申请!", "error");
        //     return;
        // }
        if (power != '2B2_备品中心检测&仓库管理') {
            this.ShowToastEvent("对不起,您没有权限提交此申请!", "error");
            return;
        }
        var status = this.RentalApplyDiscountStatusC;
        if (status == '审批中') {