From 41ad0c0840a6135b7acf2280f0eebdc29bf6479b Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 30 五月 2023 14:25:11 +0800
Subject: [PATCH] backup0530
---
force-app/main/default/classes/LexInventoryViewController.cls | 15 ++++++---------
1 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/force-app/main/default/classes/LexInventoryViewController.cls b/force-app/main/default/classes/LexInventoryViewController.cls
index 3a36902..de38e52 100644
--- a/force-app/main/default/classes/LexInventoryViewController.cls
+++ b/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>{ ' ', '', ' ', ' ', '', '', '', '鈫�' };
// 鍙栫敤鎴稩D
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() {
--
Gitblit v1.9.1