You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110 lines
8.8 KiB
XML
110 lines
8.8 KiB
XML
<Window x:Class="SlnMesnac.WPF.Page.ManualDeliveryWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:local="clr-namespace:SlnMesnac.WPF.Page"
|
|
xmlns:local1="clr-namespace:SlnMesnac.WPF.Converter.ProdMgmt"
|
|
mc:Ignorable="d" Topmost="True"
|
|
Title="投料管理" Height="750" Width="1000" Background="White" Name="window" WindowStartupLocation="CenterOwner"
|
|
StateChanged="Window_StateChanged">
|
|
<Control.Resources>
|
|
<local1:PlanStatusConverter x:Key="PlanStatusConverter" />
|
|
<local1:PlanAmountConverter x:Key="PlanAmountConverter" />
|
|
</Control.Resources>
|
|
<Border Margin="5" Background="#1152AC" CornerRadius="10">
|
|
<Border.Effect>
|
|
<DropShadowEffect Color="#1152AC" ShadowDepth="0" BlurRadius="5" Opacity="0.3" Direction="0"></DropShadowEffect>
|
|
</Border.Effect>
|
|
|
|
<Grid>
|
|
<Grid.ColumnDefinitions>
|
|
<ColumnDefinition Width="6*"/>
|
|
<!--<ColumnDefinition Width="3*"/>-->
|
|
</Grid.ColumnDefinitions>
|
|
<Border Grid.Column="0" BorderBrush="#0288d1" BorderThickness="1" CornerRadius="5" Background="Transparent">
|
|
<Grid>
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="2*"/>
|
|
<RowDefinition Height="12*"/>
|
|
</Grid.RowDefinitions>
|
|
<WrapPanel Grid.Row="0" Margin="5 5 0 0">
|
|
<Label Content="选择库位" FontSize="20" VerticalAlignment="Center" Foreground="White" />
|
|
<TextBox x:Name="queryParam" FontSize="20" BorderThickness="3" Text="" Width="100" HorizontalAlignment="Left" VerticalContentAlignment="Center" Style="{StaticResource TextBoxStyle}" Foreground="White"/>
|
|
<Button Content="手动投料" FontSize="16" Style="{StaticResource BUTTON_AGREE}" Width="100" Height="35" Background="LimeGreen" BorderBrush="#007DFA" Margin="10,0,10,0" Command="{Binding QueryStringCommand}" CommandParameter="{Binding Text, ElementName=queryParam}" />
|
|
|
|
<Button Content="投料模式切换" FontSize="20" Foreground="White" Width="150" Height="35" Background="#ffa200" BorderBrush="#007DFA" Margin="200,0,10,0" Command="{Binding ChangeModeCommand}" />
|
|
</WrapPanel>
|
|
|
|
<Border Grid.Row="1" BorderBrush="White" BorderThickness="1,1,0,1" CornerRadius="5">
|
|
<DataGrid x:Name="dgvMH" Grid.Row="0" ItemsSource="{Binding WmsRawPreferredOutDataGrid}" Background="Transparent"
|
|
FontSize="15" ColumnHeaderHeight="35"
|
|
RowHeight="31" AutoGenerateColumns="False" RowHeaderWidth="0"
|
|
GridLinesVisibility="None" ScrollViewer.HorizontalScrollBarVisibility="Hidden"
|
|
ScrollViewer.VerticalScrollBarVisibility="Visible" BorderThickness="0" CanUserAddRows="False" HorizontalAlignment="Center"
|
|
SelectionMode="Single" SelectedItem="{Binding SelectedCells, Mode=OneWayToSource}"
|
|
Foreground="#FFFFFF" >
|
|
<!--resourceStyle 399行修改选中字体颜色-->
|
|
<DataGrid.Columns>
|
|
<DataGridTextColumn Binding="{Binding LocationCode}" Header="库位编号" Width="*" IsReadOnly="True"/>
|
|
<DataGridTextColumn Binding="{Binding WarehouseId}" Header="仓库编号" Width="1*" IsReadOnly="True"/>
|
|
<DataGridTextColumn Binding="{Binding MaterialId}" Header="物料ID" Width="1*" IsReadOnly="True"/>
|
|
<DataGridTextColumn Binding="{Binding CreateDate,StringFormat=\{0:MM月dd日 HH:mm\}}" Header="创建时间" Width="2*" IsReadOnly="True"/>
|
|
<DataGridTemplateColumn Header="操作" Width="2*">
|
|
<DataGridTemplateColumn.CellTemplate>
|
|
<DataTemplate>
|
|
<StackPanel Orientation="Horizontal">
|
|
<Button Content="删除" CommandParameter="{Binding LocationCode}" Background="Red" Foreground="White" Margin="10,0,0,0" Height="25" BorderBrush="DeepSkyBlue" BorderThickness="0" Width="45" Command="{Binding DataContext.DeleteCommand, RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=DataGrid }}"/>
|
|
</StackPanel>
|
|
</DataTemplate>
|
|
</DataGridTemplateColumn.CellTemplate>
|
|
|
|
</DataGridTemplateColumn>
|
|
</DataGrid.Columns>
|
|
</DataGrid>
|
|
</Border>
|
|
</Grid>
|
|
</Border>
|
|
|
|
<!--<Border Grid.Column="1" Margin="10,10">
|
|
<Grid>
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="1*"/>
|
|
<RowDefinition Height="1*"/>
|
|
<RowDefinition Height="1*"/>
|
|
<RowDefinition Height="1*"/>
|
|
<RowDefinition Height="1*"/>
|
|
<RowDefinition Height="2*"/>
|
|
<RowDefinition Height="2*"/>
|
|
<RowDefinition Height="1*"/>
|
|
</Grid.RowDefinitions>
|
|
<WrapPanel Grid.Row="0" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0 15">
|
|
<TextBlock Text="计划信息" FontSize="18" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" />
|
|
</WrapPanel>
|
|
<WrapPanel Grid.Row="1" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0 15">
|
|
<TextBlock Text="计划编号" FontSize="18" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" />
|
|
<TextBox Text="{Binding SelectedItem.PlanCode, ElementName=dgvMH}" FontSize="16" Width="200" HorizontalAlignment="Left" VerticalContentAlignment="Center" Style="{StaticResource TextBoxStyle}" Foreground="White"/>
|
|
</WrapPanel>
|
|
<WrapPanel Grid.Row="2" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0 15">
|
|
<TextBlock Text="物料型号" FontSize="18" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" />
|
|
<TextBox Text="{Binding SelectedItem.MaterialId, ElementName=dgvMH}" FontSize="16" Width="200" HorizontalAlignment="Left" VerticalContentAlignment="Center" Style="{StaticResource TextBoxStyle}" Foreground="White"/>
|
|
</WrapPanel>
|
|
<WrapPanel Grid.Row="3" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0 15">
|
|
<TextBlock Text="物料名称" FontSize="18" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" />
|
|
<TextBox Text="{Binding SelectedItem.MaterialName, ElementName=dgvMH}" FontSize="16" Width="200" HorizontalAlignment="Left" VerticalContentAlignment="Center" Style="{StaticResource TextBoxStyle}" Foreground="White"/>
|
|
</WrapPanel>
|
|
<WrapPanel Grid.Row="4" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0 15">
|
|
<TextBlock Text="订单编号" FontSize="18" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" />
|
|
<TextBox Text="{Binding SelectedItem.OrderCode, ElementName=dgvMH}" FontSize="16" Width="200" HorizontalAlignment="Left" VerticalContentAlignment="Center" Style="{StaticResource TextBoxStyle}" Foreground="White"/>
|
|
</WrapPanel>
|
|
<WrapPanel Grid.Row="7" HorizontalAlignment="Center" VerticalAlignment="Center">
|
|
<Button Content="确 认" FontSize="16" Command="{Binding ConfirmCommand}" CommandParameter="{Binding ElementName=window}" Style="{StaticResource BUTTON_AGREE}" Width="100" Height="30" Background="#009999" BorderBrush="#FF36B5C1" Margin="10,0,10,0"/>
|
|
<Button Content="取 消" FontSize="16" Command="{Binding CancelCommand}" CommandParameter="{Binding ElementName=window}" Style="{StaticResource BUTTON_AGREE}" Width="100" Height="30" Background="#FF0033" BorderBrush="#FF0033" Margin="0,0,10,0"/>
|
|
</WrapPanel>
|
|
</Grid>
|
|
</Border>-->
|
|
</Grid>
|
|
|
|
</Border>
|
|
</Window>
|