提交代码
This commit is contained in:
@ -384,6 +384,28 @@ namespace 货架标准上位机.ViewModel
|
||||
var generateWindow = new MatBaseInoGenarateMatInfoView(matBaseInfo);
|
||||
var result = generateWindow.ShowDialog();
|
||||
}
|
||||
|
||||
public ICommand BtnScanPrintCommand { get => new DelegateCommand(BtnScanPrint); }
|
||||
public async void BtnScanPrint()
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
var generateWindow = new MatBaseInoScanGenarateMatInfoView();
|
||||
LocalStatic.IsScanGenarateMatInfoWindowOpen = true;
|
||||
LocalStatic.ScanGenarateMatInfoWindow = generateWindow;
|
||||
var result = generateWindow.ShowDialog();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
}
|
||||
finally
|
||||
{
|
||||
LocalStatic.IsScanGenarateMatInfoWindowOpen = false;
|
||||
}
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region PageOperation 分页操作
|
||||
|
Reference in New Issue
Block a user