|
@ -1564,7 +1564,8 @@ FROM [SFIS].[dbo].[ZPDKeyPart] B WHERE B.[IsActive] = 1 AND B.[ProductSN] = (S |
|
|
{ |
|
|
{ |
|
|
q = q.Where(w => w.WipNO == wipNO); |
|
|
q = q.Where(w => w.WipNO == wipNO); |
|
|
} |
|
|
} |
|
|
if (dateType == "WipDate") |
|
|
|
|
|
|
|
|
if (dateType == "WipDate" || dateType == null) |
|
|
{ |
|
|
{ |
|
|
if (dateStart != null && dateStart != "" && dateEnd != null && dateEnd != "") |
|
|
if (dateStart != null && dateStart != "" && dateEnd != null && dateEnd != "") |
|
|
{ |
|
|
{ |
|
|