From 52e14bf30c5ce0f5ec90db0b1410295fe19b62e8 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期一, 12 五月 2025 20:30:57 +0800 Subject: [PATCH] 修复了一些已知问题 --- Tiger.Business.WMS/Transaction/Yada/Out_BIZ_WMS_PREP.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Tiger.Business.WMS/Transaction/Yada/Out_BIZ_WMS_PREP.cs b/Tiger.Business.WMS/Transaction/Yada/Out_BIZ_WMS_PREP.cs index 634d16f..509b2b0 100644 --- a/Tiger.Business.WMS/Transaction/Yada/Out_BIZ_WMS_PREP.cs +++ b/Tiger.Business.WMS/Transaction/Yada/Out_BIZ_WMS_PREP.cs @@ -15,6 +15,7 @@ using MailKit.Search; using Tiger.Business.WMS.Extensions; using static Tiger.Model.BIZ_WMS_PREP_BTH; +using Microsoft.CodeAnalysis.Options; namespace Tiger.Business.WMS.Transaction { @@ -51,7 +52,8 @@ var action = new ApiAction<ScanOutput>(new ScanOutput()); try { - + //Result<List<SuggestItem>> result = Suggest("CurPrepDtl.ORDER_NO", "CurPrepDtl.ITEM_CODE", new SuggestOption(), new(), 100.0); + //action.LocaleMsg = result.LocaleMsg; if (input.Command == "ScanOrder") { action = await ScanOrder(input); -- Gitblit v1.9.3