章政 преди 7 години
родител
ревизия
3f7118f853
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      UAS-出货标签管理(泽天)/UAS_出货标签管理.cs

+ 1 - 1
UAS-出货标签管理(泽天)/UAS_出货标签管理.cs

@@ -1395,7 +1395,7 @@ namespace UAS_LabelMachine
             CurrentBrand = GridPrcode.Rows[e.RowIndex].Cells["pd_brand"].Value.ToString();
             CurrentBrand = GridPrcode.Rows[e.RowIndex].Cells["pd_brand"].Value.ToString();
             GridPrcode.Rows[e.RowIndex].Selected = true;
             GridPrcode.Rows[e.RowIndex].Selected = true;
             GridPrcode.FirstDisplayedScrollingRowIndex = e.RowIndex;
             GridPrcode.FirstDisplayedScrollingRowIndex = e.RowIndex;
-            dh.ExecuteSql("delete from prodiobarcode where pib_inoutno='" + pi_inoutno.Text + "' and pib_pdno='" + CurrentPDNO + "' and pib_prodcode='" + CurrentPrCode + "'", "delete");
+            //dh.ExecuteSql("delete from prodiobarcode where pib_inoutno='" + pi_inoutno.Text + "' and pib_pdno='" + CurrentPDNO + "' and pib_prodcode='" + CurrentPrCode + "'", "delete");
             LoadGridData(sender, new EventArgs());
             LoadGridData(sender, new EventArgs());
         }
         }