Browse Source

箱号打印修改

callm 1 week ago
parent
commit
4c7f6f319c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      UAS_MES_HYSY/FunctionCode/Packing/Packing_PackageCollection.cs

+ 0 - 2
UAS_MES_HYSY/FunctionCode/Packing/Packing_PackageCollection.cs

@@ -611,8 +611,6 @@ namespace UAS_MES_NEW.Packing
             }
             }
             if (_dt.Rows.Count > 0)
             if (_dt.Rows.Count > 0)
             {
             {
-                string la_id = _dt.Rows[0]["la_id"].ToString();
-                _dt = (DataTable)dh.ExecuteSql("select fp_name la_url,'" + la_id + "' la_id from FILEPATH where fp_id in (select *  from table(select parsestring(LA_SOFTTYPE,';') from label where la_id='" + la_id + "') where COLUMN_VALUE is not null)", "select");
                 PrintLabel.DataSource = _dt;
                 PrintLabel.DataSource = _dt;
                 PrintLabel.DisplayMember = "la_url";
                 PrintLabel.DisplayMember = "la_url";
                 PrintLabel.ValueMember = "la_id";
                 PrintLabel.ValueMember = "la_id";