|
|
@ -292,7 +292,10 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl
|
|
|
|
int i = ControlsHelper.SingleSelect(RadioE);
|
|
|
|
int i = ControlsHelper.SingleSelect(RadioE);
|
|
|
|
LjLogControl.ManualLogControl("手动下黑粉料向" + i, Convert.ToInt32(TextE.ManualWeight.MCValue.ToString()), 3, i, 2);
|
|
|
|
LjLogControl.ManualLogControl("手动下黑粉料向" + i, Convert.ToInt32(TextE.ManualWeight.MCValue.ToString()), 3, i, 2);
|
|
|
|
|
|
|
|
|
|
|
|
MessageBox.Show("数据下传成功!");
|
|
|
|
MessageBox.Show("数据下传成功!称量值复位 防止重复点击");
|
|
|
|
|
|
|
|
TextE.ManualWeight.MCValue = "";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|