|
|
@ -362,7 +362,12 @@ |
|
|
|
VerticalAlignment="Top" Margin="0,5,0,0"/> |
|
|
|
|
|
|
|
<StackPanel Grid.Column="1" Orientation="Vertical" Margin="0,5,0,5"> |
|
|
|
<TextBlock TextWrapping="Wrap"> |
|
|
|
<TextBlock TextTrimming="CharacterEllipsis"> |
|
|
|
<TextBlock.ToolTip> |
|
|
|
<ToolTip Style="{StaticResource OrderCouponToolipStyle}"> |
|
|
|
<TextBlock Text="{Binding Title}"/> |
|
|
|
</ToolTip> |
|
|
|
</TextBlock.ToolTip> |
|
|
|
<Run Text="SKU名称:"/> |
|
|
|
<Run Text="{Binding Title}"/> |
|
|
|
</TextBlock> |
|
|
@ -407,7 +412,12 @@ |
|
|
|
<Run Text="{Binding ProductItemNum}"/> |
|
|
|
</TextBlock> |
|
|
|
<TextBlock DataContext="{Binding DataContext,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType=ListBox}}" |
|
|
|
TextWrapping="Wrap"> |
|
|
|
TextTrimming="CharacterEllipsis"> |
|
|
|
<TextBlock.ToolTip> |
|
|
|
<ToolTip Style="{StaticResource OrderCouponToolipStyle}"> |
|
|
|
<TextBlock Text="{Binding BuyerRemark}"/> |
|
|
|
</ToolTip> |
|
|
|
</TextBlock.ToolTip> |
|
|
|
<Run Text="买家备注:" /> |
|
|
|
<Run Text="{Binding BuyerRemark}"/> |
|
|
|
</TextBlock> |
|
|
@ -809,18 +819,22 @@ |
|
|
|
Foreground="{StaticResource Text.Color}"> |
|
|
|
<ListBox.ItemTemplate> |
|
|
|
<DataTemplate> |
|
|
|
<StackPanel Grid.Column="2" VerticalAlignment="Center" |
|
|
|
HorizontalAlignment="Center" Margin="10,0,0,10"> |
|
|
|
<TextBlock> |
|
|
|
<Grid Grid.Column="2" |
|
|
|
Width="{Binding ActualWidth,ElementName=listbox_afterSaleOrder}" |
|
|
|
Height="{Binding RefundAmount,Converter={StaticResource objConverter},ConverterParameter=0|0.0|0.00:115:136}"> |
|
|
|
<StackPanel VerticalAlignment="Center" |
|
|
|
HorizontalAlignment="Center" |
|
|
|
Visibility="{Binding IsPlaceholder,ConverterParameter=true:Collapsed:Visible,Converter={StaticResource objConverter}}"> |
|
|
|
<!--<TextBlock> |
|
|
|
<Run Text="SKU"/> |
|
|
|
<Run Text="{Binding SkuId}"/> |
|
|
|
</TextBlock> |
|
|
|
</TextBlock>--> |
|
|
|
<TextBlock> |
|
|
|
<Run Text="服务单处理结果"/> |
|
|
|
<Run Text="服务单结果"/> |
|
|
|
<Run Text="{Binding ServiceResult,ConverterParameter=#null:未处理:#source,Converter={StaticResource objConverter}}"/> |
|
|
|
</TextBlock> |
|
|
|
<TextBlock> |
|
|
|
<Run Text="商品处理结果"/> |
|
|
|
<Run Text="商品结果"/> |
|
|
|
<Run Text="{Binding ProductResult,ConverterParameter=#null:未处理:#source,Converter={StaticResource objConverter}}"/> |
|
|
|
</TextBlock> |
|
|
|
<TextBlock Visibility="{Binding RefundAmount,ConverterParameter=0|0.00:Collapsed:Visible,Converter={StaticResource objConverter}}"> |
|
|
@ -828,8 +842,8 @@ |
|
|
|
<Run Text="{Binding RefundAmount}"/> |
|
|
|
</TextBlock> |
|
|
|
<TextBlock Visibility="{Binding RefundAmount,ConverterParameter=0|0.00:Collapsed:Visible,Converter={StaticResource objConverter}}"> |
|
|
|
<Run Text="退款时间"/> |
|
|
|
<Run Text="{Binding RefundTime,StringFormat=yyyy-MM-dd HH:mm:ss}"/> |
|
|
|
<Run Text="退款日期"/> |
|
|
|
<Run Text="{Binding RefundTime,StringFormat=yyyy-MM-dd}"/> |
|
|
|
</TextBlock> |
|
|
|
<TextBlock Visibility="{Binding ReissueFreight,ConverterParameter=0|0.00:Collapsed:Visible,Converter={StaticResource objConverter}}"> |
|
|
|
<Run Text="补发快递成本"/> |
|
|
@ -844,6 +858,10 @@ |
|
|
|
<Run Text="{Binding ReissueAfterSaleAmount}"/> |
|
|
|
</TextBlock> |
|
|
|
</StackPanel> |
|
|
|
<Border VerticalAlignment="Bottom" Height="1" Background="{StaticResource Border.Brush}" |
|
|
|
DataContext="{Binding DataContext,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type ListBox}}}" |
|
|
|
Visibility="{Binding ItemList.Count,Converter={StaticResource objConverter},ConverterParameter=1:Collapsed:Visible}"/> |
|
|
|
</Grid> |
|
|
|
</DataTemplate> |
|
|
|
</ListBox.ItemTemplate> |
|
|
|
</ListBox> |
|
|
@ -860,7 +878,44 @@ |
|
|
|
</TextBlock.Visibility> |
|
|
|
</TextBlock> |
|
|
|
|
|
|
|
|
|
|
|
<ListBox x:Name="listbox_afterSaleOrder1" |
|
|
|
Grid.Column="6" |
|
|
|
ItemsSource="{Binding AfterSaleOrderList}" |
|
|
|
Style="{StaticResource NoScrollViewListBoxStyle}" |
|
|
|
ItemContainerStyle="{StaticResource NoBgListBoxItemStyle}" |
|
|
|
VerticalAlignment="Center" |
|
|
|
Foreground="{StaticResource Text.Color}"> |
|
|
|
<ListBox.Visibility> |
|
|
|
<MultiBinding Converter="{StaticResource mobjConverter}" |
|
|
|
ConverterParameter=";true:&:Visible:Collapsed:1"> |
|
|
|
<Binding Path="DataContext.IncludeAfterOrder" RelativeSource="{RelativeSource Mode=FindAncestor,AncestorType={x:Type Page}}"/> |
|
|
|
<Binding Path="IsAfterSaleOrder"/> |
|
|
|
</MultiBinding> |
|
|
|
</ListBox.Visibility> |
|
|
|
<ListBox.ItemTemplate> |
|
|
|
<DataTemplate> |
|
|
|
<Grid Grid.Column="2" |
|
|
|
Width="{Binding ActualWidth,ElementName=listbox_afterSaleOrder1}" |
|
|
|
Height="{Binding RefundAmount,Converter={StaticResource objConverter},ConverterParameter=0|0.0|0.00:115:136}"> |
|
|
|
<StackPanel VerticalAlignment="Center" |
|
|
|
HorizontalAlignment="Center" |
|
|
|
Visibility="{Binding IsPlaceholder,ConverterParameter=true:Collapsed:Visible,Converter={StaticResource objConverter}}"> |
|
|
|
<TextBlock> |
|
|
|
<Run Text="订单状态"/> |
|
|
|
<Run Text="{Binding DataContext.OrderState,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type ListBox},AncestorLevel=1}}"/> |
|
|
|
</TextBlock> |
|
|
|
<TextBlock> |
|
|
|
<Run Text="售后信息"/> |
|
|
|
<Run Text="{Binding ServiceResult,ConverterParameter=#null:未处理:#source,Converter={StaticResource objConverter}}"/> |
|
|
|
</TextBlock> |
|
|
|
</StackPanel> |
|
|
|
<Border VerticalAlignment="Bottom" Height="1" Background="{StaticResource Border.Brush}" |
|
|
|
DataContext="{Binding DataContext,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type ListBox}}}" |
|
|
|
Visibility="{Binding ItemList.Count,Converter={StaticResource objConverter},ConverterParameter=1:Collapsed:Visible}"/> |
|
|
|
</Grid> |
|
|
|
</DataTemplate> |
|
|
|
</ListBox.ItemTemplate> |
|
|
|
</ListBox> |
|
|
|
|
|
|
|
<StackPanel Orientation="Vertical" Grid.Column="7" Margin="5,5,5,0"> |
|
|
|
<StackPanel x:Name="sp_buyerRemark"> |
|
|
|