|
@ -345,7 +345,7 @@ |
|
|
<Border Margin="20 0 0 0" BorderBrush="{StaticResource Border.Brush}" BorderThickness="1" Height="150" Width="150"> |
|
|
<Border Margin="20 0 0 0" BorderBrush="{StaticResource Border.Brush}" BorderThickness="1" Height="150" Width="150"> |
|
|
<StackPanel Orientation="Vertical"> |
|
|
<StackPanel Orientation="Vertical"> |
|
|
<Border BorderBrush="{StaticResource Border.Brush}" BorderThickness="1" Height="30 " Margin="20 50 20 30"> |
|
|
<Border BorderBrush="{StaticResource Border.Brush}" BorderThickness="1" Height="30 " Margin="20 50 20 30"> |
|
|
<TextBlock Text="配件1" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
|
|
<TextBlock Text="{Binding CerDTO.GoodsNumber,StringFormat=配件{0}}" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
|
|
|
|
|
|
|
|
</Border> |
|
|
</Border> |
|
|
|
|
|
|
|
@ -353,7 +353,7 @@ |
|
|
<TextBlock Text="合格证: " VerticalAlignment="Center"/> |
|
|
<TextBlock Text="合格证: " VerticalAlignment="Center"/> |
|
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" |
|
|
<StackPanel Orientation="Horizontal" |
|
|
Visibility="{Binding IsNeedCer, Converter={StaticResource objConverter}, ConverterParameter=true:Visible:Collapsed }"> |
|
|
Visibility="{Binding IsNeedCer, Converter={StaticResource objConverter}, ConverterParameter=true:Visible:Collapsed }"> |
|
|
|
|
|
|
|
|
<c:BButton Content="待确认" Style="{StaticResource LinkButton}" Width="35" Height="15" |
|
|
<c:BButton Content="待确认" Style="{StaticResource LinkButton}" Width="35" Height="15" |
|
|
Command="{Binding DataContext. SetCertificateCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type Window}}}" |
|
|
Command="{Binding DataContext. SetCertificateCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type Window}}}" |
|
@ -362,7 +362,7 @@ |
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" |
|
|
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" |
|
|
Visibility="{Binding IsSetCertificate, Converter={StaticResource objConverter}, ConverterParameter=false:Visible:Collapsed }"> |
|
|
Visibility="{Binding IsSetCertificate, Converter={StaticResource objConverter}, ConverterParameter=false:Visible:Collapsed }"> |
|
|
<c:BButton Content="查看" Style="{StaticResource LinkButton}" Width="35" Height="15" |
|
|
<c:BButton Content="查看" Style="{StaticResource LinkButton}" Width="35" Height="15" |
|
|
CommandParameter="{Binding PurchaseSkuId}" |
|
|
CommandParameter="{Binding CerDTO}" |
|
|
Command="{Binding DataContext. LookCerCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type Window}}}"/> |
|
|
Command="{Binding DataContext. LookCerCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type Window}}}"/> |
|
|
<c:BButton Content="修改" Style="{StaticResource LinkButton}" Width="35" Height="15" CommandParameter="{Binding }" |
|
|
<c:BButton Content="修改" Style="{StaticResource LinkButton}" Width="35" Height="15" CommandParameter="{Binding }" |
|
|
Command="{Binding DataContext.SetCertificateCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type Window}}}" |
|
|
Command="{Binding DataContext.SetCertificateCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type Window}}}" |
|
|