|
|
@ -539,295 +539,120 @@ |
|
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="1" Grid.Column="1" Visibility="Hidden"> |
|
|
|
<StackPanel Orientation="Vertical" Name="printArea" Width="1065" Height="800"> |
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
<Grid Margin="20 5 0 0" HorizontalAlignment="Left" VerticalAlignment="Top" Width="200"> |
|
|
|
<Grid.RowDefinitions> |
|
|
|
<RowDefinition/> |
|
|
|
<RowDefinition/> |
|
|
|
</Grid.RowDefinitions> |
|
|
|
<Image Height="60" Width="200" Source="{Binding TaskImage}"/> |
|
|
|
<TextBlock Grid.Row="1" FontSize="18" Style="{StaticResource middleTextBlock}" Text="{Binding TaskId}"/> |
|
|
|
</Grid> |
|
|
|
<TextBlock Text="摆放地托编号:" FontSize="24" FontWeight="Bold" Style="{StaticResource middleTextBlock}" Margin="20 0 0 0"/> |
|
|
|
<TextBlock Text="{Binding FloorDragNumber}" FontSize="24" FontWeight="Bold" Style="{StaticResource middleTextBlock}" Margin="20 0 0 0"/> |
|
|
|
<TextBlock Text="包装员:" FontSize="24" FontWeight="Bold" Style="{StaticResource middleTextBlock}" Margin="20 0 0 0"/> |
|
|
|
<TextBlock Text="{Binding PackUserName}" FontSize="24" FontWeight="Bold" Style="{StaticResource middleTextBlock}" Margin="20 0 0 0"/> |
|
|
|
|
|
|
|
<TextBlock Text="截止时间:" FontSize="24" FontWeight="Bold" Style="{StaticResource middleTextBlock}" Margin="20 0 0 0"/> |
|
|
|
<TextBlock Text="{Binding PackTaskModel.PackCompletionOverTime,StringFormat=yyyy-MM-dd HH:mm}" FontSize="24" FontWeight="Bold" Style="{StaticResource middleTextBlock}" Margin="20 0 0 0"/> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
<Grid Margin="20 5 20 5"> |
|
|
|
<Grid x:Name="print_box" Height="492" Width="272"> |
|
|
|
<Grid Margin="0 10 0 10" Width="272"> |
|
|
|
<Grid.RowDefinitions> |
|
|
|
<RowDefinition Height="35"/> |
|
|
|
<RowDefinition /> |
|
|
|
<RowDefinition Height="120"/> |
|
|
|
<RowDefinition/> |
|
|
|
</Grid.RowDefinitions> |
|
|
|
<Grid> |
|
|
|
<Grid.ColumnDefinitions> |
|
|
|
<ColumnDefinition Width="280"/> |
|
|
|
<ColumnDefinition Width="50"/> |
|
|
|
<ColumnDefinition Width="90"/> |
|
|
|
<ColumnDefinition Width="100"/> |
|
|
|
<ColumnDefinition Width="100"/> |
|
|
|
<ColumnDefinition Width="80"/> |
|
|
|
<ColumnDefinition Width="60"/> |
|
|
|
<ColumnDefinition MinWidth="100"/> |
|
|
|
|
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition/> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
<TextBlock Text="商品信息" Style="{StaticResource middleTextBlock}"/> |
|
|
|
<TextBlock Text="数量" Grid.Column="1" Style="{StaticResource middleTextBlock}"/> |
|
|
|
<TextBlock Text="组合类型" Grid.Column="2" Style="{StaticResource middleTextBlock}"/> |
|
|
|
<TextBlock Text="SKU配件商品" Grid.Column="3" Style="{StaticResource middleTextBlock}"/> |
|
|
|
<TextBlock Text="打包需求" Grid.Column="4" Style="{StaticResource middleTextBlock}"/> |
|
|
|
<TextBlock Text="落仓" Grid.Column="5" Style="{StaticResource middleTextBlock}"/> |
|
|
|
<TextBlock Text="合格证位置" Grid.Column="6" Style="{StaticResource middleTextBlock}"/> |
|
|
|
<TextBlock Text="注意事项/对接备注" Grid.Column="7" Style="{StaticResource middleTextBlock}"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Border Width="1" HorizontalAlignment="Left" Background="{StaticResource Border.Brush}" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="1" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="2" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="3" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="4" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="5" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="6" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="7" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="8" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="9" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="10"/> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="11" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="12"/> |
|
|
|
|
|
|
|
<Border Height="1" VerticalAlignment="Top " Background="{StaticResource Border.Brush}" Grid.ColumnSpan="9"/> |
|
|
|
<Image Name="img_logo" Width="120"/> |
|
|
|
<StackPanel VerticalAlignment="Top" Grid.Column="1" Margin="5"> |
|
|
|
<TextBlock Style="{StaticResource middleTextBlock}" Margin="0 10 0 0" FontSize="15" FontWeight="Bold"> |
|
|
|
<Run Text="任务ID:" /> |
|
|
|
<Run Text="{Binding PackTaskModel.TaskId}"/> |
|
|
|
</TextBlock> |
|
|
|
<TextBlock Margin="0 20 0 0" Text="{Binding PackTaskModel.PositionType}" TextWrapping="Wrap" HorizontalAlignment="Center" FontWeight="Bold" FontSize="40"/> |
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
<StackPanel Orientation="Vertical" Grid.Row="1" Margin="0"> |
|
|
|
<StackPanel Orientation="Vertical" Margin="5"> |
|
|
|
<Grid Margin="0 5 0 5"> |
|
|
|
<Grid.ColumnDefinitions> |
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition/> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
<TextBlock TextWrapping="Wrap"> |
|
|
|
<Run Text="店名:"/> |
|
|
|
<Run Text="{Binding PackTaskModel.ShopName}"/> |
|
|
|
</TextBlock> |
|
|
|
<TextBlock TextWrapping="Wrap" Grid.Column="1"> |
|
|
|
<Run Text="品牌:"/> |
|
|
|
<Run Text="{Binding PackTaskModel.Brand}"/> |
|
|
|
</TextBlock> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--ItemsSource="{Binding OrderList}"--> |
|
|
|
<ListBox x:Name="listbox_order" |
|
|
|
Grid.Row="7" |
|
|
|
ItemsSource="{Binding PackTaskList}" |
|
|
|
<TextBlock TextWrapping="Wrap"> |
|
|
|
<Run Text="SKU名称:"/> |
|
|
|
<Run Text="{Binding PackTaskModel.ItemList[0].SkuName}"/> |
|
|
|
</TextBlock> |
|
|
|
<TextBlock TextWrapping="Wrap" Margin="0 5 0 0"> |
|
|
|
<Run Text="品名:"/> |
|
|
|
<Run Text="{Binding PackTaskModel.BrandName}"/> |
|
|
|
</TextBlock> |
|
|
|
<Grid Margin="0 5 0 5"> |
|
|
|
<Grid.ColumnDefinitions> |
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition/> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
<TextBlock TextWrapping="Wrap"> |
|
|
|
<Run Text="任务量:"/> |
|
|
|
|
|
|
|
<Run Text="{Binding PackTaskModel.FeesItemResponse.ProcessComboTaskCount}"/> |
|
|
|
</TextBlock> |
|
|
|
<TextBlock TextWrapping="Wrap" Grid.Column="1"> |
|
|
|
<Run Text="配件数量:"/> |
|
|
|
<Run Text="{Binding PackTaskModel.GoodsNumber}"/> |
|
|
|
</TextBlock> |
|
|
|
</Grid> |
|
|
|
<TextBlock> |
|
|
|
<Run Text="配件:"/> |
|
|
|
<Run Text="{Binding PackTaskModel.SkuTitle }"/> |
|
|
|
</TextBlock> |
|
|
|
<Image Margin="5 10 5 0" Width="230" Stretch="Fill" Height="50" Source="{Binding BarcodeImage}"/> |
|
|
|
<TextBlock Style="{StaticResource middleTextBlock}" > |
|
|
|
<Run Text="POP"/> |
|
|
|
<Run Text="{Binding PackTaskModel.ItemList[0].SkuId}"/> |
|
|
|
</TextBlock> |
|
|
|
</StackPanel> |
|
|
|
<Border Height="2" BorderThickness="1" BorderBrush="Black"/> |
|
|
|
<StackPanel Orientation="Vertical" Margin="5"> |
|
|
|
<Grid Margin="0 5 0 5"> |
|
|
|
<Grid.ColumnDefinitions> |
|
|
|
<ColumnDefinition/> |
|
|
|
<ColumnDefinition Width="100"/> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
<TextBlock Margin="0 0 0 0" FontSize="15" FontWeight="Bold"> |
|
|
|
<Run Text="包装员:"/> |
|
|
|
<Run Text="{Binding PackTaskModel.PackUser}"/> |
|
|
|
</TextBlock> |
|
|
|
<TextBlock Margin="0 0 0 0" Style="{StaticResource middleTextBlock}" Grid.Column="1" FontWeight="Bold"> |
|
|
|
<Run Text="包装费:"/> |
|
|
|
<Run Text="{Binding PackTaskModel.FeesItemResponse.PackFees,StringFormat='0.00'}"/> |
|
|
|
</TextBlock> |
|
|
|
</Grid> |
|
|
|
<TextBlock Margin="0 0 0 0" FontSize="13" FontWeight="Bold"> |
|
|
|
<Run Text="截止时间:"/> |
|
|
|
<Run Text="{Binding PackTaskModel.PackCompletionOverTime,StringFormat='d号 HH:mm'}"/> |
|
|
|
</TextBlock> |
|
|
|
<TextBlock Margin="0 5 0 5"> |
|
|
|
<Run Text="工序套餐:"/> |
|
|
|
<Run Text="{Binding PackTaskModel.FeesItemResponse.ProcessComboName}"/> |
|
|
|
</TextBlock> |
|
|
|
<ListBox |
|
|
|
ItemsSource="{Binding PackTaskModel.FeesItemResponse.ConsumableList}" |
|
|
|
ItemContainerStyle="{StaticResource NoBgListBoxItemStyle}" |
|
|
|
BorderBrush="{StaticResource Border.Brush}" |
|
|
|
BorderThickness="0,1,0,0" |
|
|
|
BorderThickness="0" |
|
|
|
Foreground="{StaticResource Text.Color}"> |
|
|
|
<ListBox.ItemTemplate> |
|
|
|
<DataTemplate> |
|
|
|
<Grid Width="{Binding ActualWidth,ElementName=listbox_order,Converter={StaticResource widthConverter},ConverterParameter=-0}" |
|
|
|
MinHeight="100"> |
|
|
|
<Grid.RowDefinitions> |
|
|
|
|
|
|
|
<RowDefinition MinHeight="90"/> |
|
|
|
</Grid.RowDefinitions> |
|
|
|
|
|
|
|
<Grid Grid.Row="0"> |
|
|
|
<Grid.ColumnDefinitions> |
|
|
|
<ColumnDefinition Width="280"/> |
|
|
|
<ColumnDefinition Width="50"/> |
|
|
|
<ColumnDefinition Width="90"/> |
|
|
|
<ColumnDefinition Width="100"/> |
|
|
|
<ColumnDefinition Width="100"/> |
|
|
|
<ColumnDefinition Width="80"/> |
|
|
|
<ColumnDefinition Width="60"/> |
|
|
|
<ColumnDefinition MinWidth="100"/> |
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
<Grid > |
|
|
|
<Grid.ColumnDefinitions> |
|
|
|
<ColumnDefinition Width="90"/> |
|
|
|
<ColumnDefinition/> |
|
|
|
|
|
|
|
</Grid.ColumnDefinitions> |
|
|
|
|
|
|
|
<!--{Binding Logo}--> |
|
|
|
<c:BAsyncImage UrlSource="{Binding ItemList[0].Logo}" |
|
|
|
Width="80" DecodePixelWidth="80" |
|
|
|
VerticalAlignment="Top" Margin="11,9,0,10" |
|
|
|
Cursor="Hand"> |
|
|
|
|
|
|
|
</c:BAsyncImage> |
|
|
|
|
|
|
|
<StackPanel Grid.Column="1" Orientation="Vertical" Margin="8,9,0,10"> |
|
|
|
<TextBlock Foreground="{StaticResource Text.Gray}" TextWrapping="Wrap"> |
|
|
|
<TextBlock.ToolTip> |
|
|
|
<ToolTip Style="{StaticResource OrderCouponToolipStyle}"> |
|
|
|
<TextBlock Text="{Binding ItemList[0].SkuName}"/> |
|
|
|
</ToolTip> |
|
|
|
</TextBlock.ToolTip> |
|
|
|
<Run Text="SKU名称:"/> |
|
|
|
<Run Text="{Binding ItemList[0].SkuName}"/> |
|
|
|
</TextBlock> |
|
|
|
<TextBlock Foreground="{StaticResource Text.Gray}" TextWrapping="Wrap" Margin="0,11"> |
|
|
|
<Run Text="品名:"/> |
|
|
|
<Run Text="{Binding ItemList[0].BrandName}"/> |
|
|
|
</TextBlock> |
|
|
|
|
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
<TextBlock Text="店铺:"/> |
|
|
|
<c:BButton Content="{Binding ShopName}" Style="{StaticResource LinkButton}" HorizontalAlignment="Left" VerticalAlignment="Center" |
|
|
|
Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type Page}}}" |
|
|
|
CommandParameter="{Binding ShopName}" |
|
|
|
Margin=" 5,0,7,0"/> |
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
<ListBox.ItemTemplate> |
|
|
|
<DataTemplate> |
|
|
|
<Grid Height="40"> |
|
|
|
<TextBlock Text="{Binding ItemName}"/> |
|
|
|
</Grid> |
|
|
|
</DataTemplate> |
|
|
|
</ListBox.ItemTemplate> |
|
|
|
|
|
|
|
<Grid Grid.Column="1" > |
|
|
|
<StackPanel VerticalAlignment="Center" HorizontalAlignment="Center"> |
|
|
|
<TextBlock x:Name="txt_storeName" |
|
|
|
Text="{Binding SkuCount}" |
|
|
|
TextWrapping="Wrap" |
|
|
|
HorizontalAlignment="Center" |
|
|
|
/> |
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
<Grid Grid.Column="2" > |
|
|
|
<StackPanel VerticalAlignment="Center" > |
|
|
|
|
|
|
|
<StackPanel Margin="5" Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Left" > |
|
|
|
<TextBlock Text="组合类型:"/> |
|
|
|
<TextBlock Text="{Binding PackType}"/> |
|
|
|
</StackPanel> |
|
|
|
<StackPanel Margin="5" Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Left" > |
|
|
|
<TextBlock Text="配件数量:"/> |
|
|
|
<TextBlock Text="{Binding GoodsNumber}"/> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
<Grid Grid.Column="3" > |
|
|
|
<StackPanel VerticalAlignment="Center" HorizontalAlignment="Center"> |
|
|
|
<TextBlock |
|
|
|
Text="{Binding SkuTitle}" |
|
|
|
TextWrapping="Wrap" |
|
|
|
HorizontalAlignment="Center" |
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
<Grid Grid.Column="4" > |
|
|
|
<StackPanel VerticalAlignment="Center" HorizontalAlignment="Left"> |
|
|
|
<StackPanel Margin="5" Orientation="Horizontal" VerticalAlignment="Center" HorizontalAlignment="Left" > |
|
|
|
<TextBlock Text="基础打包:"/> |
|
|
|
<TextBlock Text="{Binding BasicPack}"/> |
|
|
|
</StackPanel> |
|
|
|
<Grid Margin="5" VerticalAlignment="Center" HorizontalAlignment="Left" > |
|
|
|
<TextBlock TextWrapping="Wrap"> |
|
|
|
<Run Text="增量耗材:"/> |
|
|
|
<Run Text="{Binding Increment1}"/> |
|
|
|
</TextBlock> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
<Grid Grid.Column="5" > |
|
|
|
<StackPanel VerticalAlignment="Center" HorizontalAlignment="Center"> |
|
|
|
<TextBlock |
|
|
|
Text="{Binding PositionType}" |
|
|
|
TextWrapping="Wrap" |
|
|
|
HorizontalAlignment="Center" |
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
<Grid Grid.Column="6" > |
|
|
|
<StackPanel VerticalAlignment="Center" HorizontalAlignment="Center"> |
|
|
|
|
|
|
|
<TextBlock |
|
|
|
Text="{Binding CertificatePosition}" |
|
|
|
TextWrapping="Wrap" |
|
|
|
HorizontalAlignment="Center" |
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
<Grid Grid.Column="7" > |
|
|
|
<StackPanel VerticalAlignment="Center" HorizontalAlignment="Left" Margin="5 0 5 0"> |
|
|
|
<TextBlock |
|
|
|
Text="{Binding ShowMarkMessage}" |
|
|
|
TextWrapping="Wrap" |
|
|
|
HorizontalAlignment="Center" |
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
<Border Width="1" HorizontalAlignment="Left" Background="{StaticResource Border.Brush}" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="1" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="2" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="3" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="4" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="5" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="6" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="7" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="8" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="9" /> |
|
|
|
<Border Width="1" HorizontalAlignment="Right" Background="{StaticResource Border.Brush}" Grid.Column="10" /> |
|
|
|
|
|
|
|
|
|
|
|
</Grid> |
|
|
|
<Border Grid.Row="1" VerticalAlignment="Bottom" Height="1" Background="{StaticResource Border.Brush}"/> |
|
|
|
</Grid> |
|
|
|
</ListBox> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
</DataTemplate> |
|
|
|
</ListBox.ItemTemplate> |
|
|
|
</ListBox> |
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
<local:MinFeesExcelV2Control Margin="20 0 20 0" |
|
|
|
Visibility="{Binding PackTaskModel.IsShowFees,Converter={StaticResource objConverter},ConverterParameter=false:Collapsed:Visible}" |
|
|
|
FeesItem="{Binding PackTaskModel.FeesItemResponse,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" |
|
|
|
/> |
|
|
|
<StackPanel Orientation="Horizontal" Margin="20 0 0 0" Visibility="{Binding PackTaskModel.CertificateModel,Mode=TwoWay,Converter={StaticResource objConverter},ConverterParameter=#null:Collapsed:Visible}"> |
|
|
|
|
|
|
|
<ListBox ItemsSource="{Binding PackTaskModel.CertificateModel,Mode=TwoWay}" |
|
|
|
Style="{StaticResource NoScrollViewListBoxStyle}" |
|
|
|
ItemContainerStyle="{StaticResource NoBgListBoxItemStyle}" |
|
|
|
> |
|
|
|
<ListBox.ItemsPanel> |
|
|
|
<ItemsPanelTemplate> |
|
|
|
<StackPanel Orientation="Horizontal"/> |
|
|
|
</ItemsPanelTemplate> |
|
|
|
</ListBox.ItemsPanel> |
|
|
|
<ListBox.ItemTemplate> |
|
|
|
<DataTemplate> |
|
|
|
<StackPanel> |
|
|
|
<local:MinCerControl model="{Binding }" |
|
|
|
Visibility="{Binding Id ,Mode=TwoWay,Converter={StaticResource objConverter},ConverterParameter=0:Collapsed:Visible}" |
|
|
|
/> |
|
|
|
</StackPanel> |
|
|
|
</DataTemplate> |
|
|
|
</ListBox.ItemTemplate> |
|
|
|
</ListBox> |
|
|
|
|
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
<local:MinBarcodeControl Grid.Row="1" BarcodeImage="{Binding BarcodeImage,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" model="{Binding PackTaskModel.BarCodeModel, Mode=TwoWay}" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="20 0 0 0" Width="250" Height="190" |
|
|
|
Visibility="{Binding PackTaskModel.BarCodeModel,Mode=TwoWay,Converter={StaticResource objConverter},ConverterParameter=#null:Collapsed:Visible}" |
|
|
|
/> |
|
|
|
|
|
|
|
</StackPanel> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
|
|
|
|
</Grid> |
|
|
|