diff --git a/Seyounth.Hyosung.Ava/Views/HomePage.axaml b/Seyounth.Hyosung.Ava/Views/HomePage.axaml
index 494ca08..3e9a293 100644
--- a/Seyounth.Hyosung.Ava/Views/HomePage.axaml
+++ b/Seyounth.Hyosung.Ava/Views/HomePage.axaml
@@ -29,7 +29,7 @@
-
+
-
+
diff --git a/Seyounth.Hyosung.Runtime/HyosungRuntime.cs b/Seyounth.Hyosung.Runtime/HyosungRuntime.cs
index f6ce6fd..bbbd604 100644
--- a/Seyounth.Hyosung.Runtime/HyosungRuntime.cs
+++ b/Seyounth.Hyosung.Runtime/HyosungRuntime.cs
@@ -208,7 +208,7 @@ public class HyosungRuntime(
//标志下线已完成
await hyosungPlcService.LeaveCompletedAsync();
var tray = await trayService.GetByCode(info.TrayCode);
- await hyosungWmsService.AddPdaPutawayRecord(tray.Barcode);
+ //await hyosungWmsService.AddPdaPutawayRecord(tray.Barcode);
logger.LogInformation($"plc leaving production line success");
}
catch (Exception e)
@@ -413,7 +413,7 @@ public class HyosungRuntime(
//var version = await hyosungWmsService.GetItemInfoByItemCode(variety.Code);
// await varietyService.SetLastNo(variety.Id, tray.ControlNo.Value);
//await hyosungWmsService.UpdateControlNo(variety, tray.ControlNo.Value);
- await hyosungWmsService.AddLabelResult(new LabelResult(tray, variety));
+ // await hyosungWmsService.AddLabelResult(new LabelResult(tray, variety));
}
logger.LogInformation($"plc request print label success");