|
@ -251,7 +251,7 @@ |
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Margin="0,0,2,0" Grid.Column="4"/> |
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Margin="0,0,2,0" Grid.Column="4"/> |
|
|
<TextBlock Grid.Column="4" Text="{Binding SkuAmount}" Style="{StaticResource middleTextBlock}"/> |
|
|
<TextBlock Grid.Column="4" Text="{Binding SkuAmount}" Style="{StaticResource middleTextBlock}"/> |
|
|
|
|
|
|
|
|
<Border Height="1" VerticalAlignment="Bottom" Background="{StaticResource Border.Brush}" Grid.ColumnSpan="5" Margin="0,0,2,0"/> |
|
|
<Border Height="1" VerticalAlignment="Bottom" Background="{StaticResource Border.Brush}" Grid.ColumnSpan="5" Margin="0,0,2,0"/> |
|
|
</Grid> |
|
|
</Grid> |
|
|
</DataTemplate> |
|
|
</DataTemplate> |
|
|
</ListBox.ItemTemplate> |
|
|
</ListBox.ItemTemplate> |
|
@ -262,6 +262,7 @@ |
|
|
<c:BButton Content="删除" Style="{StaticResource LinkButton}" Grid.Column="2" VerticalAlignment="Top" Margin="0,30,0,0" |
|
|
<c:BButton Content="删除" Style="{StaticResource LinkButton}" Grid.Column="2" VerticalAlignment="Top" Margin="0,30,0,0" |
|
|
Command="{Binding DataContext.DeleteProductSkuWithSchemeCommand,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type Window}}}" |
|
|
Command="{Binding DataContext.DeleteProductSkuWithSchemeCommand,RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type Window}}}" |
|
|
CommandParameter="{Binding }"/> |
|
|
CommandParameter="{Binding }"/> |
|
|
|
|
|
<Border Height="1" VerticalAlignment="Bottom" Background="{StaticResource Border.Brush}" Grid.Column="2" Margin="-2,0,2,0"/> |
|
|
</Grid> |
|
|
</Grid> |
|
|
</DataTemplate> |
|
|
</DataTemplate> |
|
|
</ListBox.ItemTemplate> |
|
|
</ListBox.ItemTemplate> |
|
|