大连融科 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.
 
 
 

23 lines
1.4 KiB

<ad:DocumentContent x:Class="SiaSun.LMS.WPFClient.TASK.ManageUp"
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_UP" Height="470" Width="500" Loaded="DocumentContent_Loaded">
<GroupBox Grid.Column="2" Header="库存信息" >
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="*"></RowDefinition>
<RowDefinition Height="Auto"></RowDefinition>
</Grid.RowDefinitions>
<uc:ucSplitPropertyGridTab Grid.Row="0" x:Name="gridStorageList" ></uc:ucSplitPropertyGridTab>
<WrapPanel Grid.Row="1" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="0,3,0,2" ButtonBase.Click="WrapPanel_Click">
<uc:ucManagePosition x:Name="ucManagePosition" Margin="5,0"></uc:ucManagePosition>
<CheckBox Name="cbControl" Content="关联调度" VerticalAlignment="Center" Margin="5,0" IsChecked="True"></CheckBox>
<Button Name="btnConfirm" Width="70" Margin="5">上架</Button>
<Button Name="btnRefresh" Width="70" Margin="5">刷新</Button>
</WrapPanel>
</Grid>
</GroupBox>
</ad:DocumentContent>