wangsr
nodyang 1 year ago
parent 93ba70bafd
commit 07edd546a8

@ -621,6 +621,7 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl
{ {
Db3000Helper.WriteModel(SingleSelect(), true); Db3000Helper.WriteModel(SingleSelect(), true);
ControlsEntity.RepairState.MCValue = "开"; ControlsEntity.RepairState.MCValue = "开";
MessageBox.Show("维修模式已开启");
} }
else else
{ {
@ -628,10 +629,11 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl
{ {
Db3000Helper.WriteModel(SingleSelect(), false); Db3000Helper.WriteModel(SingleSelect(), false);
ControlsEntity.RepairState.MCValue = "关"; ControlsEntity.RepairState.MCValue = "关";
MessageBox.Show("维修模式已关闭");
} }
} }
MessageBox.Show("维修模式已开启");
} }
#endregion #endregion

Loading…
Cancel
Save