|
@@ -580,7 +580,7 @@ namespace UAS_MES.Make
|
|
|
imei.Replace(code.Text, "");
|
|
imei.Replace(code.Text, "");
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
|
- LogicHandler.CollectRemarkInf(show_sncode.Text, "", "", ms_macode.Text, ma_prodcode.Text, Remark.Text);
|
|
|
|
|
|
|
+ LogicHandler.CollectRemarkInf(oMsid, "", "", Remark.Text);
|
|
|
OperateResult.AppendText(">>备注:" + Remark.Text + "\n", Color.Black);
|
|
OperateResult.AppendText(">>备注:" + Remark.Text + "\n", Color.Black);
|
|
|
if (CollectRemark.Checked) {
|
|
if (CollectRemark.Checked) {
|
|
|
Remark.Text = "";
|
|
Remark.Text = "";
|
|
@@ -593,7 +593,7 @@ namespace UAS_MES.Make
|
|
|
imei.Replace(code.Text, "");
|
|
imei.Replace(code.Text, "");
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
|
- LogicHandler.CollectRemarkInf(show_sncode.Text, "", "", ms_macode.Text, ma_prodcode.Text, Remark.Text);
|
|
|
|
|
|
|
+ LogicHandler.CollectRemarkInf(oMsid, "", "", Remark.Text);
|
|
|
OperateResult.AppendText(">>备注:" + Remark.Text + "\n", Color.Black);
|
|
OperateResult.AppendText(">>备注:" + Remark.Text + "\n", Color.Black);
|
|
|
if (CollectRemark.Checked)
|
|
if (CollectRemark.Checked)
|
|
|
{
|
|
{
|