大连融科 WMS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 lines
1.7 KiB

<ad:DocumentContent x:Class="SiaSun.LMS.WPFClient.TASK.ManageStockDown"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ad="clr-namespace:AvalonDock;assembly=AvalonDock"
xmlns:uc="clr-namespace:SiaSun.LMS.WPFClient.UC"
Title="MANAGE_STOCK_TASK" Height="378" Width="455" Loaded="DocumentContent_Loaded">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto"></RowDefinition>
<RowDefinition Height="Auto"></RowDefinition>
<RowDefinition Height="*"></RowDefinition>
<RowDefinition Height="Auto"></RowDefinition>
</Grid.RowDefinitions>
<uc:ucSotckOut x:Name="ucStockOut" Grid.Row="0" Margin="1,5,1,1"></uc:ucSotckOut>
<uc:ucQuickQuery x:Name="ucQuery" Grid.Row="1" MaxWidth="{Binding ElementName=ucTechPosition,Path=MaxWidth}"></uc:ucQuickQuery>
<GroupBox Name="grpbManage" Grid.Row="2" Header="空托盘库存列表" Tag=" {0}-空托盘库存列表">
<uc:ucSplitPropertyGridTab x:Name="ucStockStorageGroup" Grid.Row="2" ></uc:ucSplitPropertyGridTab>
</GroupBox>
<WrapPanel Grid.Row="3" HorizontalAlignment="Left" ButtonBase.Click="WrapPanel_Click">
<uc:ucManagePosition x:Name="ucManagePosition"></uc:ucManagePosition>
<CheckBox Name="cbControl" Content="关联调度" VerticalAlignment="Center" Margin="5,0" IsChecked="True"></CheckBox>
<Button Name="btnCreateTask" MinWidth="70" Margin="5">下达任务</Button>
<Button Name="btnRefresh" MinWidth="70" Margin="5">刷新</Button>
</WrapPanel>
</Grid>
</ad:DocumentContent >