buli
2023-05-04 50b39c4b52bf5fd61ec46ada365c51e05a16d2ae
force-app/main/default/classes/RepPAEDecisionRecordController.cls
@@ -42,6 +42,7 @@
        get;
        set;
    }
    public Integer pageLimit{get;set;}
    // 如果Repair__c     中DOJ_Status__c       的字段值为待EtQ Response 或者
    //     Report__c 中ComplaintStatus__c  的字段值为待EtQ Response 将标记改为true
    // 影响至对应页面中的按钮是否可用
@@ -107,6 +108,7 @@
        // ASRCDecision --> Intake
        // ASACDecision --> Final
        RecordTypeName = ApexPages.currentPage().getParameters().get('RecordTypeIds');
        pageLimit = Integer.valueOf(System.Label.mpddetPageLimitsize);//系统标签
    }
    public void init() {
        editAble = true;