添加报警窗口

出库流程调试、优化
This commit is contained in:
hehaibing-1996
2024-05-05 16:57:20 +08:00
parent d283924ae1
commit 311a695498
44 changed files with 2272 additions and 307 deletions

View File

@ -37,6 +37,16 @@ namespace 货架标准上位机.ViewModel
}
}
private bool goToStockTakingView;
public bool GoToStockTakingView
{
get { return goToStockTakingView; }
set
{
SetProperty(ref goToStockTakingView, value);
}
}
#region _MainWindow2
//隐藏式选项卡的高度