|
@ -249,7 +249,7 @@ |
|
|
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type UserControl}}}" |
|
|
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type UserControl}}}" |
|
|
CommandParameter="{Binding ShopName}" |
|
|
CommandParameter="{Binding ShopName}" |
|
|
Margin=" 5,0,0,0"/> |
|
|
Margin=" 5,0,0,0"/> |
|
|
<StackPanel Orientation="Horizontal" Visibility="{Binding OrderId, Converter={StaticResource objConverter},ConverterParameter=#null:Visible:Collapsed}"> |
|
|
<StackPanel Orientation="Horizontal" > |
|
|
<TextBlock VerticalAlignment="Center" Text="对接人:" Margin="16,0,0,0" /> |
|
|
<TextBlock VerticalAlignment="Center" Text="对接人:" Margin="16,0,0,0" /> |
|
|
<TextBlock VerticalAlignment="Center" Text="{Binding AcceptName}" Margin="5,0,0,0" /> |
|
|
<TextBlock VerticalAlignment="Center" Text="{Binding AcceptName}" Margin="5,0,0,0" /> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
@ -480,7 +480,7 @@ |
|
|
</Grid>--> |
|
|
</Grid>--> |
|
|
<Grid Grid.Column="8"> |
|
|
<Grid Grid.Column="8"> |
|
|
|
|
|
|
|
|
<Grid> |
|
|
<StackPanel Orientation="Vertical" VerticalAlignment="Center" > |
|
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Center" |
|
|
<StackPanel Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Center" |
|
|
Visibility="{Binding FeesItemResponse,Converter={StaticResource objConverter},ConverterParameter=#null:Collapsed:Visible }" |
|
|
Visibility="{Binding FeesItemResponse,Converter={StaticResource objConverter},ConverterParameter=#null:Collapsed:Visible }" |
|
@ -510,7 +510,22 @@ |
|
|
</Path.ToolTip> |
|
|
</Path.ToolTip> |
|
|
</Path> |
|
|
</Path> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
</Grid> |
|
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="0 10 0 0 "> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextBlock Foreground="{StaticResource Text.Gray}" TextTrimming="CharacterEllipsis"> |
|
|
|
|
|
<TextBlock.ToolTip> |
|
|
|
|
|
<ToolTip Style="{StaticResource OrderCouponToolipStyle}"> |
|
|
|
|
|
<TextBlock Text="{Binding PackUser}"/> |
|
|
|
|
|
</ToolTip> |
|
|
|
|
|
</TextBlock.ToolTip> |
|
|
|
|
|
<Run Text="包装员:"/> |
|
|
|
|
|
<Run Text="{Binding PackUser}"/> |
|
|
|
|
|
</TextBlock> |
|
|
|
|
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
|
|
</StackPanel> |
|
|
</Grid> |
|
|
</Grid> |
|
|
|
|
|
|
|
|
<Grid Grid.Column="9"> |
|
|
<Grid Grid.Column="9"> |
|
|