浏览代码

删除无用代码

章政 6 年之前
父节点
当前提交
1920a2fd74
共有 1 个文件被更改,包括 0 次插入3 次删除
  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++)