雅琪诺MES智能条码管理系统
ch
2021-03-11 3a6cdf317b885f0e569a5ba6e110930e5a6f0e1f
SCM/µ¥¾Ý×ÊÁÏ/Gy_BarCodeDetailList.cs
@@ -64,8 +64,15 @@
                whereBuilder.Append(" and d.FNUMBER like ''%"+textBox1.Text+"%''");
            if (!string.IsNullOrEmpty(textBox2.Text))
                whereBuilder.Append(" and b.FLOT_TEXT like ''%"+textBox2.Text+"%''");
            if(comboBox1.Text!="全部")
                whereBuilder.Append(" and case when c.HProdLev='''' then ''合格品'' else c.HProdLev end  =''" + comboBox1.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))