1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  | ({ 
 |      myAction : function(component, event, helper) { 
 |    
 |      }, 
 |      doInit : function(cmp, event, helper) { 
 |          // 设置明细页表格的构造 
 |          console.log('hello zhj'); 
 |          helper.getFrameNumManage(cmp); 
 |      }, 
 |      //20230302 进口单证改造 fy start 
 |      rebackDNListPage: function(cmp, event, helper) { 
 |          helper.rebackDNListPage(cmp); 
 |      }, 
 |      //20230302 进口单证改造 fy end 
 |  }) 
 |  
  |