|
@ -369,6 +369,10 @@ |
|
|
CommandParameter="{Binding Id}" Margin="5,0,0,0"/> |
|
|
CommandParameter="{Binding Id}" Margin="5,0,0,0"/> |
|
|
<c:BButton x:Name="btn_orderState" Content="{Binding OrderState}" Margin="5,0,0,0" Height="25" Padding="5,0" Background="{StaticResource Text.Link.Color}"/> |
|
|
<c:BButton x:Name="btn_orderState" Content="{Binding OrderState}" Margin="5,0,0,0" Height="25" Padding="5,0" Background="{StaticResource Text.Link.Color}"/> |
|
|
<Border Width="1" Margin="5,5,0,5" Background="{StaticResource Border.Brush}"/> |
|
|
<Border Width="1" Margin="5,5,0,5" Background="{StaticResource Border.Brush}"/> |
|
|
|
|
|
<TextBlock VerticalAlignment="Center" Margin="5,0,0,0" Text="下单账号:"/> |
|
|
|
|
|
<c:BButton Style="{StaticResource LinkButton}" Content="{Binding BuyerAccount}" Margin="5,0,0,0" |
|
|
|
|
|
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type ListBox}}}" |
|
|
|
|
|
CommandParameter="{Binding BuyerAccount}"/> |
|
|
<TextBlock VerticalAlignment="Center" Margin="5,0,0,0" Text="下单店铺:"/> |
|
|
<TextBlock VerticalAlignment="Center" Margin="5,0,0,0" Text="下单店铺:"/> |
|
|
<c:BButton Style="{StaticResource LinkButton}" Content="{Binding SourceShopName}" Margin="5,0,0,0" |
|
|
<c:BButton Style="{StaticResource LinkButton}" Content="{Binding SourceShopName}" Margin="5,0,0,0" |
|
|
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type ListBox}}}" |
|
|
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type ListBox}}}" |
|
|