| | |
| | | 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; //工程师修理品寄送日 |
| | |
| | | RcSorcDate__c, |
| | | SorcAcceptDate__c, |
| | | SorcOgzDate__c, |
| | | RcOgzDate__c, |
| | | Returns_Product_waySAP__c, |
| | | DnNO__c, |
| | | OgzAcceptDate__c, |
| | |
| | | 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 |
| | | ]; |
| | | } |
| | |
| | | info.OgzAcceptDate = NFMUtil.formatDateTime2Str(repair.OgzAcceptDateTime__c);//OGZ受理日(小程序) |
| | | //update wangweipeng 2022/02/16 end |
| | | |
| | | info.SorcOgzDate = NFMUtil.formatDate2StrDateTime(repair.SorcOgzDate__c); |
| | | // info.SorcOgzDate = NFMUtil.formatDate2StrDateTime(repair.SorcOgzDate__c);RcOgzDate__c |
| | | |
| | | //update zhangyuheng 2022/03/07 |
| | | info.SorcOgzDate = NFMUtil.formatDate2StrDateTime(repair.RcOgzDate__c); |
| | | |
| | | info.cus_dn = repair.DnNO__c; |
| | | //修理增加OTS运单号字段 thh 20220308 start |
| | | info.OTSRepairOrder = repair.OTSRepairOrder__c; |
| | | //修理增加OTS运单号字段 thh 20220308 end |
| | | repairs.add(info); |
| | | System.debug('repairs1:' + repairs); |
| | | } |
| | | logstr += '\nend'; |
| | | if (repairs.size() > 0) { |