From f494d17e40f3cf0919df836a5735f9d65c28b589 Mon Sep 17 00:00:00 2001
From: anerx <512464164@qq.com>
Date: Mon, 17 Mar 2025 03:46:55 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=B4=B4=E6=A0=87=E5=8C=BAUI?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Views/Pages/HomeViewPage.xaml | 157 +++++++++---------
1 file changed, 82 insertions(+), 75 deletions(-)
diff --git a/Seyounth.Hyosung/Views/Pages/HomeViewPage.xaml b/Seyounth.Hyosung/Views/Pages/HomeViewPage.xaml
index 15955d2..3ffc4b3 100644
--- a/Seyounth.Hyosung/Views/Pages/HomeViewPage.xaml
+++ b/Seyounth.Hyosung/Views/Pages/HomeViewPage.xaml
@@ -20,122 +20,120 @@
-
+
-
-
-
+ Text="{Binding ViewModel.Stack1.TrayCode}"
+ VerticalAlignment="Center" />
+ Text="{Binding ViewModel.Stack1.VarietyCode}"
+ VerticalAlignment="Center" />
+ Text="{Binding ViewModel.Stack1.Layers}"
+ VerticalAlignment="Center" />
+ Text="{Binding ViewModel.Stack1.TotalCount}"
+ VerticalAlignment="Center" />
+ Text="{Binding ViewModel.Stack1.CurrentCount}"
+ VerticalAlignment="Center" />
+ ItemsSource="{Binding ViewModel.Stack1.Yarns}">
+ DisplayMemberBinding="{Binding ScanCode }"
+ Header="序号" />
+ DisplayMemberBinding="{Binding QrCode}"
+ Header="二维码" />
+ DisplayMemberBinding="{Binding Lot}"
+ Header="Lot" />
+ DisplayMemberBinding="{Binding StackTime}"
+ Header="码垛时间" />
-
+
-
+
-
-
-
+ Text="{Binding ViewModel.Stack2.TrayCode}"
+ VerticalAlignment="Center" />
+ Text="{Binding ViewModel.Stack2.VarietyCode}"
+ VerticalAlignment="Center" />
+ Text="{Binding ViewModel.Stack2.Layers}"
+ VerticalAlignment="Center" />
+ Text="{Binding ViewModel.Stack2.TotalCount}"
+ VerticalAlignment="Center" />
+ Text="{Binding ViewModel.Stack2.CurrentCount}"
+ VerticalAlignment="Center" />
+ ItemsSource="{Binding ViewModel.Stack2.Yarns}">
+ DisplayMemberBinding="{Binding ScanCode }"
+ Header="序号" />
+ DisplayMemberBinding="{Binding QrCode}"
+ Header="二维码" />
+ DisplayMemberBinding="{Binding Lot}"
+ Header="Lot" />
+ DisplayMemberBinding="{Binding StackTime}"
+ Header="码垛时间" />
-
+
-
-
-
-
@@ -294,16 +288,14 @@
Foreground="White" Grid.Row="0" Text="托盘号:" />
-
-
+
+
@@ -312,28 +304,43 @@
-
-
+ Foreground="White" Grid.Row="0" Grid.Column="0" Text="主-贴标数:" />
+
-
-
-
+ Foreground="White" Grid.Row="1" Grid.Column="0" Text="主-前:" />
-
-
-
+ Foreground="White" Grid.Row="2" Grid.Column="0" Text="主-左:" />
+ Foreground="White" Grid.Row="3" Grid.Column="0" Text="主-后:" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+