Browse Source

提交

master
学 赵 4 years ago
parent
commit
906f99eed5
  1. 2
      SCP/Views/PlanData/SCP_PO.aspx.cs

2
SCP/Views/PlanData/SCP_PO.aspx.cs

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

Loading…
Cancel
Save