buli
2023-05-22 71b93327e8f3fb3bffffc7c033c1f782e7b6ab32
force-app/main/default/classes/lexPCLLostReportLwcController.cls
@@ -228,6 +228,9 @@
         return maps;
      }
      // List<Map<String,String>> col = new List<Map<String,String>>();
      // Map<String,String> ele = new Map<String,String>();
      // LostReport.LostBrands[0].columns.add();
      maps.put('LostReport', LostReport);
      return maps;
   }
@@ -597,7 +600,7 @@
         return messages;
      }
   }
   // 添加品牌
   // +++++++++++++++++++++++++++++++++++++++++++++++++++++++
   @AuraEnabled
   public static LostBrand getNewLostBrand(Integer lineNo){
      LostBrand lostBrand = null;
@@ -676,6 +679,8 @@
      public list<PCLLostProducts> LostProducts;
      @AuraEnabled
      public Integer ProductSize;
      @AuraEnabled
      public List<Map<String,String>> columns;
      public LostBrand( integer lineNo ){
         lostBrand = new PCLLostBrand__c();
         this.lineNo = lineNo;