| | |
| | | return JsonData; |
| | | } |
| | | |
| | | |
| | | //20220913 you SWAG-CJ3DS5 start |
| | | //招投标项目列表字段 irresponsibleReason__c 所有的值 |
| | | @AuraEnabled |
| | | public static string GetproInvolvedManual(){ |
| | | String JsonData = CommonUtils.GetSelectedValues( Tender_information__c.proInvolvedManual__c.getDescribe()); |
| | | return JsonData; |
| | | } |
| | | //20220913 you SWAG-CJ3DS5 end |
| | | |
| | | |
| | | // 产品类 |
| | |
| | | try{ |
| | | Tender_information__c temp = (Tender_information__c)JSON.deserialize(JsonData,Tender_information__c.class); |
| | | System.debug('temp=='+temp); |
| | | |
| | | StaticParameter.EscapeOtherUpdateTenOwner = false; |
| | | update temp; |
| | | StaticParameter.EscapeOtherUpdateTenOwner = true; |
| | | |
| | | //String assvale=AssignValuesToOwner(Id,checkboxValue); |
| | | }catch(Exception ex) |
| | | { |