|
|
@@ -1127,8 +1127,7 @@ namespace UAS_LabelMachine
|
|
|
}
|
|
|
//缓存外箱参数
|
|
|
ComBoxClickChangeLabelDoc = true;
|
|
|
- GetSingleBoxData();
|
|
|
- GetMidBoxData();
|
|
|
+
|
|
|
}
|
|
|
bool InitGetLabel = true;
|
|
|
/// <summary>
|
|
|
@@ -1183,6 +1182,8 @@ namespace UAS_LabelMachine
|
|
|
stw = new SetLoadingWindow(thread, "正在获取打印标签");
|
|
|
BaseUtil.SetFormCenter(stw);
|
|
|
stw.ShowDialog();
|
|
|
+ GetSingleBoxData();
|
|
|
+ GetMidBoxData();
|
|
|
//重置采集项次
|
|
|
CurrentItemIndex = 0;
|
|
|
LogManager.DoLog("输入单号【" + pi_inoutno.Text + "】");
|
|
|
@@ -1455,7 +1456,6 @@ namespace UAS_LabelMachine
|
|
|
string[] pib_outbox_arr = MidIDAndOutboxcode.Values.ToArray();
|
|
|
if (pib_id_arr.Length == 0)
|
|
|
{
|
|
|
- MessageBox.Show("未勾选打印明细");
|
|
|
return;
|
|
|
}
|
|
|
//记录一个ID用来取中盒的数量
|