lazhen
2024-11-22 9d90792ed4bc8a55a3daa4cdd24ef4154b3aa807
Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev-zlg
已修改3个文件
5 ■■■■■ 文件已修改
_Main/BL/Type_Archive/StaticMethod_GenerateForecast.qbl 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/UI/MacroPlannerWebApp/Component_FormTRCForecast/Component_pHeader.def 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_Archive/StaticMethod_GenerateForecast.qbl
@@ -63,7 +63,7 @@
      if ( not isnull( targetProduct_MP ) and not isnull( targetStockingPoint_MP ) ) {
        forcest := Forecast::Create( targetProduct_MP,
                          targetStockingPoint_MP,
                          [String]tdd.ID(),
                          IDHolder::GetGUID(),
                          tdd.StartDate(),
                          tdd.EndDate(),
                          tdd.Quantity(),
_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl
@@ -35,7 +35,7 @@
      InventoryPlanArchiveVersion::GenerateData( macroplan, this );
    }
    if( istrcdemand ){//TRC需求
    //  CustomerDemandIDS::GenerateData( this, recyclebin, archive );
      InterfaceTRCForecast::ArchivedData( this, macroplan );
    }
    if( istransferplan ){//调拨计划
      ArchiveTransferPlanCell::Archive( macroplan,archive );
_Main/UI/MacroPlannerWebApp/Component_FormTRCForecast/Component_pHeader.def
@@ -14,6 +14,7 @@
        Image: 'DOCUMENT_ZIP'
        Label: '存档'
        Taborder: 0
        Visible: false
      ]
    }
  ]