Browse Source

并行赋值测试

callm 7 years ago
parent
commit
ea8692c78f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      UAS-出货标签管理/UAS_出货标签管理.cs

+ 3 - 3
UAS-出货标签管理/UAS_出货标签管理.cs

@@ -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;