xiaoding721
2024-10-15 4b9a2cb1df3fb79c51f4982b62236c35e27846b7
_Main/BL/Type_NewOfflinePlanCell/Function_CalcTotalQuantity.qbl
@@ -6,7 +6,7 @@
  [*
    // lihongji Oct-11-2024 (created)
    
    value := sum( this, Detailed, tempNOPC, true, tempNOPC.Quantity() );
    value := sum( this, Detailed, tempNOPCell, true, tempNOPCell.Quantity() );
    
    this.TotalQuantity( value );
  *]