|
@ -421,7 +421,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="1" Grid.Column="1" Visibility="Hidden"> |
|
|
<Grid Grid.Row="1" Grid.Column="1" Visibility="Visible"> |
|
|
<StackPanel Orientation="Vertical" Name="printArea" Width="1065" Height="800"> |
|
|
<StackPanel Orientation="Vertical" Name="printArea" Width="1065" Height="800"> |
|
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
<StackPanel Orientation="Horizontal"> |
|
@ -520,12 +520,7 @@ |
|
|
<ColumnDefinition Width="60"/> |
|
|
<ColumnDefinition Width="60"/> |
|
|
<ColumnDefinition MinWidth="100"/> |
|
|
<ColumnDefinition MinWidth="100"/> |
|
|
</Grid.ColumnDefinitions> |
|
|
</Grid.ColumnDefinitions> |
|
|
<ListBox x:Name="listbox_orerSku" ItemsSource="{Binding ItemList}" |
|
|
<Grid > |
|
|
Style="{StaticResource NoScrollViewListBoxStyle}" |
|
|
|
|
|
ItemContainerStyle="{StaticResource NoBgListBoxItemStyle}" > |
|
|
|
|
|
<ListBox.ItemTemplate> |
|
|
|
|
|
<DataTemplate> |
|
|
|
|
|
<Grid Width="{Binding ActualWidth,ElementName=listbox_orerSku}"> |
|
|
|
|
|
<Grid.ColumnDefinitions> |
|
|
<Grid.ColumnDefinitions> |
|
|
<ColumnDefinition Width="90"/> |
|
|
<ColumnDefinition Width="90"/> |
|
|
<ColumnDefinition/> |
|
|
<ColumnDefinition/> |
|
@ -533,7 +528,7 @@ |
|
|
</Grid.ColumnDefinitions> |
|
|
</Grid.ColumnDefinitions> |
|
|
|
|
|
|
|
|
<!--{Binding Logo}--> |
|
|
<!--{Binding Logo}--> |
|
|
<c:BAsyncImage UrlSource="{Binding Logo}" |
|
|
<c:BAsyncImage UrlSource="{Binding ItemList[0].Logo}" |
|
|
Width="80" DecodePixelWidth="80" |
|
|
Width="80" DecodePixelWidth="80" |
|
|
VerticalAlignment="Top" Margin="11,9,0,10" |
|
|
VerticalAlignment="Top" Margin="11,9,0,10" |
|
|
Cursor="Hand"> |
|
|
Cursor="Hand"> |
|
@ -551,19 +546,19 @@ |
|
|
</b:Interaction.Triggers> |
|
|
</b:Interaction.Triggers> |
|
|
</c:BAsyncImage> |
|
|
</c:BAsyncImage> |
|
|
|
|
|
|
|
|
<StackPanel Grid.Column="1" Orientation="Vertical" Margin="8,12,0,10"> |
|
|
<StackPanel Grid.Column="1" Orientation="Vertical" Margin="8,10,0,10"> |
|
|
<TextBlock Foreground="{StaticResource Text.Gray}" TextWrapping="Wrap"> |
|
|
<TextBlock Foreground="{StaticResource Text.Gray}" TextWrapping="Wrap"> |
|
|
<TextBlock.ToolTip> |
|
|
<TextBlock.ToolTip> |
|
|
<ToolTip Style="{StaticResource OrderCouponToolipStyle}"> |
|
|
<ToolTip Style="{StaticResource OrderCouponToolipStyle}"> |
|
|
<TextBlock Text="{Binding SkuName}"/> |
|
|
<TextBlock Text="{Binding ItemList[0].SkuName}"/> |
|
|
</ToolTip> |
|
|
</ToolTip> |
|
|
</TextBlock.ToolTip> |
|
|
</TextBlock.ToolTip> |
|
|
<Run Text="SKU名称:"/> |
|
|
<Run Text="SKU名称:"/> |
|
|
<Run Text="{Binding SkuName}"/> |
|
|
<Run Text="{Binding ItemList[0].SkuName}"/> |
|
|
</TextBlock> |
|
|
</TextBlock> |
|
|
<TextBlock Foreground="{StaticResource Text.Gray}" TextWrapping="Wrap" Margin="0,11"> |
|
|
<TextBlock Foreground="{StaticResource Text.Gray}" TextWrapping="Wrap" Margin="0,11"> |
|
|
<Run Text="品名:"/> |
|
|
<Run Text="品名:"/> |
|
|
<Run Text="{Binding BrandName}"/> |
|
|
<Run Text="{Binding ItemList[0].BrandName}"/> |
|
|
</TextBlock> |
|
|
</TextBlock> |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -579,9 +574,6 @@ |
|
|
</StackPanel> |
|
|
</StackPanel> |
|
|
|
|
|
|
|
|
</Grid> |
|
|
</Grid> |
|
|
</DataTemplate> |
|
|
|
|
|
</ListBox.ItemTemplate> |
|
|
|
|
|
</ListBox> |
|
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Column="1" > |
|
|
<Grid Grid.Column="1" > |
|
|
<StackPanel VerticalAlignment="Center" HorizontalAlignment="Center"> |
|
|
<StackPanel VerticalAlignment="Center" HorizontalAlignment="Center"> |
|
|