| | |
| | | |
| | | table := selectobject(owner, CCEngineLogisticsCostReport, report, report.ID() = name ); |
| | | if( isnull( table ) ){ |
| | | owner.CCEngineLogisticsCostReport( relnew, ID := name, Name := name ); |
| | | table := owner.CCEngineLogisticsCostReport( relnew, ID := name, Name := name ); |
| | | } |
| | | table.Column( relflush ); |
| | | table.Row( relflush ); |
| | | showname := name + 'Show'; |
| | | if( exists( owner, CCEngineLogisticsCostReport, report, report.ID() = showname and report.IsShow() ) ){ |
| | | if( not exists( owner, CCEngineLogisticsCostReport, report, report.ID() = showname and report.IsShow() ) ){ |
| | | owner.CCEngineLogisticsCostReport( relnew, ID := showname, Name := name, IsShow := true ); |
| | | } |
| | | if( isnull( owner.CCEngineLogisticsCostSearch() ) ){ |