| | |
| | | public virtual class SearchProductController { |
| | | |
| | | //lexSearchProduct所需要的方法 |
| | | //add author:kkbes |
| | | @AuraEnabled |
| | | public static List<ProductLine> getCl(){ |
| | | SearchProductController searchProduct= new SearchProductController(); |
| | | searchProduct.serContact(); |
| | | List<ProductLine> getCl = searchProduct.cl; |
| | | return getCl; |
| | | } |
| | | |
| | | |
| | | |
| | | public List<ProductLine> cl {get;set;} |
| | |
| | | public String lineNo {get;set;} // 親画面の選択した行 |
| | | public String val {get;set;} // 親画面のからの検索文字列 |
| | | public String celon {get;set;} // 親画面のからの検索文字列 Celon询价增加 2022-04-24 ssm |
| | | |
| | | public String maxLen {get;set;} |
| | | public String SearchName {get;set;} // 検索文字列 |
| | | |
| | | public SearchProductController(ApexPages.StandardController controller){ |
| | |
| | | |
| | | |
| | | } |
| | | |
| | | public void searchNameisNUll(){ |
| | | maxLen =SearchName; |
| | | SearchName=''; |
| | | } |
| | | |
| | | |
| | | } |