From 5610019b0290a1839c4006e91a0b5efa9a6e127d Mon Sep 17 00:00:00 2001
From: 李金换 <lijinhuan@prec-tech.com>
Date: 星期五, 18 三月 2022 13:28:32 +0800
Subject: [PATCH] Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG

---
 force-app/main/default/classes/SelectAssetEstimateVMController.cls |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/force-app/main/default/classes/SelectAssetEstimateVMController.cls b/force-app/main/default/classes/SelectAssetEstimateVMController.cls
index cd4eb7f..f9c538c 100644
--- a/force-app/main/default/classes/SelectAssetEstimateVMController.cls
+++ b/force-app/main/default/classes/SelectAssetEstimateVMController.cls
@@ -1,3 +1,4 @@
+/*gzw 浼樺寲Maximum view state size limit 杩藉姞 Transient */
 global class SelectAssetEstimateVMController {
     //test
     private String targetHospitalId = null;                                    // 浠婂緦绯诲垪鐥呴櫌鐢�
@@ -25,7 +26,7 @@
     public Asset ass { get; set; }
     // 2021銆�8銆�26 鍚堝悓鎶ヤ环椤甸潰鐨勪紭鍖栵紝鏃犱繚鏈夎澶囩偣妫�瀵硅薄閫夋嫨妗嗗彉榛� fxk end
     // 鐥呴櫌閰嶄笅銇磵鍏ユ鍣ㄣ伄鎯呭牨銈掓牸绱嶃仚銈嬨��
-    private List<Asset> assetRecords;                                               // TODO 绯诲垪鐥呴櫌銇牬鍚堛�併亾銇厤鍒椼伅鍥哄畾銇с亶銇亜銇с仚銆�
+    private Transient List<Asset> assetRecords;                                               // TODO 绯诲垪鐥呴櫌銇牬鍚堛�併亾銇厤鍒椼伅鍥哄畾銇с亶銇亜銇с仚銆�
     public List<AssetInfo> checkedAssets { get; set; }
     private List<AssetInfo> unCheckedAssets = new List<AssetInfo>();
     
@@ -1059,6 +1060,7 @@
         }
         checkedAssets=NumberSort;
         //2021-11-30 fy add LJPH-C8W8FV 缃《 end
+        System.debug('thh:' + checkedAssets);
     }
     
     //
@@ -3179,16 +3181,16 @@
     public Asset rec { get; set; }
     public Maintenance_Contract_Asset_Estimate__c mcae { get; set; }
     public Boolean isManual { get; set; }
-    public Decimal orgPrice {get; private set;}
-    public Decimal orgPrice12 {get; private set;}
+    public Transient Decimal orgPrice {get; private set;}
+    public Transient Decimal orgPrice12 {get; private set;}
     // add by fxk 2021/9/9 鎺у埗鐐规瀵硅薄鏄惁鍙�� Star
     public Boolean CheckRows {get; private set;}
     // add by fxk 2021/9/9 鎺у埗鐐规瀵硅薄鏄惁鍙�� End
     
     //add by rentx 2020-11-12 LJPH-BV93RZ start
-    public String proName;
-    public String proSerialNumber;
-    public String proSerialName;
+    public Transient String proName;
+    public Transient String proSerialNumber;
+    public Transient String proSerialName;
     //add by rentx 2020-11-12 LJPH-BV93RZ end
     //add by mzy 2020-11-12 LJPH-BX9CVX start
     //public Date NoPartRiskDate;

--
Gitblit v1.9.1