This commit is contained in:
@@ -209,9 +209,9 @@ namespace MembranePoreTester.ViewModels
|
||||
MessageBox.Show("低压模式,加压上限不能超过200!");
|
||||
return;
|
||||
}
|
||||
if (!_suppressPressureValidation && HighLowPressure.Contains("高压") && value > 800)
|
||||
if (!_suppressPressureValidation && HighLowPressure.Contains("高压") && value > 1000)
|
||||
{
|
||||
MessageBox.Show("高压模式,加压上限不能超过800!");
|
||||
MessageBox.Show("高压模式,加压上限不能超过1000!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user