删除新条码

main
liulb@mesnac.com 9 months ago
parent 35369263e0
commit fb5e193231

@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Admin.Core.Common")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b568e28193918582fd92ee1c0a62c0df9dd31679")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+35369263e0779af0ded61986eebeeccb3a681f45")]
[assembly: System.Reflection.AssemblyProductAttribute("Admin.Core.Common")]
[assembly: System.Reflection.AssemblyTitleAttribute("Admin.Core.Common")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

@ -1 +1 @@
e38fb36a51bff1176c924601f4c99ce18851f1377cd5057f00ebd948a0a6a3d7
d2a83a25a139f90ba050da34160380d6e046e2814748dac636818a42ae382f7f

@ -84,10 +84,11 @@ namespace Aucma.Core.PrintTo.ViewModels
{
PintBarCode(printer, _barCode);
printSuppleMentBarCode.PrintTime = DateTime.Now;
//打印完成 不可以再次打印
printSuppleMentBarCode.IsPrint = "1";
await _printSuppleMentBarCodeServices.UpdateAsync(printSuppleMentBarCode);
}
//打印完成 不可以再次打印
printSuppleMentBarCode.IsPrint = "1";
//打印完成
SetCompletetd();

@ -163,7 +163,7 @@ materialDesign:HintAssist.Hint="打印名称" BorderBrush="White" />
<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}"/>
<RadioButton Content="新条码" Foreground="White" FontSize="18" BorderBrush="White" x:Name="newBarCode" Margin="30 15" Command="{Binding RadioPrintCommand}" CommandParameter="{Binding Name, ElementName=newBarCode}"/>
<!--<RadioButton Content="新条码" Foreground="White" FontSize="18" BorderBrush="White" x:Name="newBarCode" Margin="30 15" Command="{Binding RadioPrintCommand}" CommandParameter="{Binding Name, ElementName=newBarCode}"/>-->
</WrapPanel>
</StackPanel>
</Border>

Loading…
Cancel
Save