From bb40778647eee144863ee08cb20506838847d884 Mon Sep 17 00:00:00 2001 From: 涂煌豪 <tuhuanghao@prec-tech.com> Date: 星期四, 14 四月 2022 17:41:42 +0800 Subject: [PATCH] Merge branch 'WLIG-CC78MX' --- force-app/main/default/classes/NFM603Controller.cls | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/classes/NFM603Controller.cls b/force-app/main/default/classes/NFM603Controller.cls index bc76418..2aa5dbe 100644 --- a/force-app/main/default/classes/NFM603Controller.cls +++ b/force-app/main/default/classes/NFM603Controller.cls @@ -41,6 +41,10 @@ public String QuotationGread; //鎶ヤ环绛夌骇(new) public String detectionResult; //妫�娴嬬粨鏋� public String cus_dn; //DN鍙� + //淇悊澧炲姞OTS杩愬崟鍙峰瓧娈� thh 20220308 start + public String OTSRepairOrder; + //淇悊澧炲姞OTS杩愬崟鍙峰瓧娈� thh 20220308 end + //閫佷慨鐗╂祦 public String deliveryLogisticsMode; //閫佷慨鐗╂祦鏂瑰紡 public String engineerSendDate; //宸ョ▼甯堜慨鐞嗗搧瀵勯�佹棩 @@ -233,7 +237,10 @@ Repair_Final_Inspection_DateTime__c, Repair_Shipped_DateTime__c, Repair_Discount_approval_DateTime_form__c, - Agreed_DateTime__c + Agreed_DateTime__c, + //淇悊澧炲姞OTS杩愬崟鍙峰瓧娈� thh 20220308 start + OTSRepairOrder__c + //淇悊澧炲姞OTS杩愬崟鍙峰瓧娈� thh 20220308 end from Repair__c where id in: repairOrderIdList ]; } @@ -369,6 +376,9 @@ info.SorcOgzDate = NFMUtil.formatDate2StrDateTime(repair.SorcOgzDate__c); info.cus_dn = repair.DnNO__c; + //淇悊澧炲姞OTS杩愬崟鍙峰瓧娈� thh 20220308 start + info.OTSRepairOrder = repair.OTSRepairOrder__c; + //淇悊澧炲姞OTS杩愬崟鍙峰瓧娈� thh 20220308 end repairs.add(info); } logstr += '\nend'; -- Gitblit v1.9.1