lazhen
2024-09-24 8b28a76dac37e1d5d8447dbc83ec06a83d1585cf
_Main/BL/Type_CCEngineLogisticsCostRow/Method_Initialize.qbl
@@ -7,10 +7,10 @@
  TextBody:
  [*
    // 甄兰鸽 Jun-24-2024 (created)
    cell := this.Cell( relnew, RentEnterCost         := 0
                         , RentOutCost                 := 0
                         , FactoryToRentTransCost      := 0
                         , RentStorageCost             := 0 );
    cell := this.Cell( relnew, RentInCost              := 0
                         , RentOutOfCost               := 0
                         , WerkToRentTransCost         := 0
                         , RentStorCost                := 0 );
    
    column.Cell( relinsert, cell );
  *]