|
|
@ -369,30 +369,36 @@ |
|
|
|
</Grid>--> |
|
|
|
<Grid Grid.Column="8" > |
|
|
|
<Grid > |
|
|
|
<StackPanel Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Center" |
|
|
|
Visibility="{Binding IsShowFees,Converter={StaticResource objConverter},ConverterParameter=true:Visible:Collapsed}" |
|
|
|
> |
|
|
|
<TextBlock TextWrapping="Wrap" |
|
|
|
TextAlignment="Center" VerticalAlignment="Center" HorizontalAlignment="Center" > |
|
|
|
<Run Text="收费:"/> |
|
|
|
<Run Text="{Binding FeesItemResponse.DiscountAllFees,StringFormat=0.00}" |
|
|
|
/> |
|
|
|
</TextBlock> |
|
|
|
<Path x:Name="path_purchaseAmount_question" |
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Center" |
|
|
|
Visibility="{Binding FeesItemResponse,Converter={StaticResource objConverter},ConverterParameter=#null:Collapsed:Visible }" |
|
|
|
> |
|
|
|
<TextBlock Text="收费: "/> |
|
|
|
<TextBlock |
|
|
|
Text="{Binding FeesItemResponse.AllFees, StringFormat={}{0:F2}}" |
|
|
|
TextWrapping="Wrap" |
|
|
|
HorizontalAlignment="Center" |
|
|
|
/> |
|
|
|
<Path x:Name="path_fees_name" |
|
|
|
Style="{StaticResource path_question}" |
|
|
|
Width="14" Margin="5,0,0,0" Fill="{StaticResource Text.Pink}" |
|
|
|
ToolTipService.InitialShowDelay="0" |
|
|
|
|
|
|
|
ToolTipService.ShowDuration="20000"> |
|
|
|
Width="14" Fill="{StaticResource Text.Pink}" |
|
|
|
ToolTipService.InitialShowDelay="0" ToolTipService.ShowDuration="30000" |
|
|
|
> |
|
|
|
<Path.ToolTip> |
|
|
|
<ToolTip Style="{StaticResource OrderCouponToolipStyle}"> |
|
|
|
<local:FeesExcelControl FeesItem="{Binding FeesItemResponse,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" |
|
|
|
/> |
|
|
|
<ToolTip Style="{StaticResource OrderCouponToolipStyle}"> |
|
|
|
<Grid> |
|
|
|
<local:FeesExcelControl FeesItem="{Binding FeesItemResponse,Mode=TwoWay,NotifyOnSourceUpdated=True,UpdateSourceTrigger=PropertyChanged}" |
|
|
|
Visibility="{Binding PackProcessType,Converter={StaticResource objConverter},ConverterParameter=#null:Visible:Collapsed}" |
|
|
|
/> |
|
|
|
<local:FeesExcelV2Control FeesItem="{Binding FeesItemResponse,Mode=TwoWay,NotifyOnSourceUpdated=True,UpdateSourceTrigger=PropertyChanged}" |
|
|
|
Visibility="{Binding PackProcessType,Converter={StaticResource objConverter},ConverterParameter=#null:Collapsed:Visible}" |
|
|
|
/> |
|
|
|
</Grid> |
|
|
|
</ToolTip> |
|
|
|
</Path.ToolTip> |
|
|
|
</Path> |
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
<Grid Grid.Column="9" > |
|
|
|