|
|
@ -38,7 +38,7 @@ |
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition/> |
|
|
|
<!--<ColumnDefinition/>--> |
|
|
|
<ColumnDefinition/> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
<TextBlock Text="商品信息" Style="{StaticResource middleTextBlock}"/> |
|
|
@ -47,8 +47,8 @@ |
|
|
|
<TextBlock Text="成本信息" Grid.Column="3" Style="{StaticResource middleTextBlock}"/> |
|
|
|
<TextBlock Text="利润信息" Grid.Column="4" Style="{StaticResource middleTextBlock}"/> |
|
|
|
<TextBlock Text="物流信息" Grid.Column="5" Style="{StaticResource middleTextBlock}"/> |
|
|
|
<TextBlock Text="订单状态" Grid.Column="6" Style="{StaticResource middleTextBlock}"/> |
|
|
|
<TextBlock Text="备注信息" Grid.Column="7" Style="{StaticResource middleTextBlock}"/> |
|
|
|
<!--<TextBlock Text="订单状态" Grid.Column="6" Style="{StaticResource middleTextBlock}"/>--> |
|
|
|
<TextBlock Text="备注信息" Grid.Column="6" Style="{StaticResource middleTextBlock}"/> |
|
|
|
|
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}"/> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="1"/> |
|
|
@ -56,7 +56,7 @@ |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="3"/> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="4"/> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="5"/> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="6"/> |
|
|
|
<!--<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="6"/>--> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="7"/> |
|
|
|
</Grid> |
|
|
|
</Border> |
|
|
@ -83,6 +83,7 @@ |
|
|
|
<c:BButton Content="{Binding Id}" Style="{StaticResource LinkButton}" |
|
|
|
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type ListBox}}}" |
|
|
|
CommandParameter="{Binding Id}" Margin="5,0,0,0"/> |
|
|
|
<c:BButton Content="{Binding OrderState}" Margin="5,0,0,0" Height="25" Padding="5,0" Background="{StaticResource Text.Link.Color}"/> |
|
|
|
<Border Width="1" Margin="5,5,0,5" Background="{StaticResource Border.Brush}"/> |
|
|
|
<c:BButton x:Name="btn_decodeCommand" Content="解密收货信息" Style="{StaticResource LinkButton}" Margin="5,0,0,0" |
|
|
|
Command="{Binding DataContext.DecodeConsigneeCommand,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type ListBox}}}" |
|
|
@ -106,7 +107,7 @@ |
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition/> |
|
|
|
<!--<ColumnDefinition/>--> |
|
|
|
<ColumnDefinition/> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
|
|
|
@ -289,6 +290,9 @@ |
|
|
|
</DataTemplate> |
|
|
|
</ListBox.ItemTemplate> |
|
|
|
</ListBox> |
|
|
|
<Border Background="{StaticResource Border.Background}" |
|
|
|
Grid.Column="2" |
|
|
|
Visibility="{Binding DataContext.IsSDGroup,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type UserControl}},ConverterParameter=true:Visible:Collapsed}"/> |
|
|
|
|
|
|
|
<Border Width="1" Background="{StaticResource Border.Brush}" Grid.Column="2" HorizontalAlignment="Right"/> |
|
|
|
<Border Width="1" Background="{StaticResource Border.Brush}" Grid.Column="3" HorizontalAlignment="Right"/> |
|
|
@ -800,7 +804,10 @@ |
|
|
|
<Run Text="{Binding OrderCost.ProfitRatio,StringFormat=\{0\}%}"/> |
|
|
|
</TextBlock> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
|
|
|
|
<Border Background="{StaticResource Border.Background}" Margin="0,0,1,0" |
|
|
|
Grid.Column="4" |
|
|
|
Visibility="{Binding DataContext.IsSDGroup,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type UserControl}},ConverterParameter=true:Visible:Collapsed}"/> |
|
|
|
|
|
|
|
<Grid x:Name="sp_store" Grid.Column="5"> |
|
|
|
<StackPanel VerticalAlignment="Center" HorizontalAlignment="Center"> |
|
|
@ -832,11 +839,11 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextBlock Text="{Binding OrderState}" Grid.Column="6" |
|
|
|
<!--<TextBlock Text="{Binding OrderState}" Grid.Column="6" |
|
|
|
HorizontalAlignment="Center" |
|
|
|
VerticalAlignment="Center"/> |
|
|
|
VerticalAlignment="Center"/>--> |
|
|
|
|
|
|
|
<StackPanel Orientation="Vertical" Grid.Column="7" Margin="5,5,5,0"> |
|
|
|
<StackPanel Orientation="Vertical" Grid.Column="6" Margin="5,5,5,0"> |
|
|
|
<StackPanel x:Name="sp_buyerRemark"> |
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
<TextBlock Text="买家备注"/> |
|
|
|