雅琪诺MES智能条码管理系统
ouyangqing
2021-01-13 5501d3eb49d5670f8c409dbbd2f5a30890e5245b
nothing
1个文件已修改
2 ■■■ 已修改文件
SCM/单据资料/Gy_BarCodeDetailList.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/单据资料/Gy_BarCodeDetailList.cs
@@ -58,7 +58,7 @@
            }
            whereBuilder.Append(" and a.HMakeDate>''"+dateTimePicker1.Text+"'' and a.HMakeDate<''"+dateTimePicker2.Text+"''");
            if (!string.IsNullOrEmpty(txtHBillNo.Text))
                whereBuilder.Append(" and a.HMaterName like ''"+txtHBillNo.Text+"''");
                whereBuilder.Append(" and a.HMaterName like ''%"+txtHBillNo.Text+"%''");
            if(!string.IsNullOrEmpty(textBox1.Text))
                whereBuilder.Append(" and b.FNUMBER like ''%"+textBox1.Text+"%'");
            if (!string.IsNullOrEmpty(textBox2.Text))