| | |
| | | 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; |
| | | } |
| | |
| | | return messages; |
| | | } |
| | | } |
| | | // 添加品牌 |
| | | // +++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| | | @AuraEnabled |
| | | public static LostBrand getNewLostBrand(Integer lineNo){ |
| | | LostBrand lostBrand = null; |
| | |
| | | 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; |