|
|
@ -146,38 +146,38 @@ |
|
|
|
<TextBlock Text="金额明细拆分" Grid.Row="1" VerticalAlignment="Center"/> |
|
|
|
|
|
|
|
<Border Grid.Row="2" Width="250" HorizontalAlignment="Left" |
|
|
|
BorderBrush="{StaticResource Border.Brush}" BorderThickness="1"> |
|
|
|
BorderBrush="{StaticResource Border.Brush}" BorderThickness="1,1,1,0"> |
|
|
|
<Grid> |
|
|
|
<Grid.RowDefinitions> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="30"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
<RowDefinition Height="Auto"/> |
|
|
|
</Grid.RowDefinitions> |
|
|
|
<Grid.ColumnDefinitions> |
|
|
|
<ColumnDefinition Width="0.6*"/> |
|
|
@ -190,117 +190,254 @@ |
|
|
|
<Border Width="1" Background="{StaticResource Border.Brush}" HorizontalAlignment="Right" Grid.RowSpan="30"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2"/> |
|
|
|
|
|
|
|
<Grid Height="30" Grid.Row="1"></Grid> |
|
|
|
<TextBlock Text="合计单品金额" Style="{StaticResource middleTextBlock}" Grid.Row="1"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalItemPrice}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="1"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="1"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计基础优惠" Style="{StaticResource middleTextBlock}" Grid.Row="2"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalBaseDiscount}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="2"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="2"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计满减" Style="{StaticResource middleTextBlock}" Grid.Row="3"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalManJian}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="3"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="3"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计商家运费" Style="{StaticResource middleTextBlock}" Grid.Row="4"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalVenderFee}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="4"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="4"/> |
|
|
|
|
|
|
|
<TextBlock Text=" 合计基础运费" Style="{StaticResource middleTextBlock}" Grid.Row="5"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalBaseFee}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="5"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="5"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计偏远运费" Style="{StaticResource middleTextBlock}" Grid.Row="6"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalRemoteFee}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="6"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="6"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计优惠券" Style="{StaticResource middleTextBlock}" Grid.Row="7"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalCoupon}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="7"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="7"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计京豆" Style="{StaticResource middleTextBlock}" Grid.Row="8"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalJingDou}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="8"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="8"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计余额" Style="{StaticResource middleTextBlock}" Grid.Row="9"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalBalance}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="9"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="9"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计超级红包" Style="{StaticResource middleTextBlock}" Grid.Row="10"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalSuperRedEnvelope}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="10"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="10"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计plus会员95折优惠" Style="{StaticResource middleTextBlock}" Grid.Row="11"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalPlus95}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="11"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="11"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计退换货无忧" Style="{StaticResource middleTextBlock}" Grid.Row="12"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalTuiHuanHuoWuYou}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="12"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="12"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计全球购税费" Style="{StaticResource middleTextBlock}" Grid.Row="13"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalTaxFee}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="13"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="13"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计落地配服务" Style="{StaticResource middleTextBlock}" Grid.Row="14"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalLuoDiPeiService}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="14"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="14"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计应付金额" Style="{StaticResource middleTextBlock}" Grid.Row="15"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalShouldPay}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="15"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="15"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计京券" Style="{StaticResource middleTextBlock}" Grid.Row="16"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalJingQuan}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="16"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="16"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计东券" Style="{StaticResource middleTextBlock}" Grid.Row="17"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalDongQuan}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="17"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="17"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计限品类京券" Style="{StaticResource middleTextBlock}" Grid.Row="18"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalXianPinLeiJingQuan}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="18"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="18"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计限品类东券" Style="{StaticResource middleTextBlock}" Grid.Row="19"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalXianPinLeiDongQuan}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="19"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="19"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计按比例平台承担优惠券" Style="{StaticResource middleTextBlock}" Grid.Row="20"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalPingTaiChengDanYouHuiQuan}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="20"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="20"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计礼金优惠" Style="{StaticResource middleTextBlock}" Grid.Row="21"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalLiJinYouHui}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="21"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="21"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计支付营销优惠" Style="{StaticResource middleTextBlock}" Grid.Row="22"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalZhiFuYingXiaoYouHui}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="22"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="22"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计京东支付优惠" Style="{StaticResource middleTextBlock}" Grid.Row="23"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalJdZhiFuYouHui}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="23"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="23"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计全球购一般税" Style="{StaticResource middleTextBlock}" Grid.Row="24"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalGlobalGeneralTax}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="24"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="24"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计全球购一般包税" Style="{StaticResource middleTextBlock}" Grid.Row="25"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalGlobalGeneralIncludeTax}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="25"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="25"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计京享礼金" Style="{StaticResource middleTextBlock}" Grid.Row="26"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalJingXiangLiJin}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="26"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="26"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计跨店满减促销" Style="{StaticResource middleTextBlock}" Grid.Row="27"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalPromotionDiscount}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="27"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="27"/> |
|
|
|
|
|
|
|
<TextBlock Text="合计满期赠促销" Style="{StaticResource middleTextBlock}" Grid.Row="28"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalExpiryGiftDiscount}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="28"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="28"/> |
|
|
|
<Grid x:Name="grid_TotalBaseDiscount" Height="30" Grid.Row="2" |
|
|
|
Visibility="{Binding Coupon.TotalBaseDiscount,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计基础优惠" Style="{StaticResource middleTextBlock}" Grid.Row="2" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalBaseDiscount}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalBaseDiscount}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="2" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalBaseDiscount}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="2" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalBaseDiscount}"/> |
|
|
|
|
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalManJian" Height="30" Grid.Row="3" |
|
|
|
Visibility="{Binding Coupon.TotalManJian,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计满减" Style="{StaticResource middleTextBlock}" Grid.Row="3" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalManJian}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalManJian}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="3" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalManJian}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="3" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalManJian}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalVenderFee" Height="30" Grid.Row="4" |
|
|
|
Visibility="{Binding Coupon.TotalVenderFee,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计商家运费" Style="{StaticResource middleTextBlock}" Grid.Row="4" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalVenderFee}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalVenderFee}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="4" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalVenderFee}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="4" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalVenderFee}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalBaseFee" Height="30" Grid.Row="5" |
|
|
|
Visibility="{Binding Coupon.TotalBaseFee,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计基础运费" Style="{StaticResource middleTextBlock}" Grid.Row="5" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalBaseFee}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalBaseFee}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="5" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalBaseFee}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="5" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalBaseFee}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalRemoteFee" Height="30" Grid.Row="6" |
|
|
|
Visibility="{Binding Coupon.TotalRemoteFee,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计偏远运费" Style="{StaticResource middleTextBlock}" Grid.Row="6" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalRemoteFee}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalRemoteFee}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="6" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalRemoteFee}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="6" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalRemoteFee}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalCoupon" Height="30" Grid.Row="7" |
|
|
|
Visibility="{Binding Coupon.TotalCoupon,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计优惠券" Style="{StaticResource middleTextBlock}" Grid.Row="7" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalCoupon}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalCoupon}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="7" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalCoupon}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="7" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalCoupon}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalJingDou" Height="30" Grid.Row="8" |
|
|
|
Visibility="{Binding Coupon.TotalJingDou,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计京豆" Style="{StaticResource middleTextBlock}" Grid.Row="8" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalJingDou}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalJingDou}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="8" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalJingDou}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="8" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalJingDou}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalBalance" Height="30" Grid.Row="9" |
|
|
|
Visibility="{Binding Coupon.TotalBalance,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计余额" Style="{StaticResource middleTextBlock}" Grid.Row="9" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalBalance}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalBalance}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="9" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalBalance}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="9" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalBalance}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalSuperRedEnvelope" Height="30" Grid.Row="10" |
|
|
|
Visibility="{Binding Coupon.TotalSuperRedEnvelope,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计超级红包" Style="{StaticResource middleTextBlock}" Grid.Row="10" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalSuperRedEnvelope}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalSuperRedEnvelope}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="10" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalSuperRedEnvelope}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="10" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalSuperRedEnvelope}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalPlus95" Height="30" Grid.Row="11" |
|
|
|
Visibility="{Binding Coupon.TotalPlus95,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计plus会员95折优惠" Style="{StaticResource middleTextBlock}" Grid.Row="11" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalPlus95}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalPlus95}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="11" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalPlus95}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="11" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalPlus95}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalTuiHuanHuoWuYou" Height="30" Grid.Row="12" |
|
|
|
Visibility="{Binding Coupon.TotalTuiHuanHuoWuYou,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计退换货无忧" Style="{StaticResource middleTextBlock}" Grid.Row="12" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalTuiHuanHuoWuYou}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalTuiHuanHuoWuYou}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="12" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalTuiHuanHuoWuYou}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="12" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalTuiHuanHuoWuYou}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalTaxFee" Height="30" Grid.Row="13" |
|
|
|
Visibility="{Binding Coupon.TotalTaxFee,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计全球购税费" Style="{StaticResource middleTextBlock}" Grid.Row="13" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalTaxFee}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalTaxFee}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="13" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalTaxFee}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="13" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalTaxFee}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalLuoDiPeiService" Height="30" Grid.Row="14" |
|
|
|
Visibility="{Binding Coupon.TotalLuoDiPeiService,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计落地配服务" Style="{StaticResource middleTextBlock}" Grid.Row="14" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalLuoDiPeiService}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalLuoDiPeiService}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="14" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalLuoDiPeiService}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="14" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalLuoDiPeiService}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalShouldPay" Height="30" Grid.Row="15" |
|
|
|
Visibility="{Binding Coupon.TotalShouldPay,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计应付金额" Style="{StaticResource middleTextBlock}" Grid.Row="15" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalShouldPay}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalShouldPay}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="15" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalShouldPay}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="15" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalShouldPay}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalJingQuan" Height="30" Grid.Row="16" |
|
|
|
Visibility="{Binding Coupon.TotalJingQuan,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计京券" Style="{StaticResource middleTextBlock}" Grid.Row="16" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalJingQuan}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalJingQuan}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="16" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalJingQuan}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="16" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalJingQuan}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalDongQuan" Height="30" Grid.Row="17" |
|
|
|
Visibility="{Binding Coupon.TotalDongQuan,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计东券" Style="{StaticResource middleTextBlock}" Grid.Row="17" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalDongQuan}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalDongQuan}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="17" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalDongQuan}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="17" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalDongQuan}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalXianPinLeiJingQuan" Height="30" Grid.Row="18" |
|
|
|
Visibility="{Binding Coupon.TotalXianPinLeiJingQuan,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计限品类京券" Style="{StaticResource middleTextBlock}" Grid.Row="18" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalXianPinLeiJingQuan}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalXianPinLeiJingQuan}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="18" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalXianPinLeiJingQuan}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="18" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalXianPinLeiJingQuan}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalXianPinLeiDongQuan" Height="30" Grid.Row="19" |
|
|
|
Visibility="{Binding Coupon.TotalXianPinLeiDongQuan,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计限品类东券" Style="{StaticResource middleTextBlock}" Grid.Row="19" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalXianPinLeiDongQuan}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalXianPinLeiDongQuan}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="19" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalXianPinLeiDongQuan}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="19" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalXianPinLeiDongQuan}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalPingTaiChengDanYouHuiQuan" Height="30" Grid.Row="20" |
|
|
|
Visibility="{Binding Coupon.TotalPingTaiChengDanYouHuiQuan,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计按比例平台承担优惠券" Style="{StaticResource middleTextBlock}" Grid.Row="20" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalPingTaiChengDanYouHuiQuan}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalPingTaiChengDanYouHuiQuan}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="20" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalPingTaiChengDanYouHuiQuan}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="20" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalPingTaiChengDanYouHuiQuan}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalLiJinYouHui" Height="30" Grid.Row="21" |
|
|
|
Visibility="{Binding Coupon.TotalLiJinYouHui,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计礼金优惠" Style="{StaticResource middleTextBlock}" Grid.Row="21" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalLiJinYouHui}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalLiJinYouHui}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="21" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalLiJinYouHui}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="21" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalLiJinYouHui}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalZhiFuYingXiaoYouHui" Height="30" Grid.Row="22" |
|
|
|
Visibility="{Binding Coupon.TotalZhiFuYingXiaoYouHui,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计支付营销优惠" Style="{StaticResource middleTextBlock}" Grid.Row="22" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalZhiFuYingXiaoYouHui}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalZhiFuYingXiaoYouHui}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="22" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalZhiFuYingXiaoYouHui}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="22" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalZhiFuYingXiaoYouHui}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalJdZhiFuYouHui" Height="30" Grid.Row="23" |
|
|
|
Visibility="{Binding Coupon.TotalJdZhiFuYouHui,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计京东支付优惠" Style="{StaticResource middleTextBlock}" Grid.Row="23" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalJdZhiFuYouHui}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalJdZhiFuYouHui}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="23" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalJdZhiFuYouHui}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="23" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalJdZhiFuYouHui}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalGlobalGeneralTax" Height="30" Grid.Row="24" |
|
|
|
Visibility="{Binding Coupon.TotalGlobalGeneralTax,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计全球购一般税" Style="{StaticResource middleTextBlock}" Grid.Row="24" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalGlobalGeneralTax}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalGlobalGeneralTax}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="24" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalGlobalGeneralTax}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="24" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalGlobalGeneralTax}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalGlobalGeneralIncludeTax" Height="30" Grid.Row="25" |
|
|
|
Visibility="{Binding Coupon.TotalGlobalGeneralIncludeTax,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计全球购一般包税" Style="{StaticResource middleTextBlock}" Grid.Row="25" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalGlobalGeneralIncludeTax}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalGlobalGeneralIncludeTax}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="25" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalGlobalGeneralIncludeTax}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="25" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalGlobalGeneralIncludeTax}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalJingXiangLiJin" Height="30" Grid.Row="26" |
|
|
|
Visibility="{Binding Coupon.TotalJingXiangLiJin,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计京享礼金" Style="{StaticResource middleTextBlock}" Grid.Row="26" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalJingXiangLiJin}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalJingXiangLiJin}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="26" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalJingXiangLiJin}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="26" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalJingXiangLiJin}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalPromotionDiscount" Height="30" Grid.Row="27" |
|
|
|
Visibility="{Binding Coupon.TotalPromotionDiscount,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计跨店满减促销" Style="{StaticResource middleTextBlock}" Grid.Row="27" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalPromotionDiscount}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalPromotionDiscount}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="27" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalPromotionDiscount}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="27" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalPromotionDiscount}"/> |
|
|
|
|
|
|
|
<Grid x:Name="grid_TotalExpiryGiftDiscount" Height="30" Grid.Row="28" |
|
|
|
Visibility="{Binding Coupon.TotalExpiryGiftDiscount,Converter={StaticResource objConverter},ConverterParameter=0|0.0:Collapsed:Visible}"></Grid> |
|
|
|
<TextBlock Text="合计满期赠促销" Style="{StaticResource middleTextBlock}" Grid.Row="28" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalExpiryGiftDiscount}"/> |
|
|
|
<TextBlock Text="{Binding Coupon.TotalExpiryGiftDiscount}" Style="{StaticResource middleTextBlock}" Grid.Column="1" Grid.Row="28" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalExpiryGiftDiscount}"/> |
|
|
|
<Border Height="1" Background="{StaticResource Border.Brush}" VerticalAlignment="Bottom" Grid.ColumnSpan="2" Grid.Row="28" |
|
|
|
Visibility="{Binding Visibility,ElementName=grid_TotalExpiryGiftDiscount}"/> |
|
|
|
|
|
|
|
</Grid> |
|
|
|
</Border> |
|
|
|