123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242 |
- <UserControl x:Class="LogoForceTestApp.Modules.MainModule.Views.QualityTracing"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:local="clr-namespace:LogoForceTestApp.Modules.MainModule.Views"
- xmlns:viewmodels="clr-namespace:LogoForceTestApp.Modules.MainModule.ViewModels"
- xmlns:hc="https://handyorg.github.io/handycontrol"
- d:DataContext="{d:DesignInstance Type=viewmodels:QualityTracingViewModel}"
- mc:Ignorable="d"
- d:DesignHeight="450" d:DesignWidth="800">
- <Grid>
- <Grid.RowDefinitions>
- <RowDefinition Height="auto" />
- <RowDefinition Height="auto" />
- <RowDefinition Height="auto" />
- <RowDefinition Height="*" />
- <RowDefinition Height="auto" />
- </Grid.RowDefinitions>
- <StackPanel Orientation="Horizontal">
- <hc:DatePicker Margin="4,0"
- hc:InfoElement.Title="选择开始时间"
- SelectedDate="{Binding SelectedStartDate}" />
- <hc:DatePicker Margin="4,0"
- hc:InfoElement.Title="选择结束时间"
- SelectedDate="{Binding SelectedEndDate}" />
- <!--<TextBlock Text="人员ID:"
- Margin="5"
- FontSize="16"
- VerticalAlignment="Center" />-->
- <hc:ComboBox HorizontalAlignment="Center"
- VerticalAlignment="Center"
- Margin="4,0"
- Width="150"
- Height="40"
- SelectedItem="{Binding SelectedNames}"
- ItemsSource="{Binding ChoiceNames}"
- FontSize="16" />
- <TextBox Width="200"
- VerticalAlignment="Center"
- FontSize="20"
- Text="{Binding FindContent,UpdateSourceTrigger=PropertyChanged}"
- Margin="4,0"/>
- <Button Margin="4,0"
- VerticalAlignment="Center"
- Command="{Binding QueryCommand}"
- FontSize="14"
- Content="查询" />
- </StackPanel>
- <!--<GroupBox Header="产品单价(元/个)"
- Grid.Row="1">
- <StackPanel Orientation="Horizontal"
- VerticalAlignment="Center">
- <TextBlock VerticalAlignment="Center"
- FontSize="16"
- Margin="3"
- Text="P60:" />
- <TextBox Text="{Binding P60_Price,UpdateSourceTrigger=PropertyChanged}"
- Width="100"
- Height="30" />
- <TextBlock VerticalAlignment="Center"
- FontSize="16"
- Margin="3"
- Text="P70:" />
- <TextBox Text="{Binding P70_Price,UpdateSourceTrigger=PropertyChanged}"
- Width="100"
- Height="30" />
- <TextBlock VerticalAlignment="Center"
- FontSize="16"
- Margin="3"
- Text="P80:" />
- <TextBox Text="{Binding P80_Price,UpdateSourceTrigger=PropertyChanged}"
- Width="100"
- Height="30" />
- <TextBlock VerticalAlignment="Center"
- FontSize="16"
- Margin="3"
- Text="P90:" />
- <TextBox Text="{Binding P90_Price,UpdateSourceTrigger=PropertyChanged}"
- Width="100"
- Height="30" />
- <TextBlock VerticalAlignment="Center"
- FontSize="16"
- Margin="3"
- Text="T29:" />
- <TextBox Text="{Binding T29_Price,UpdateSourceTrigger=PropertyChanged}"
- Width="100"
- Height="30" />
- <TextBlock VerticalAlignment="Center"
- FontSize="16"
- Margin="3"
- Text="DH-88:" />
- <TextBox Text="{Binding DH88_Price,UpdateSourceTrigger=PropertyChanged}"
- Width="100"
- Height="30" />
- <TextBlock VerticalAlignment="Center"
- FontSize="16"
- Margin="3"
- Text="QL-1:" />
- <TextBox Text="{Binding QL1_Price,UpdateSourceTrigger=PropertyChanged}"
- Width="100"
- Height="30" />
- </StackPanel>
- </GroupBox>-->
- <GroupBox Header="信息显示"
- Grid.Row="2">
- <Grid>
- <Grid.ColumnDefinitions>
- <ColumnDefinition />
- <ColumnDefinition Width="300"/>
- </Grid.ColumnDefinitions>
- <StackPanel Orientation="Horizontal"
- VerticalAlignment="Center">
- <TextBlock VerticalAlignment="Center"
- FontSize="16"
- Margin="3"
- Text="生产总数:" />
- <TextBlock Text="{Binding AllNumber}"
- FontSize="16"
- Margin="3"
- VerticalAlignment="Center" />
- <TextBlock Text="总用时(秒):"
- FontSize="16"
- Margin="20,3,0,3"
- VerticalAlignment="Center" />
- <TextBlock Text="{Binding GeneralTime}"
- FontSize="16"
- Margin="3"
- VerticalAlignment="Center" />
- <!--<TextBlock Text="P60:"
- FontSize="16"
- Margin="20,3,0,3"
- VerticalAlignment="Center" />
- <TextBlock Text="{Binding P60Num}"
- FontSize="16"
- Margin="3"
- VerticalAlignment="Center" />
- <TextBlock Text="P70:"
- FontSize="16"
- Margin="20,3,0,3"
- VerticalAlignment="Center" />
- <TextBlock Text="{Binding P70Num}"
- FontSize="16"
- Margin="3"
- VerticalAlignment="Center" />
- <TextBlock Text="P80:"
- FontSize="16"
- Margin="20,3,0,3"
- VerticalAlignment="Center" />
- <TextBlock Text="{Binding P80Num}"
- FontSize="16"
- Margin="3"
- VerticalAlignment="Center" />
- <TextBlock Text="P90:"
- FontSize="16"
- Margin="20,3,0,3"
- VerticalAlignment="Center" />
- <TextBlock Text="{Binding P90Num}"
- FontSize="16"
- Margin="3"
- VerticalAlignment="Center" />
- <TextBlock Text="T29:"
- FontSize="16"
- Margin="20,3,0,3"
- VerticalAlignment="Center" />
- <TextBlock Text="{Binding T29Num}"
- FontSize="16"
- Margin="3"
- VerticalAlignment="Center" />
- <TextBlock Text="DH-88:"
- FontSize="16"
- Margin="20,3,0,3"
- VerticalAlignment="Center" />
- <TextBlock Text="{Binding DH88Num}"
- FontSize="16"
- Margin="3"
- VerticalAlignment="Center" />
- <TextBlock Text="QL-1:"
- FontSize="16"
- Margin="20,3,0,3"
- VerticalAlignment="Center" />
- <TextBlock Text="{Binding QL1Num}"
- FontSize="16"
- Margin="3"
- VerticalAlignment="Center" />-->
- </StackPanel>
- <!--<StackPanel Grid.Column="1"
- Orientation="Horizontal">
- <Button Margin="4,0"
- VerticalAlignment="Center"
- Command="{Binding ShowMoneyCommand}"
- FontSize="14"
- Content="显示工资" />
- <TextBlock Text="{Binding Money}"
- FontSize="16"
- Margin="3"
- VerticalAlignment="Center" />
- </StackPanel>-->
- </Grid>
- </GroupBox>
- <DataGrid Grid.Row="3"
- AutoGenerateColumns="False"
- IsReadOnly="True"
- ItemsSource="{Binding InfNew}">
- <DataGrid.Columns>
- <DataGridTextColumn Binding="{Binding CreateTime}"
- Header="日期" />
- <DataGridTextColumn Binding="{Binding OperatorCode}"
- Header="员工码" />
- <DataGridTextColumn Binding="{Binding WorkDev}"
- Header="工作机台" />
- <DataGridTextColumn Binding="{Binding OrderNo}"
- Header="订单编号" />
- <DataGridTextColumn Binding="{Binding ProType}"
- Header="产品型号" />
- <DataGridTextColumn Binding="{Binding ProCode}"
- Header="产品码" />
- <DataGridTextColumn Binding="{Binding TestResult}"
- Header="检测结果" />
- <DataGridTextColumn Binding="{Binding SpendTime}"
- Header="用时(秒)" />
- <DataGridTextColumn Binding="{Binding ItemCode}"
- Header="物料码" />
- </DataGrid.Columns>
- </DataGrid>
- <hc:Pagination Grid.Row="4"
- HorizontalAlignment="Center"
- IsJumpEnabled="True"
- MaxPageCount="{Binding MaxCount}"
- PageIndex="{Binding PageIndex}">
- <hc:Interaction.Triggers>
- <hc:EventTrigger EventName="PageUpdated">
- <hc:EventToCommand Command="{Binding PageUpdatedCmd}"
- PassEventArgsToCommand="True" />
- </hc:EventTrigger>
- </hc:Interaction.Triggers>
- </hc:Pagination>
- </Grid>
- </UserControl>
|