|
@ -212,7 +212,7 @@ namespace CK.SCP.Controller |
|
|
} |
|
|
} |
|
|
if (!string.IsNullOrEmpty(p_entity.InvcBillNum)) |
|
|
if (!string.IsNullOrEmpty(p_entity.InvcBillNum)) |
|
|
{ |
|
|
{ |
|
|
q = q.Where(p => p.InvcBillNum.Contains(p_entity.InvcBillNum)); |
|
|
q = q.Where(p => p.InvcBillNum==p_entity.InvcBillNum); |
|
|
} |
|
|
} |
|
|
if (!string.IsNullOrEmpty(p_entity.VendId)) |
|
|
if (!string.IsNullOrEmpty(p_entity.VendId)) |
|
|
{ |
|
|
{ |
|
|