质量管理;移交管理
This commit is contained in:
@@ -63,12 +63,17 @@ namespace FineUIPro.Web.Transfer
|
||||
// strSql += " AND Test_Package_START <= @InspectionDateZ";
|
||||
// listStr.Add(new SqlParameter("@InspectionDateZ", Funs.GetNewDateTime(txtEndTime.Text.Trim())));
|
||||
//}
|
||||
if (!string.IsNullOrEmpty(this.txtSystem.Text.Trim()))
|
||||
{
|
||||
strSql += " AND SystemName like @SystemName";
|
||||
listStr.Add(new SqlParameter("@SystemName", "%" + this.txtSystem.Text.Trim() + "%"));
|
||||
}
|
||||
//if (!string.IsNullOrEmpty(this.txtSystem.Text.Trim()))
|
||||
//{
|
||||
// strSql += " AND SystemName like @SystemName";
|
||||
// listStr.Add(new SqlParameter("@SystemName", "%" + this.txtSystem.Text.Trim() + "%"));
|
||||
//}
|
||||
|
||||
if (!string.IsNullOrEmpty(this.txtSysSubNo.Text.Trim()))
|
||||
{
|
||||
strSql += " AND Test_Package like @SysSubNo";
|
||||
listStr.Add(new SqlParameter("@SysSubNo", "%" + this.txtSysSubNo.Text.Trim() + "%"));
|
||||
}
|
||||
if (!string.IsNullOrEmpty(ddStatus.SelectedValue))
|
||||
{
|
||||
strSql += " And FINAL_Status='" + ddStatus.SelectedValue + "' ";
|
||||
|
||||
Reference in New Issue
Block a user