文件名从 _Main/BL/Type_DispatchShiftSchedulingInformation/Attribute_LineID.qbl 修改 |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: #root |
| | | Attribute LineID |
| | | Attribute LineName |
| | | { |
| | | #keys: '3[414996.1.67010068][414996.1.67010067][414996.1.67010069]' |
| | | Description: '浜х嚎' |
| | |
| | | lineHandle := lineIndexTree.GetHandle( row.ProductionLine() ); |
| | | lineIndex := guard( lineIndexTree.Root().Child( lineHandle ),null( NamedValue )); |
| | | if( isnull( lineIndex )){ |
| | | line := owner.DispatchShiftSchedulingLine( relnew,ID := IDHolder::GetGUID(),LineID := row.ProductionLine() ); |
| | | line := owner.DispatchShiftSchedulingLine( relnew,ID := IDHolder::GetGUID(),LineName := row.ProductionLine() ); |
| | | line.FactoryName( factory.Name() ); |
| | | line.InterfaceTime( now ); |
| | | line.VersionName( macroPlan.MDSMacroPlan().Description() ); |
| | |
| | | Quintiq file version 2.0 |
| | | Component pnlContent |
| | | { |
| | | #error 102458: "Class Component with id 'pnlContent' cannot find its child with id 'pnlCCFactory'. The file / folder structure might be corrupted due to integration." |
| | | #error 102458: "Class Component with id 'pnlContent' cannot find its child with id 'pnlDLFactory'. The file / folder structure might be corrupted due to integration." |
| | | #keys: '[413988.0.1292313211]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | #child: pnlDLFactory |
| | | #child: pnlCCFactory |
| | | ] |
| | | Properties: |
| | | [ |
| | | Orientation: 'tab' |
| | |
| | | [ |
| | | DataType: 'RecycleBin' |
| | | FilterArguments: 'checkedUnits:QMacroPlanner::FormDispatchShiftSchedulingInformation.dhFinalUnits' |
| | | FixedFilter: 'exists( checkedUnits,Elements,unit,unit.DisplayName() = object.ProductLine())' |
| | | FixedFilter: 'exists( checkedUnits,Elements,unit,unit.DisplayName() = object.DispatchShiftSchedulingProduct().DispatchShiftSchedulingLine().LineName())' |
| | | Source: 'RecycleBin' |
| | | Taborder: 0 |
| | | Transformation: 'DispatchShiftSchedulingInformation' |
| | | Transformation: 'DispatchShiftSchedulingLine.DispatchShiftSchedulingProduct.DispatchShiftSchedulingDetail' |
| | | ] |
| | | } |
| | | #child: listActionBarPageData |
| | |
| | | [* |
| | | offlineTable := select( MacroPlan,NewOfflinePlanTable,table,true ); |
| | | |
| | | DispatchShiftSchedulingInformation::Dispatch( dsStartDate.Date(),dsEndDate.Date(),offlineTable,RecycleBin ); |
| | | DispatchShiftSchedulingLine::Dispatch( dsStartDate.Date(),dsEndDate.Date(),offlineTable,RecycleBin ); |
| | | *] |
| | | } |
| | | } |