|
|
@ -1055,17 +1055,41 @@ |
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
<Border Width="1" Background="{StaticResource Border.Brush}" HorizontalAlignment="Right"/> |
|
|
|
|
|
|
|
<TextBlock Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center"> |
|
|
|
<Run Text="退款金额"/> |
|
|
|
<Run Text="{Binding RefundAmount}"/> |
|
|
|
</TextBlock> |
|
|
|
|
|
|
|
<Border Width="1" Background="{StaticResource Border.Brush}" Grid.Column="1" HorizontalAlignment="Right"/> |
|
|
|
|
|
|
|
<StackPanel Grid.Column="2" HorizontalAlignment="Center" VerticalAlignment="Center" Orientation="Horizontal"> |
|
|
|
<TextBlock > |
|
|
|
<Run Text="售后成本"/> |
|
|
|
<Run Text="{Binding AfterTotalCost}"/> |
|
|
|
</TextBlock> |
|
|
|
<Path Style="{StaticResource path_question}" Width="14" Margin="5,0,0,0" Fill="{StaticResource Text.Pink}" ToolTipService.InitialShowDelay="0"> |
|
|
|
<Path.ToolTip> |
|
|
|
<ToolTip Style="{StaticResource OrderCouponToolipStyle}"> |
|
|
|
|
|
|
|
</ToolTip> |
|
|
|
</Path.ToolTip> |
|
|
|
</Path> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" Grid.Column="2" VerticalAlignment="Bottom" Margin="0,0,0,30"/> |
|
|
|
<c:BButton Content="修改" VerticalAlignment="Bottom" |
|
|
|
HorizontalAlignment="Stretch" |
|
|
|
Background="Transparent" |
|
|
|
Foreground="{StaticResource Text.Color}" |
|
|
|
Grid.Column="2"/> |
|
|
|
<Border Width="1" Background="{StaticResource Border.Brush}" Grid.Column="2" HorizontalAlignment="Right"/> |
|
|
|
|
|
|
|
<TextBlock Text="{Binding ProductResult}" Grid.Column="3" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
|
|
|
<Border Width="1" Background="{StaticResource Border.Brush}" Grid.Column="3" HorizontalAlignment="Right"/> |
|
|
|
|
|
|
|
<TextBlock Text="{Binding ProductHealth}" Grid.Column="4" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
|
|
|
<Border Width="1" Background="{StaticResource Border.Brush}" Grid.Column="4" HorizontalAlignment="Right"/> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
<Border Grid.Row="1" VerticalAlignment="Bottom" Height="1" Background="{StaticResource Border.Brush}"/> |
|
|
|