Browse Source

删除无用代码

章政 6 years ago
parent
commit
1920a2fd74
1 changed files with 0 additions and 3 deletions
  1. 0 3
      UAS-出货标签管理/UAS_出货标签管理.cs

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

@@ -1681,9 +1681,6 @@ namespace UAS_LabelMachine
         {
             List<string> Outboxcode = new List<string>();
             //如果未勾选箱号则对勾选的数据的箱号进行整合
-            string la_id = OutBoxCombox.SelectedValue.ToString().Split('#')[0];
-            string cl_labelname = OutBoxCombox.Text;
-            string LabelUrl = dh.getFieldDataByCondition("label left join customerlabel on la_code=cl_labelcode", "cl_labelurl", "la_id='" + la_id + "' and cl_labelname='" + cl_labelname + "'").ToString();
             if (OutBoxNum.Text == "")
             {
                 for (int i = 0; i < LabelInf.RowCount; i++)