From 5692f92c99e93d22b08193c3eee63f3318c16cb0 Mon Sep 17 00:00:00 2001
From: zhangzhuo <512464164@qq.com>
Date: Fri, 11 Apr 2025 13:26:04 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=A5=E5=BA=93=E4=BB=A3?=
=?UTF-8?q?=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Seyounth.Hyosung.Ava/Views/HomePage.axaml | 4 ++--
Seyounth.Hyosung.Runtime/HyosungRuntime.cs | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
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");