_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 ); }