生成条码优化
This commit is contained in:
@ -311,6 +311,7 @@ namespace 货架标准上位机.ViewModel
|
||||
if (matBaseInfo == null)
|
||||
{
|
||||
Growl.Warning("请选择需要修改的数据!");
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -395,20 +396,10 @@ namespace 货架标准上位机.ViewModel
|
||||
if (matBaseInfo == null)
|
||||
{
|
||||
Growl.Warning("请勾选数据!");
|
||||
return;
|
||||
}
|
||||
var generateWindow = new MatBaseInoGenarateMatInfoView(matBaseInfo);
|
||||
var result = generateWindow.ShowDialog();
|
||||
|
||||
//PrintTender.PrintTag(new PrintClass()
|
||||
//{
|
||||
// MatQty = "123",
|
||||
// MatCode = "123",
|
||||
// MatBatch = "123",
|
||||
// MatName = "123",
|
||||
// MatSn = "123",
|
||||
// MatSpec = "123",
|
||||
|
||||
//});
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
Reference in New Issue
Block a user