lihongji
2024-11-27 a6cdd6f7945a475d10f1a01324b529f7fb0244f1
计划库存优化
已修改1个文件
2 ■■■ 文件已修改
_Main/BL/Type_InterfaceDataset/StaticMethod_PushPlanInventoryData.qbl 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
_Main/BL/Type_InterfaceDataset/StaticMethod_PushPlanInventoryData.qbl
@@ -21,7 +21,7 @@
        cell := select( r, Cell, tempC, tempC.Column() = c );
        
        if ( not isnull( cell ) ) {
          idsjson := JSON::Object().Add( "product", r.ProductID() )
          idsjson := JSON::Object().Add( "product", r.Name() )
                                   .Add( "inventoryDate", c.StartDate().Format( 'Y-M2-D2' ) )
                                   .Add( "planningInventory", cell.PlanQuantity() )
                                   .Add( "versionName", macroPlan.ScenarioName() )