雅琪诺MES智能条码管理系统
1
jingh
2021-03-10 b0b082cd14936c0844aae352d71e85a8d820e4e0
1
1个文件已修改
2 ■■■ 已修改文件
SCM/单据资料/Gy_BarCodeDetailList.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/µ¥¾Ý×ÊÁÏ/Gy_BarCodeDetailList.cs
@@ -65,7 +65,7 @@
            if (!string.IsNullOrEmpty(textBox2.Text))
                whereBuilder.Append(" and b.FLOT_TEXT like ''%"+textBox2.Text+"%''");
            if(comboBox1.Text!="全部")
                whereBuilder.Append(" and case when isnull(c.HProdLev.'')='' then '' else isnull(c.HProdLev.'') end  =''" + comboBox1.Text+"''");
                whereBuilder.Append(" and case when isnull(c.HProdLev.'')='' then '合格品' else isnull(c.HProdLev.'') end  =''" + comboBox1.Text+"''");
            if (!string.IsNullOrEmpty(textBox4.Text))
                whereBuilder.Append(" and g.HName like ''%"+textBox4.Text+"%''");
            if (!string.IsNullOrEmpty(textBox5.Text))