添加换源操作提示

This commit is contained in:
hanqiangqiang 2026-08-24 14:46:54 +08:00
parent 65606c742e
commit 24f08f4d28
3 changed files with 6 additions and 2 deletions

View File

@ -51,7 +51,7 @@ using System.Windows;
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
[assembly: AssemblyVersion("1.1.0.60822")]
[assembly: AssemblyVersion("1.1.0.60824")]
[assembly: AssemblyInformationalVersion("MoS2无EFEM")]

View File

@ -1525,6 +1525,10 @@ namespace SicUI.Models.PMs
_windowmanager.ShowDialog(vm);
if (!vm.IsCancel)
{
if (!ShowChoosenDialog($"Make sure the manual valve of the {vm.DialogResult} source bottle is closed "))
{
return;
}
InvokeClient.Instance.Service.DoOperation($"{Module}.ExchangeMO", vm.DialogResult);
}
}

View File

@ -55,6 +55,6 @@ using System.Windows;
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.1.0.60822")]
[assembly: AssemblyVersion("1.1.0.60824")]
[assembly: AssemblyInformationalVersion("MoS2无EFEM")]