SCM/单据资料/Gy_BarCodeDetailList.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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))