From a96e212c56f0706c653e911fcb4f8a61f593bf72 Mon Sep 17 00:00:00 2001 From: lihongji <3117313295@qq.com> Date: 星期五, 26 七月 2024 16:44:03 +0800 Subject: [PATCH] 包装计划 --- _Main/BL/Type_InventoryInterfaceData/StaticMethod_Test.qbl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/_Main/BL/Type_InventoryInterfaceData/StaticMethod_Test.qbl b/_Main/BL/Type_InventoryInterfaceData/StaticMethod_Test.qbl index 6c9a968..fff6a04 100644 --- a/_Main/BL/Type_InventoryInterfaceData/StaticMethod_Test.qbl +++ b/_Main/BL/Type_InventoryInterfaceData/StaticMethod_Test.qbl @@ -10,6 +10,7 @@ interfaceDataset.InventoryPointSelection( relflush ); iid1 := interfaceDataset.InventoryInterfaceData( relnew, Date := Date::Construct( 2020, 1, 28 ), PartNumber := "BLEU EV2 Sports" ); + iid1.InventoryInterfaceDataDetail( relnew, Date := Date::Construct( 2020, 1, 28 ), PartNumber := "BLEU EV2 Sports", InventoryPoint := "PXSN", Quantity := 900 ); iid1.InventoryInterfaceDataDetail( relnew, Date := Date::Construct( 2020, 1, 28 ), PartNumber := "BLEU EV2 Sports", InventoryPoint := "LPLE", Quantity := 800 ); iid1.InventoryInterfaceDataDetail( relnew, Date := Date::Construct( 2020, 1, 28 ), PartNumber := "BLEU EV2 Sports", InventoryPoint := "3PLE", Quantity := 3100 ); -- Gitblit v1.9.3