|
|
@ -552,6 +552,11 @@ |
|
|
|
</Path> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
<TextBlock Visibility="{Binding OrderCost.RefundAmount,ConverterParameter=0|0.0|0.00:Collapsed:Visible,Converter={StaticResource objConverter}}" |
|
|
|
Foreground="Red"> |
|
|
|
<Run Text="退款金额"/> |
|
|
|
<Run Text="{Binding OrderCost.RefundAmount}"/> |
|
|
|
</TextBlock> |
|
|
|
|
|
|
|
<StackPanel x:Name="sp_orderCoupon" Orientation="Horizontal"> |
|
|
|
<TextBlock> |
|
|
@ -686,6 +691,12 @@ |
|
|
|
</Path> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
<TextBlock Visibility="{Binding OrderCost.RefundPurchaseAmount,ConverterParameter=0|0.0|0.00:Collapsed:Visible,Converter={StaticResource objConverter}}" |
|
|
|
Foreground="Red"> |
|
|
|
<Run Text="退采金额"/> |
|
|
|
<Run Text="{Binding OrderCost.RefundPurchaseAmount}"/> |
|
|
|
</TextBlock> |
|
|
|
|
|
|
|
<TextBlock> |
|
|
|
<Run Text="快递费用"/> |
|
|
|
<Run Text="{Binding OrderCost.DeliveryExpressFreight}"/> |
|
|
@ -702,13 +713,41 @@ |
|
|
|
<Run Text="{Binding OrderCost.SDCommissionAmount}"/> |
|
|
|
</TextBlock> |
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" |
|
|
|
Visibility="{Binding OrderCost.TotalReissue,ConverterParameter=0|0.0|0.00:Collapsed:Visible,Converter={StaticResource objConverter}}"> |
|
|
|
<TextBlock> |
|
|
|
<Run Text="补发总计"/> |
|
|
|
<Run Text="{Binding OrderCost.TotalReissue,Mode=OneWay}"/> |
|
|
|
</TextBlock> |
|
|
|
|
|
|
|
<Path Style="{StaticResource path_question}" Width="14" Margin="5,0,0,0" Fill="#EC808D" ToolTipService.InitialShowDelay="0"> |
|
|
|
<Path.ToolTip> |
|
|
|
<ToolTip Style="{StaticResource OrderCouponToolipStyle}"> |
|
|
|
<StackPanel> |
|
|
|
<TextBlock> |
|
|
|
<Run Text="补发快递成本"/> |
|
|
|
<Run Text="{Binding OrderCost.ReissueFreight}"/> |
|
|
|
</TextBlock> |
|
|
|
<TextBlock> |
|
|
|
<Run Text="补发货款成本"/> |
|
|
|
<Run Text="{Binding OrderCost.ReissueProductAmount}"/> |
|
|
|
</TextBlock> |
|
|
|
<TextBlock> |
|
|
|
<Run Text="售后补偿成本"/> |
|
|
|
<Run Text="{Binding OrderCost.ReissueAfterSaleAmount}"/> |
|
|
|
</TextBlock> |
|
|
|
</StackPanel> |
|
|
|
</ToolTip> |
|
|
|
</Path.ToolTip> |
|
|
|
</Path> |
|
|
|
</StackPanel> |
|
|
|
<TextBlock> |
|
|
|
<Run Text="成本总计"/> |
|
|
|
<Run Text="{Binding OrderCost.TotalCost,Mode=OneWay}"/> |
|
|
|
</TextBlock> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" Grid.Column="3" VerticalAlignment="Bottom" Margin="0,0,0,25" |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" Grid.Column="3" VerticalAlignment="Bottom" Margin="0,0,0,23" |
|
|
|
Visibility="{Binding Visibility,ElementName=btn_editCost}"/> |
|
|
|
<c:BButton x:Name="btn_editCost" Content="修改" Grid.Column="3" VerticalAlignment="Bottom" |
|
|
|
Foreground="{StaticResource Text.Color}" |
|
|
@ -718,7 +757,7 @@ |
|
|
|
Command="{Binding DataContext.EditCostCommand,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type Page}}}" |
|
|
|
CommandParameter="{Binding }" |
|
|
|
Visibility="{Binding StorageType,Converter={StaticResource objConverter},ConverterParameter=#null:Collapsed:Visible}" |
|
|
|
Height="25"/> |
|
|
|
Height="23"/> |
|
|
|
|
|
|
|
<StackPanel Grid.Column="4" VerticalAlignment="Center" HorizontalAlignment="Center"> |
|
|
|
<TextBlock> |
|
|
|