|
|
@@ -576,6 +576,7 @@ namespace UAS_MES.Make
|
|
|
return false;
|
|
|
}
|
|
|
LogicHandler.CollectRemarkInf(show_sncode.Text, "", "", ms_macode.Text, ma_prodcode.Text, Remark.Text);
|
|
|
+ OperateResult.AppendText(">>备注:" + Remark.Text + "\n", Color.Black);
|
|
|
if (CollectRemark.Checked) {
|
|
|
Remark.Text = "";
|
|
|
}
|
|
|
@@ -588,6 +589,7 @@ namespace UAS_MES.Make
|
|
|
return false;
|
|
|
}
|
|
|
LogicHandler.CollectRemarkInf(show_sncode.Text, "", "", ms_macode.Text, ma_prodcode.Text, Remark.Text);
|
|
|
+ OperateResult.AppendText(">>备注:" + Remark.Text + "\n", Color.Black);
|
|
|
if (CollectRemark.Checked)
|
|
|
{
|
|
|
Remark.Text = "";
|