|
@ -203,12 +203,14 @@ |
|
|
<StackPanel Orientation="Vertical" Grid.Column="2" Margin="20,15,0,10"> |
|
|
<StackPanel Orientation="Vertical" Grid.Column="2" Margin="20,15,0,10"> |
|
|
<StackPanel Orientation="Horizontal" > |
|
|
<StackPanel Orientation="Horizontal" > |
|
|
<TextBlock Foreground="{StaticResource Text.Gray}"> |
|
|
<TextBlock Foreground="{StaticResource Text.Gray}"> |
|
|
<Run Text="货号:" /> |
|
|
<Run Text="发布日期:" /> |
|
|
|
|
|
|
|
|
</TextBlock> |
|
|
</TextBlock> |
|
|
<c:BButton Content="{Binding ProductNo}" Style="{StaticResource LinkButton}" HorizontalAlignment="Left" VerticalAlignment="Top" |
|
|
<TextBlock Text="{Binding CreateTime,StringFormat=yyyy-MM-dd }" VerticalAlignment="Center" Margin="5,0,0,0"/> |
|
|
|
|
|
<!--<c:BButton Content="{Binding ProductNo}" Style="{StaticResource LinkButton}" HorizontalAlignment="Left" VerticalAlignment="Top" |
|
|
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type UserControl}}}" |
|
|
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type UserControl}}}" |
|
|
CommandParameter="{Binding ProductNo}" |
|
|
CommandParameter="{Binding ProductNo}" |
|
|
Margin=" 5,0,0,0"/> |
|
|
Margin=" 5,0,0,0"/>--> |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
<StackPanel Grid.Column="2" Orientation="Horizontal" Margin="0,13,0,5"> |
|
|
<StackPanel Grid.Column="2" Orientation="Horizontal" Margin="0,13,0,5"> |
|
|
<TextBlock Foreground="{StaticResource Text.Gray}"> |
|
|
<TextBlock Foreground="{StaticResource Text.Gray}"> |
|
|