对比新文件 |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: #root |
| | | StaticMethod Export ( |
| | | MachineLogisticsCostReportRows mlcrrs |
| | | ) |
| | | { |
| | | } |
| | |
| | | Taborder: 1 |
| | | ] |
| | | } |
| | | Component Button655 |
| | | Component bExport |
| | | { |
| | | #keys: '[413988.0.1467011030]' |
| | | BaseType: 'WebButton' |
| | | Properties: |
| | | [ |
| | | Image: 'PIG' |
| | | Label: 'Button655' |
| | | Image: 'EXPORT1' |
| | | Taborder: 2 |
| | | ] |
| | | } |
对比新文件 |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: pHeader/bExport |
| | | Response OnClick () id:Response_pHeader_bExport_OnClick |
| | | { |
| | | #keys: '[413988.0.1503619865]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebButton_OnClick' |
| | | Precondition: |
| | | [* |
| | | return not isnull( MacroPlan ); |
| | | *] |
| | | QuillAction |
| | | { |
| | | Body: |
| | | [* |
| | | mlcrrs := selectset( MacroPlan, MachineLogisticsCostReportRow, tempMLCRR, true ); |
| | | |
| | | MachineLogisticsCostReportCell::Export( mlcrrs ); |
| | | *] |
| | | GroupServerCalls: false |
| | | } |
| | | } |