buli
2023-05-30 41ad0c0840a6135b7acf2280f0eebdc29bf6479b
force-app/main/default/classes/LexInventoryViewController.cls
@@ -104,11 +104,6 @@
        category4OptionMap = new Map<String, String>();
        category5OptionMap = new Map<String, String>();
        // sortKey = '2';
        // preSortKey = '2';
        // sortOrderAsc = false;
        // sortOrder = new List<String>(8);
        // sortOrder = new List<String>{ ' ', '', ' ', ' ', '', '', '', '↓' };
        // 取用户ID
        String userId = UserInfo.getUserId();
@@ -415,7 +410,9 @@
        data.put('userWorkLocation', userWorkLocation);
        data.put('agencyProType', agencyProType);
        data.put('pageRecords', pageRecords);
        data.put('consumableorderdetailsRecords', consumableorderdetailsRecords);
        data.put('hasHos', hasHos);
        data.put('productLimtAndDate',proLimitAndDate);
        res.status = 'Success';
        res.code = 200;
        System.debug('res = ' + res);
@@ -1016,10 +1013,10 @@
    // }
    //刷新当前页
    public static PageReference refreshPageSize() {
        makeCurrentPageRecords();
        return null;
    }
    // public static PageReference refreshPageSize() {
    //     makeCurrentPageRecords();
    //     return null;
    // }
    //编辑当前页内容
    public static void makeCurrentPageRecords() {