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="主-后:" /> + + + + + + + + + + + + + + + + + +