|
|
@@ -288,14 +288,14 @@ namespace UAS_LabelMachine
|
|
|
}
|
|
|
if (Data["PRCODE"] != CurrentPrCode)
|
|
|
{
|
|
|
- richTextAutoBottom1.AppendText("当前采集【物料编号】不对应,请重新采集\n");
|
|
|
+ richTextAutoBottom1.AppendText("当前采集【物料编号" + Data["PRCODE"] + "】不对应,请重新采集\n");
|
|
|
Input.SelectAll();
|
|
|
receiveClient.Client.Send(Encoding.ASCII.GetBytes(GetSendCode("ReadId1|,|NG|,|Y")));
|
|
|
return;
|
|
|
}
|
|
|
if (Data["BRAND"] != CurrentBrand)
|
|
|
{
|
|
|
- richTextAutoBottom1.AppendText("当前采集【品牌】不对应,是否继续采集\n");
|
|
|
+ richTextAutoBottom1.AppendText("当前采集【品牌"+ Data["BRAND"] + "】不对应,是否继续采集\n");
|
|
|
Input.SelectAll();
|
|
|
receiveClient.Client.Send(Encoding.ASCII.GetBytes(GetSendCode("ReadId1|,|NG|,|Y")));
|
|
|
return;
|