zhangzhengmei
2023-08-05 d77b6353ca9b59a6398df3eae9912f9fd766946d
force-app/main/default/classes/RentalApplyWebService.cls
@@ -536,6 +536,7 @@
    }
    // 延期审批Check
    @AuraEnabled
    WebService static String extension_approval_processCheck(String rentalApplyId) {
        try {
            List<Rental_Apply__c> raList = [SELECT Id,Name
@@ -1182,6 +1183,7 @@
//        return Raesc.size();
//    }
    // 分配验证
    @AuraEnabled
    Webservice static String AssignBtn(String Rid){
        List<String> statusList = System.Label.StatusProcessState.split(',');
@@ -1275,7 +1277,7 @@
//        }
//        return '1';
//    }
    @AuraEnabled
    Webservice static String postponeCheck(String endDate, Integer d) {
        Date before5day = getWD_addday(date.parse(endDate), d);
        if (Date.today() > before5day) {
@@ -1760,6 +1762,7 @@
    /**
     * 注残申请备品的管控
     */
    @AuraEnabled
     WebService static String RentalApplyCheckForSAoneEle(String SaID) {
        Statu_Achievements__c Sac = [select id,
            SalesChannel__c,