|
|
@ -374,6 +374,8 @@ |
|
|
|
<Run Text="数量:"/> |
|
|
|
<Run Text="{Binding ItemTotal}"/> |
|
|
|
</TextBlock> |
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
<StackPanel Orientation="Vertical"> |
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
<TextBlock Text="SPU:"/> |
|
|
|
<c:BButton Content="{Binding ProductId}" Style="{StaticResource LinkButton}" |
|
|
@ -388,6 +390,10 @@ |
|
|
|
CommandParameter="{Binding Id}" |
|
|
|
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> |
|
|
|
<TextBlock> |
|
|
|
<Run Text="货号:" /> |
|
|
|
<Run Text="{Binding ProductItemNum}"/> |
|
|
@ -397,6 +403,10 @@ |
|
|
|
<Run Text="买家备注:" /> |
|
|
|
<Run Text="{Binding BuyerRemark}"/> |
|
|
|
</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> |
|
|
|
|
|
|
|
<Border Grid.ColumnSpan="2" VerticalAlignment="Bottom" Height="1" Background="{StaticResource Border.Brush}" |
|
|
|