|
@ -212,7 +212,7 @@ |
|
|
ItemContainerStyle="{StaticResource NoBgListBoxItemStyle}" |
|
|
ItemContainerStyle="{StaticResource NoBgListBoxItemStyle}" |
|
|
ItemsSource="{Binding PurchaseSkuList,Mode=TwoWay}" |
|
|
ItemsSource="{Binding PurchaseSkuList,Mode=TwoWay}" |
|
|
BorderBrush="{StaticResource Border.Brush}" |
|
|
BorderBrush="{StaticResource Border.Brush}" |
|
|
BorderThickness="0" Visibility="{Binding OrderId,Mode=TwoWay,Converter={StaticResource objConverter},ConverterParameter=#null:Collapsed:Visible}" |
|
|
BorderThickness="0" Visibility="{Binding SkuPurchaseSchemeId,Mode=TwoWay,Converter={StaticResource objConverter},ConverterParameter=#null:Collapsed:Visible}" |
|
|
Foreground="{StaticResource Text.Color}"> |
|
|
Foreground="{StaticResource Text.Color}"> |
|
|
<ListBox.ItemsPanel> |
|
|
<ListBox.ItemsPanel> |
|
|
<ItemsPanelTemplate> |
|
|
<ItemsPanelTemplate> |
|
@ -316,7 +316,7 @@ |
|
|
ItemContainerStyle="{StaticResource NoBgListBoxItemStyle}" |
|
|
ItemContainerStyle="{StaticResource NoBgListBoxItemStyle}" |
|
|
ItemsSource="{Binding PurchaseSkuList,Mode=TwoWay}" |
|
|
ItemsSource="{Binding PurchaseSkuList,Mode=TwoWay}" |
|
|
BorderBrush="{StaticResource Border.Brush}" |
|
|
BorderBrush="{StaticResource Border.Brush}" |
|
|
BorderThickness="0" Visibility="{Binding OrderId,Mode=TwoWay,Converter={StaticResource objConverter},ConverterParameter=#null:Visible:Collapsed}" |
|
|
BorderThickness="0" Visibility="{Binding SkuPurchaseSchemeId,Mode=TwoWay,Converter={StaticResource objConverter},ConverterParameter=#null:Visible:Collapsed}" |
|
|
Foreground="{StaticResource Text.Color}"> |
|
|
Foreground="{StaticResource Text.Color}"> |
|
|
<ListBox.ItemsPanel> |
|
|
<ListBox.ItemsPanel> |
|
|
<ItemsPanelTemplate> |
|
|
<ItemsPanelTemplate> |
|
@ -331,7 +331,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="10 50 10 30"> |
|
|
<Border BorderBrush="{StaticResource Border.Brush}" BorderThickness="1" Height="30 " Margin="10 50 10 30"> |
|
|
<TextBlock Text="{Binding CerDTO.GoodsNumber,StringFormat=配件{0}}" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
|
|
<TextBlock Text="{Binding CerDTO.GoodsNumberIndex,StringFormat=配件{0}}" HorizontalAlignment="Center" VerticalAlignment="Center"/> |
|
|
|
|
|
|
|
|
</Border> |
|
|
</Border> |
|
|
|
|
|
|
|
|