|
@ -50,7 +50,7 @@ namespace SCP.PlanData |
|
|
public void SearchV_TB_PO(Action<IQueryable<V_TB_PO>> p_action) |
|
|
public void SearchV_TB_PO(Action<IQueryable<V_TB_PO>> p_action) |
|
|
{ |
|
|
{ |
|
|
V_TB_PO _entity = new V_TB_PO(); |
|
|
V_TB_PO _entity = new V_TB_PO(); |
|
|
_entity.Extend1= |
|
|
|
|
|
_entity.IsDeleted = false; |
|
|
_entity.IsDeleted = false; |
|
|
if (this.DP_StartDate.SelectedDate != null) |
|
|
if (this.DP_StartDate.SelectedDate != null) |
|
|
{ |
|
|
{ |
|
|