xiaoding721
2024-11-15 ab5176a7074144e411c00a409010422a3ee5c98a
_Main/BL/Type_CustomerDemandIDS/Method_GetRowByUnit.qbl
@@ -8,10 +8,10 @@
  TextBody:
  [*
    // 甄兰鸽 Sep-6-2024 (created)
    row := selectobject( this, Row, row, row.Name() = product and row.Factory() = unit );
    row                     := selectobject( this, Row, row, row.Name() = product and row.Factory() = unit );
    if( isnull( row ) ){
      //初始化单元格 
      row := this.Row( relnew, Name := product, Factory := unit );
      row                   := this.Row( relnew, Name := product, Factory := unit );
      traverse( this, Column, column ){
        row.Initialize( column );
      }