|
|
@ -107,7 +107,8 @@ |
|
|
|
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type UserControl}}}" |
|
|
|
CommandParameter="{Binding SealBoxId}" |
|
|
|
Margin=" 5,0,7,0"/> |
|
|
|
|
|
|
|
|
|
|
|
<TextBlock VerticalAlignment="Center" Text="{Binding SealBoxCount,StringFormat=封箱数量: {0}}" Margin="16,0,0,0" /> |
|
|
|
|
|
|
|
<TextBlock VerticalAlignment="Center" Text="部门:" Margin="16,0,0,0" /> |
|
|
|
<c:BButton Content="{Binding DepartmentName}" Style="{StaticResource LinkButton}" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|