SCM/µ¥¾Ý×ÊÁÏ/Gy_BarCodeDetailList.cs
@@ -65,17 +65,7 @@ if (!string.IsNullOrEmpty(textBox2.Text)) whereBuilder.Append(" and b.FLOT_TEXT like ''%"+textBox2.Text+"%''"); if (comboBox1.Text != "å ¨é¨") { if(comboBox1.Text=="åæ ¼å") { whereBuilder.Append(" and c.HProdLev=''''"); } else { whereBuilder.Append(" and c.HProdLev=''" + comboBox1.Text + "''"); } } if (!string.IsNullOrEmpty(textBox4.Text)) whereBuilder.Append(" and g.HName like ''%"+textBox4.Text+"%''"); if (!string.IsNullOrEmpty(textBox5.Text))