|
|
|
@ -159,7 +159,7 @@ materialDesign:HintAssist.Hint="打印名称" BorderBrush="White" />
|
|
|
|
|
<TextBlock Text="打印主键" FontSize="18" Foreground="white" HorizontalAlignment="Center" VerticalAlignment="Center" />
|
|
|
|
|
<TextBox x:Name="PrimaryKey" Foreground="white" Text="{Binding SelectedItem.ID, ElementName=dgvMH}" IsReadOnly="True" Margin="15 0 0 0 " FontSize="18" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" Width="250" BorderBrush="White" />
|
|
|
|
|
</WrapPanel>
|
|
|
|
|
<Border Grid.Row="6" BorderBrush="#0288d1" BorderThickness="1" CornerRadius="5" Margin="0 15" Width="350" >
|
|
|
|
|
<Border Grid.Row="6" BorderBrush="#0288d1" BorderThickness="1" CornerRadius="5" Margin="0 15" Width="350" Visibility="Collapsed" >
|
|
|
|
|
<StackPanel >
|
|
|
|
|
<WrapPanel Height="100">
|
|
|
|
|
<RadioButton Content="原条码" Foreground="White" FontSize="18" BorderBrush="White" x:Name="oldBarCode" Margin="30 15" Command="{Binding RadioPrintCommand}" CommandParameter="{Binding Name, ElementName=oldBarCode}"/>
|
|
|
|
|