|
|
@@ -1291,7 +1291,7 @@ namespace UAS_LabelMachine
|
|
|
}
|
|
|
//缓存外箱参数
|
|
|
ComBoxClickChangeLabelDoc = true;
|
|
|
- GetSingleBoxData(SingleLabelCombox.SelectedValue.ToString().Split('#')[0]);
|
|
|
+ GetSingleBoxData();
|
|
|
GetMidBoxData();
|
|
|
}
|
|
|
|
|
|
@@ -1407,7 +1407,7 @@ namespace UAS_LabelMachine
|
|
|
}
|
|
|
//打印的时候如果不存在数据开始缓存
|
|
|
if (SingleBoxCacheData.Rows.Count == 0)
|
|
|
- GetSingleBoxData(la_id);
|
|
|
+ GetSingleBoxData();
|
|
|
if (MidBoxCacheData.Rows.Count == 0)
|
|
|
GetMidBoxData();
|
|
|
for (int i = 0; i < LabelInf.RowCount; i++)
|
|
|
@@ -1530,7 +1530,7 @@ namespace UAS_LabelMachine
|
|
|
/// <summary>
|
|
|
/// 缓存单盘的数据
|
|
|
/// </summary>
|
|
|
- private void GetSingleBoxData(string la_id)
|
|
|
+ private void GetSingleBoxData()
|
|
|
{
|
|
|
if (SingleDoc == null)
|
|
|
return;
|