|
|
@@ -382,7 +382,7 @@ namespace UAS_MES.Make
|
|
|
RemainIndex = RemainIndex + 1;
|
|
|
CollectData.Add(code.Text);
|
|
|
SPID.Add(sp_id);
|
|
|
- OperateResult.AppendText(">>物料" + sp_soncode + "采集成功\n", Color.Green);
|
|
|
+ OperateResult.AppendText(">>物料" + sp_soncode + "采集成功,条码" + code.Text + "\n", Color.Green);
|
|
|
code.Clear();
|
|
|
//如果+1后不小于B序列的长度,则已采集完成,不需要进行提示了
|
|
|
if (RemainIndex < RemainList.Length)
|