1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  | Quintiq file version 2.0 
 |  #parent: #root 
 |  Method Initialize ( 
 |    DLEngineLogisticsCostColumn column 
 |  ) 
 |  { 
 |    TextBody: 
 |    [* 
 |      // 甄兰鸽 Jun-24-2024 (created) 
 |      cell := this.Cell( relnew, CCRentEnterCost           := 0 
 |                           , CCRentOutCost                 := 0  
 |                           , CCLongTransCoat               := 0 
 |                           , CCShortTransCost              := 0 
 |                           , CCRentStorageCost             := 0 
 |                           , DLRentEnterCost               := 0 
 |                           , DLRentOutCost                 := 0 
 |                           , FactoryToDLRentTransCost      := 0 
 |                           , DLRentStorageCost             := 0 ); 
 |       
 |      column.Cell( relinsert, cell ); 
 |    *] 
 |  } 
 |  
  |