|
@ -375,18 +375,24 @@ |
|
|
<Run Text="{Binding ItemTotal}"/> |
|
|
<Run Text="{Binding ItemTotal}"/> |
|
|
</TextBlock> |
|
|
</TextBlock> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<TextBlock Text="SPU:"/> |
|
|
<StackPanel Orientation="Vertical"> |
|
|
<c:BButton Content="{Binding ProductId}" Style="{StaticResource LinkButton}" |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
|
|
<TextBlock Text="SPU:"/> |
|
|
|
|
|
<c:BButton Content="{Binding ProductId}" Style="{StaticResource LinkButton}" |
|
|
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type Page}}}" |
|
|
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type Page}}}" |
|
|
CommandParameter="{Binding ProductId}" |
|
|
CommandParameter="{Binding ProductId}" |
|
|
Margin=" 5,0,0,0"/> |
|
|
Margin=" 5,0,0,0"/> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<TextBlock Text="SKU:"/> |
|
|
<TextBlock Text="SKU:"/> |
|
|
<c:BButton Content="{Binding Id}" Style="{StaticResource LinkButton}" |
|
|
<c:BButton Content="{Binding Id}" Style="{StaticResource LinkButton}" |
|
|
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type Page}}}" |
|
|
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type Page}}}" |
|
|
CommandParameter="{Binding Id}" |
|
|
CommandParameter="{Binding Id}" |
|
|
Margin=" 5,0,0,0"/> |
|
|
Margin=" 5,0,0,0"/> |
|
|
|
|
|
</StackPanel> |
|
|
|
|
|
</StackPanel> |
|
|
|
|
|
<c:BButton Content="修改售后" Padding="5,0" Margin="5,0,0,0" Background="#EC808D" |
|
|
|
|
|
Visibility="{Binding DataContext.OrderState,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type ListBox}},Converter={StaticResource objConverter},ConverterParameter=已完成:Visible:Collapsed}"/> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
<TextBlock> |
|
|
<TextBlock> |
|
|
<Run Text="货号:" /> |
|
|
<Run Text="货号:" /> |
|
@ -397,6 +403,10 @@ |
|
|
<Run Text="买家备注:" /> |
|
|
<Run Text="买家备注:" /> |
|
|
<Run Text="{Binding BuyerRemark}"/> |
|
|
<Run Text="{Binding BuyerRemark}"/> |
|
|
</TextBlock> |
|
|
</TextBlock> |
|
|
|
|
|
<Border BorderBrush="#EC808D" BorderThickness="1" HorizontalAlignment="Left" Padding="5,2" |
|
|
|
|
|
Visibility="{Binding IsRefund,ConverterParameter=true:Visible:Collapsed,Converter={StaticResource objConverter}}"> |
|
|
|
|
|
<TextBlock Text="退货" Foreground="#EC808D"/> |
|
|
|
|
|
</Border> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
|
|
|
|
|
|
<Border Grid.ColumnSpan="2" VerticalAlignment="Bottom" Height="1" Background="{StaticResource Border.Brush}" |
|
|
<Border Grid.ColumnSpan="2" VerticalAlignment="Bottom" Height="1" Background="{StaticResource Border.Brush}" |
|
|