|
|
@@ -2481,15 +2481,14 @@ namespace UAS_LabelMachine
|
|
|
InBoxCount = OutboxCapacity.Value - 1;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
if (InBoxCount == OutboxCapacity.Value || NextBoxDiff)
|
|
|
{
|
|
|
InBoxCount = 1;
|
|
|
NextBoxDiff = false;
|
|
|
+ outboxcode = BaseUtil.ToDictionary(getOutBox.getBoxID_20190403(VenderCode, custprodcode, amount.ToString(), OrderCode, "", VenderCode, pwd), "")["return_result"].ToString();
|
|
|
}
|
|
|
else
|
|
|
InBoxCount = InBoxCount + 1;
|
|
|
- outboxcode = BaseUtil.ToDictionary(getOutBox.getBoxID_20190403(VenderCode, custprodcode, amount.ToString(), OrderCode, "", VenderCode, pwd), "")["return_result"].ToString();
|
|
|
//获取信息为T-表示成功获取了信息
|
|
|
string Message = getOutBox.BindReelToBox(outboxcode, custbarcode, VenderCode, pwd);
|
|
|
LabelInf.Rows[i].Cells["pib_cusoutboxcode"].Value = outboxcode;
|