| | |
| | | // return Raesc.size(); |
| | | // } |
| | | // 分配验证 |
| | | @AuraEnabled |
| | | Webservice static String AssignBtn(String Rid){ |
| | | |
| | | List<String> statusList = System.Label.StatusProcessState.split(','); |
| | |
| | | // } |
| | | // return '1'; |
| | | // } |
| | | |
| | | @AuraEnabled |
| | | Webservice static String postponeCheck(String endDate, Integer d) { |
| | | Date before5day = getWD_addday(date.parse(endDate), d); |
| | | if (Date.today() > before5day) { |
| | |
| | | /** |
| | | * 注残申请备品的管控 |
| | | */ |
| | | @AuraEnabled |
| | | WebService static String RentalApplyCheckForSAoneEle(String SaID) { |
| | | Statu_Achievements__c Sac = [select id, |
| | | SalesChannel__c, |