已重命名5个文件
已添加13个文件
已修改8个文件
已删除11个文件
¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: #root |
| | | StaticMethod AutoGenerateRelation ( |
| | | GlobalOTDSOP globalOTDSOP, |
| | | Product_MPs panelProduct_MPs |
| | | ) |
| | | { |
| | | TextBody: |
| | | [* |
| | | globalOTDSOP.ModulePanelCorrespondence( relflush ); |
| | | |
| | | panelProductIDs := selectuniquevalues( panelProduct_MPs, Elements, tempPMP, true, tempPMP.ID() ); |
| | | |
| | | traverse ( globalOTDSOP, PeggingProduct_MP.PeggingProductInSalesDemandBase, ppisdb, [Number]ppisdb.SalesDemandBaseID() = 1100 ) { |
| | | zeroPeggingResult := selectset( ppisdb, PeggingResult, tempPR, tempPR.NumberOfPlies() = 0 ); |
| | | traverse ( zeroPeggingResult, Elements, zpr ) { |
| | | maxNumberOfPlies := max( zpr, AllChild, tempZPR, true, tempZPR.NumberOfPlies() ); |
| | | for ( i := maxNumberOfPlies; i > 0; i-- ) { |
| | | targetNumberOfPliesProductIDs := selectuniquevalues( zpr, AllChild, tempZPR, tempZPR.NumberOfPlies() = i, tempZPR.ProductID() ); |
| | | intersectResult := panelProductIDs.Intersect( targetNumberOfPliesProductIDs ); |
| | | if ( intersectResult.Size() > 0 ) { |
| | | targetModulePanelCorrespondence := select( globalOTDSOP, ModulePanelCorrespondence, tempMPC, |
| | | tempMPC.ModuleProductID() = ppisdb.PeggingProduct_MP().ProductID() and |
| | | tempMPC.ModuleStockingPointID() = ppisdb.StockingPointID() ); |
| | | if ( isnull( targetModulePanelCorrespondence ) ) { |
| | | targetModulePanelCorrespondence := globalOTDSOP.ModulePanelCorrespondence( relnew, |
| | | ModuleProductID := ppisdb.PeggingProduct_MP().ProductID(), |
| | | ModuleStockingPointID := ppisdb.StockingPointID(), |
| | | IsModule := true ); |
| | | } |
| | | traverse ( intersectResult, Elements, ir ) { |
| | | if ( not exists( targetModulePanelCorrespondence, Panel, tempP, tempP.PanelProductID() = ir ) ) { |
| | | panel := globalOTDSOP.ModulePanelCorrespondence( relnew, PanelProductID := ir ); |
| | | panel.Module( relset, targetModulePanelCorrespondence ); |
| | | } |
| | | } |
| | | i := 0; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | *] |
| | | } |
| | |
| | | #parent: #root |
| | | StaticMethod CreateModule ( |
| | | GlobalOTDSOP globalOTDSOP, |
| | | ProductInStockingPoint_MPs pisps |
| | | Product_MPs product_MPs |
| | | ) |
| | | { |
| | | TextBody: |
| | | [* |
| | | traverse ( pisps, Elements, pisp ) { |
| | | targetModulePanelCorrespondence := select( globalOTDSOP, ModulePanelCorrespondence, tempMPC, |
| | | tempMPC.ModuleProductID() = pisp.ProductID() and |
| | | tempMPC.ModuleStockingPointID() = pisp.StockingPointID() ); |
| | | if ( isnull( targetModulePanelCorrespondence ) ) { |
| | | globalOTDSOP.ModulePanelCorrespondence( relnew, ModuleProductID := pisp.ProductID(), ModuleStockingPointID := pisp.StockingPointID(), IsModule := true ); |
| | | } |
| | | } |
| | | //traverse ( product_MPs, Elements, pisp ) { |
| | | // targetModulePanelCorrespondence := select( globalOTDSOP, ModulePanelCorrespondence, tempMPC, |
| | | // tempMPC.ModuleProductID() = pisp.ProductID() and |
| | | // tempMPC.ModuleStockingPointID() = pisp.StockingPointID() ); |
| | | // if ( isnull( targetModulePanelCorrespondence ) ) { |
| | | // globalOTDSOP.ModulePanelCorrespondence( relnew, ModuleProductID := pisp.ProductID(), ModuleStockingPointID := pisp.StockingPointID(), IsModule := true ); |
| | | // } |
| | | //} |
| | | *] |
| | | } |
| | |
| | | } |
| | | ] |
| | | } |
| | | ImageDataMember ImgIsPanel |
| | | { |
| | | #keys: '1[414702.1.418500741]' |
| | | ImageSpecifications: |
| | | [ |
| | | ImageDataMemberImageSpecification |
| | | { |
| | | Image: 'CHECK' |
| | | Quill: 'object.IsPanelMaterial()' |
| | | Value: 'IsPanel' |
| | | } |
| | | ImageDataMemberImageSpecification |
| | | { |
| | | Image: 'DELETE2' |
| | | Quill: 'not object.IsPanelMaterial()' |
| | | Value: 'NotIsPanel' |
| | | } |
| | | ] |
| | | } |
| | | ImageDataMember Type |
| | | { |
| | | #keys: '1[11660.0.24511487]' |
ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormModulePanelCorrespondence/Component_ListModuleCorrespondence.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | Component ListModuleCorrespondence |
| | | Component ListModuleCorrespondence id:ListModuleCorrespondence_358 |
| | | { |
| | | #keys: '[414702.1.377958446]' |
| | | #keys: '[414702.1.424620478]' |
| | | BaseType: 'WebList' |
| | | Children: |
| | | [ |
| | | Component DataExtractorModuleCorrespondence |
| | | { |
| | | #keys: '[414702.1.377958447]' |
| | | #keys: '[414702.1.424620479]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | |
| | | Transformation: 'Panel' |
| | | ] |
| | | } |
| | | #child: listActionBarPageModuleCorrespondence |
| | | #child: listActionBarPageModuleCorrespondence_1 |
| | | Component DataSetLevelModuleCorrespondence |
| | | { |
| | | #keys: '[414702.1.377958452]' |
| | | #keys: '[414702.1.424620481]' |
| | | BaseType: 'WebDataSetLevel' |
| | | Children: |
| | | [ |
| | | #child: listContextMenuModuleCorrespondence |
| | | #child: listContextMenuModuleCorrespondence_1 |
| | | ] |
| | | Properties: |
| | | [ |
ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormModulePanelCorrespondence/Component_ListModulePanelCorrespondence#612.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | Component ListModulePanelCorrespondence id:ListModulePanelCorrespondence_612 |
| | | Component ListModulePanelCorrespondence |
| | | { |
| | | #keys: '[414702.1.376801881]' |
| | | #keys: '[414702.1.421613640]' |
| | | BaseType: 'WebList' |
| | | Children: |
| | | [ |
| | | Component DataExtractorModulePanelCorrespondence |
| | | { |
| | | #keys: '[414702.1.376801882]' |
| | | #keys: '[414702.1.421613641]' |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | |
| | | Transformation: 'ModulePanelCorrespondence' |
| | | ] |
| | | } |
| | | #child: listActionBarPageModulePanelCorrespondence_1 |
| | | #child: listActionBarPageModulePanelCorrespondence |
| | | Component DataSetLevelModulePanelCorrespondence |
| | | { |
| | | #keys: '[414702.1.376801884]' |
| | | #keys: '[414702.1.421613643]' |
| | | BaseType: 'WebDataSetLevel' |
| | | Children: |
| | | [ |
| | | #child: listContextMenuModulePanelCorrespondence_1 |
| | | #child: listContextMenuModulePanelCorrespondence |
| | | ] |
| | | Properties: |
| | | [ |
| | |
| | | ] |
| | | ResponseDefinitions: |
| | | [ |
| | | DelegatedResponseDefinition OnClick id:Responsedef_ListModulePanelCorrespondence_612_WebButton_OnClick |
| | | DelegatedResponseDefinition OnClick id:Responsedef_ListModulePanelCorrespondence_WebButton_OnClick |
| | | { |
| | | #keys: '[414702.1.379607377]' |
| | | #keys: '[414702.1.421613630]' |
| | | Initiator: 'WebButton' |
| | | IsInherited: false |
| | | ResponseType: 'OnClick' |
| | |
| | | } |
| | | ] |
| | | } |
| | | DelegatedResponseDefinition OnClick id:Responsedef_ListModulePanelCorrespondence_612_WebMenu_OnClick |
| | | DelegatedResponseDefinition OnClick id:Responsedef_ListModulePanelCorrespondence_WebMenu_OnClick |
| | | { |
| | | #keys: '[414702.1.379530536]' |
| | | #keys: '[414702.1.421613629]' |
| | | Initiator: 'WebMenu' |
| | | IsInherited: false |
| | | ResponseType: 'OnClick' |
ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormModulePanelCorrespondence/Component_Panel655.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | Component Panel655 |
| | | Component Panel655 id:Panel655_129 |
| | | { |
| | | #keys: '[414702.1.380172392]' |
| | | #keys: '[414702.1.424620483]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | Component bAddPanel id:bAddPanel_662 |
| | | Component bAddPanel |
| | | { |
| | | #keys: '[414702.1.381249855]' |
| | | #keys: '[414702.1.424620484]' |
| | | BaseType: 'WebButton' |
| | | Properties: |
| | | [ |
| | | Image: 'ADD' |
| | | Label: 'æ·»å 颿¿' |
| | | Taborder: 0 |
| | | Visible: false |
| | | ] |
| | | } |
| | | Component bDeletePanel id:bDeletePanel_254 |
| | | Component bDeletePanel |
| | | { |
| | | #keys: '[414702.1.381203006]' |
| | | #keys: '[414702.1.424620485]' |
| | | BaseType: 'WebButton' |
| | | Properties: |
| | | [ |
¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | Component PanelButton |
| | | { |
| | | #keys: '[414702.1.424795497]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | Component bAutoGenerateRelation |
| | | { |
| | | #keys: '[414702.1.421614203]' |
| | | BaseType: 'WebButton' |
| | | Properties: |
| | | [ |
| | | Image: 'APPLE' |
| | | Label: 'è®¢åæ¨¡ç»ç©æèªå¨çæé¢æ¿ç©æå¯¹åºå
³ç³»' |
| | | Taborder: 0 |
| | | ] |
| | | } |
| | | ] |
| | | Properties: |
| | | [ |
| | | FixedSize: true |
| | | Orientation: 'horizontal' |
| | | Taborder: 0 |
| | | ] |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | Component PanelContent |
| | | { |
| | | #keys: '[414702.1.424112406]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | #child: PanelModule_217 |
| | | #child: PanelPanel_211 |
| | | ] |
| | | Properties: |
| | | [ |
| | | Orientation: 'horizontal' |
| | | Taborder: 1 |
| | | ] |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | Component PanelModule id:PanelModule_217 |
| | | { |
| | | #keys: '[414702.1.421613639]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | #child: PanelModule116_568 |
| | | #child: ListModulePanelCorrespondence |
| | | ] |
| | | Properties: |
| | | [ |
| | | Taborder: 0 |
| | | ] |
| | | } |
ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormModulePanelCorrespondence/Component_PanelModule116.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | Component PanelModule116 |
| | | Component PanelModule116 id:PanelModule116_568 |
| | | { |
| | | #keys: '[414702.1.380132983]' |
| | | #keys: '[414702.1.421613646]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | Component bAddModule id:bAddModule_100 |
| | | Component bAddModule |
| | | { |
| | | #keys: '[414702.1.381202718]' |
| | | #keys: '[414702.1.421613647]' |
| | | BaseType: 'WebButton' |
| | | Properties: |
| | | [ |
| | | Image: 'ADD' |
| | | Label: 'æ·»å å
³ç³»' |
| | | Taborder: 0 |
| | | Visible: false |
| | | ] |
| | | } |
| | | Component bDeleteModule id:bDeleteModule_801 |
| | | Component bDeleteModule |
| | | { |
| | | #keys: '[414702.1.381202749]' |
| | | #keys: '[414702.1.421613648]' |
| | | BaseType: 'WebButton' |
| | | Properties: |
| | | [ |
| | | Image: 'DELETE2' |
| | | Label: 'æ¸
空å
³ç³»' |
| | | Taborder: 1 |
| | | Visible: false |
| | | ] |
| | | } |
| | | Component bPullCapacityAllocationRule |
| | | { |
| | | #keys: '[414702.1.402246903]' |
| | | #keys: '[414702.1.421613649]' |
| | | BaseType: 'WebButton' |
| | | Properties: |
| | | [ |
| | | Image: 'THICK_ARROW_DOWN_LIGHT_BLUE' |
| | | Label: 'æå产è½åé
è§å' |
| | | Taborder: 2 |
| | | Visible: false |
| | | ] |
| | | } |
| | | ] |
¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | Component PanelPanel id:PanelPanel_211 |
| | | { |
| | | #keys: '[414702.1.424620477]' |
| | | BaseType: 'WebPanel' |
| | | Children: |
| | | [ |
| | | #child: Panel655_129 |
| | | #child: ListModuleCorrespondence_358 |
| | | ] |
| | | Properties: |
| | | [ |
| | | Taborder: 1 |
| | | ] |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | Component listActionBarPageModuleCorrespondence id:listActionBarPageModuleCorrespondence_1 |
| | | { |
| | | #keys: '[414702.1.424620480]' |
| | | BaseType: 'listActionBarPage' |
| | | Properties: |
| | | [ |
| | | Taborder: 1 |
| | | ] |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | Component listActionBarPageModulePanelCorrespondence |
| | | { |
| | | #keys: '[414702.1.421613642]' |
| | | BaseType: 'listActionBarPage' |
| | | Properties: |
| | | [ |
| | | Taborder: 1 |
| | | ] |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | Component listContextMenuModuleCorrespondence id:listContextMenuModuleCorrespondence_1 |
| | | { |
| | | #keys: '[414702.1.424620482]' |
| | | BaseType: 'listContextMenu' |
| | | Properties: |
| | | [ |
| | | Taborder: 0 |
| | | ] |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | Component listContextMenuModulePanelCorrespondence |
| | | { |
| | | #keys: '[414702.1.421613644]' |
| | | BaseType: 'listContextMenu' |
| | | Children: |
| | | [ |
| | | Component MenuSelectAll |
| | | { |
| | | #keys: '[414702.1.421613645]' |
| | | BaseType: 'WebMenu' |
| | | Properties: |
| | | [ |
| | | Image: 'SELECTION' |
| | | Shortcut: 'Ctrl+A' |
| | | Taborder: 3 |
| | | Title: 'å
¨é' |
| | | ] |
| | | } |
| | | ] |
| | | Properties: |
| | | [ |
| | | Taborder: 0 |
| | | ] |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: ListModulePanelCorrespondence |
| | | Response OnClick () id:Response_ListModulePanelCorrespondence_MenuSelectAll_OnClick |
| | | { |
| | | #keys: '[414702.1.421613634]' |
| | | CanBindMultiple: false |
| | | DefinitionID => /ListModulePanelCorrespondence/Responsedef_ListModulePanelCorrespondence_WebMenu_OnClick |
| | | Initiator: 'MenuSelectAll' |
| | | QuillAction |
| | | { |
| | | Body: |
| | | [* |
| | | this.SelectAll(); |
| | | *] |
| | | GroupServerCalls: false |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: PanelButton/bAutoGenerateRelation |
| | | Response OnClick () id:Response_PanelButton_bAutoGenerateRelation_OnClick |
| | | { |
| | | #keys: '[414702.1.424103250]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebButton_OnClick' |
| | | Precondition: |
| | | [* |
| | | return not isnull( GlobalOTDSOP ); |
| | | *] |
| | | QuillAction |
| | | { |
| | | Body: |
| | | [* |
| | | ModulePanelCorrespondence::AutoGenerateRelation( GlobalOTDSOP, DataHolderSelectedProduct.Data() ); |
| | | *] |
| | | GroupServerCalls: false |
| | | } |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: PanelModule116_568/bAddModule |
| | | Response OnClick () id:Response_PanelModule116_568_bAddModule_OnClick |
| | | { |
| | | #keys: '[414702.1.421613637]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebButton_OnClick' |
| | | QuillAction |
| | | { |
| | | Body: |
| | | [* |
| | | ModulePanelCorrespondence::CreateModule( GlobalOTDSOP, DataHolderSelectedProduct.Data() ); |
| | | *] |
| | | GroupServerCalls: false |
| | | } |
| | | } |
ÎļþÃû´Ó _Main/UI/MacroPlannerWebApp/Component_FormModulePanelCorrespondence/Response_PanelModule116_bDeleteModule_OnClick#462.def ÐÞ¸Ä |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: PanelModule116/bDeleteModule_801 |
| | | Response OnClick () id:Response_PanelModule_bDeleteModule_OnClick_462 |
| | | #parent: PanelModule116_568/bDeleteModule |
| | | Response OnClick () id:Response_PanelModule116_568_bDeleteModule_OnClick |
| | | { |
| | | #keys: '[414702.1.381202748]' |
| | | #keys: '[414702.1.421613636]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebButton_OnClick' |
| | | QuillAction |
¶Ô±ÈÐÂÎļþ |
| | |
| | | Quintiq file version 2.0 |
| | | #parent: PanelModule116_568/bPullCapacityAllocationRule |
| | | Response OnClick () id:Response_PanelModule116_568_bPullCapacityAllocationRule_OnClick |
| | | { |
| | | #keys: '[414702.1.421613635]' |
| | | CanBindMultiple: false |
| | | DefinitionID: 'Responsedef_WebButton_OnClick' |
| | | QuillAction |
| | | { |
| | | Body: |
| | | [* |
| | | ModulePanelCorrespondence::PullCapacityAllocationRule( GlobalOTDSOP ); |
| | | *] |
| | | GroupServerCalls: false |
| | | } |
| | | } |
| | |
| | | BaseType: 'WebForm' |
| | | Children: |
| | | [ |
| | | #child: PanelModule |
| | | #child: PanelPanel |
| | | Component DataHolderSelectedProductInStocking_MP |
| | | Component DataHolderSelectedProduct |
| | | { |
| | | #keys: '[414702.1.378291666]' |
| | | BaseType: 'WebDataHolder' |
| | | Databinding: 'structured[ProductInStockingPoint_MP]*' |
| | | Databinding: 'structured[Product_MP]*' |
| | | Children: |
| | | [ |
| | | Component DataExtractor666 |
| | |
| | | BaseType: 'WebDataExtractor' |
| | | Properties: |
| | | [ |
| | | DataType: 'ProductInStockingPoint_MP' |
| | | ExtractionMode: 'Selected' |
| | | Source: 'FormProductInStockingPoints.ListProductInStockingPointsForProductsView' |
| | | DataType: 'MacroPlan' |
| | | FixedFilter: 'object.IsPanelMaterial()' |
| | | Source: 'MacroPlan' |
| | | Taborder: 0 |
| | | Transformation: 'Product_MP' |
| | | ] |
| | | } |
| | | ] |
| | |
| | | Taborder: 2 |
| | | ] |
| | | } |
| | | #child: PanelContent |
| | | #child: PanelButton |
| | | ] |
| | | Properties: |
| | | [ |
| | | Image: 'BRUSH2' |
| | | Orientation: 'horizontal' |
| | | Title: '模ç»&颿¿å¯¹åºå
³ç³»' |
| | | ] |
| | | } |
| | |
| | | ] |
| | | Properties: |
| | | [ |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"PeggingProductInSalesDemandBase.SalesDemandBaseID","title":"订åID","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"PeggingProductInSalesDemandBase.SalesDemandBaseID"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ProductID","title":"产åID","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"ProductID"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StockingPointID","title":"åºåç¹ID","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StockingPointID"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StartDate","title":"å¼å§æ¶é´","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StartDate"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"SupplyQuantity","title":"ä¾åºæ°é","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"SupplyQuantity"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ActualFulfillmentQuantity","title":"å®é
éè¦æ°é","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"ActualFulfillmentQuantity"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"FulfillmentQuantity","title":"订åéè¦æ°é","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"FulfillmentQuantity"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"SupplyType","title":"ä¾åºç±»å","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"SupplyType"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"UnitOfMeasurementName","title":"åä½","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"UnitOfMeasurementName"}}]' |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"PeggingProductInSalesDemandBase.SalesDemandBaseID","title":"订åID","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"PeggingProductInSalesDemandBase.SalesDemandBaseID"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ProductID","title":"产åID","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"ProductID"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StockingPointID","title":"åºåç¹ID","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StockingPointID"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"StartDate","title":"å¼å§æ¶é´","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"StartDate"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"SupplyQuantity","title":"ä¾åºæ°é","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"SupplyQuantity"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ActualFulfillmentQuantity","title":"å®é
éè¦æ°é","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"ActualFulfillmentQuantity"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"FulfillmentQuantity","title":"订åéè¦æ°é","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"FulfillmentQuantity"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"SupplyType","title":"ä¾åºç±»å","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"SupplyType"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"UnitOfMeasurementName","title":"åä½","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"UnitOfMeasurementName"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"NumberOfPlies","title":"屿°","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"NumberOfPlies"}}]' |
| | | ContextMenu: 'listContextMenuPeggingAllResult' |
| | | Taborder: 2 |
| | | ] |
| | |
| | | Children: |
| | | [ |
| | | #child: listContextMenuProduct_1 |
| | | Component DataSetLevelChildProduct #extension |
| | | { |
| | | Properties: |
| | | [ |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeAllConstraint","columnid":"All constraints","title":"All constraints","subtotals":"","tooltip":"","width":-1,"display":"shown"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Name","title":"Name","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Name"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"UnitOfMeasureName","title":"UoM","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"UnitOfMeasureName"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ImgIsPanel","title":"ImgIsPanel","subtotals":"","tooltip":"","width":-1,"display":"shown","attribute":"ImgIsPanel"}}]' |
| | | ] |
| | | } |
| | | ] |
| | | Properties: |
| | | [ |
| | | Columns: '[{"attribute":{"classtype":"WebApiDefinitionAttributeAllConstraint","columnid":"All constraints","title":"All constraints","subtotals":"","tooltip":"","width":-1,"display":"shown"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"Name","title":"Name","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"Name"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"UnitOfMeasureName","title":"UoM","subtotals":"","tooltip":"","width":-1,"display":"shown","editable":false,"attribute":"UnitOfMeasureName"}},{"attribute":{"classtype":"WebApiDefinitionAttributeDataMember","columnid":"ImgIsPanel","title":"ImgIsPanel","subtotals":"","tooltip":"","width":-1,"display":"shown","attribute":"ImgIsPanel"}}]' |
| | | ] |
| | | } |
| | | ] |
| | |
| | | dataType: 'string' |
| | | index: 7 |
| | | subtotals: '' |
| | | width: 150 |
| | | width: 121 |
| | | } |
| | | column_UnitOfMeasurementName |
| | | { |
| | |
| | | dataType: 'string' |
| | | index: 8 |
| | | subtotals: '' |
| | | width: 150 |
| | | width: 70 |
| | | } |
| | | column_NumberOfPlies |
| | | { |
| | | columnId: 'NumberOfPlies' |
| | | dataPath: 'NumberOfPlies' |
| | | dataType: 'number' |
| | | index: 9 |
| | | subtotals: '' |
| | | width: 52 |
| | | } |
| | | } |
| | | FormPeggingResult_ListPeggingAllResultProductInStockingPoint_MP |
| | |
| | | title: 'åç§°' |
| | | index: 0 |
| | | subtotals: '' |
| | | width: 185 |
| | | width: 218 |
| | | } |
| | | } |
| | | FormProducts_DataSetLevelChildProduct |
| | |
| | | title: 'åç§°' |
| | | index: 0 |
| | | subtotals: '' |
| | | width: 202 |
| | | width: 193 |
| | | } |
| | | column_ImgIsPanel |
| | | { |
| | | columnId: 'ImgIsPanel' |
| | | dataPath: 'ImgIsPanel' |
| | | dataType: 'string' |
| | | index: 1 |
| | | subtotals: '' |
| | | width: 30 |
| | | } |
| | | } |
| | | } |
| | |
| | | CREATIONUSER 'quintiq/hongjli' |
| | | UPDATEDATETIME '2023-11-01T11:42:14' |
| | | UPDATEUSER 'quintiq/hongjli' |
| | | LASTACCESSDATE '2023-11-07' |
| | | LASTACCESSDATE '2023-11-08' |
| | | VIEWSCOPE 0 |
| | | } |
| | | AUTHORIZATIONS |