|
|
|
@ -193,7 +193,7 @@ namespace BWP.Web.Pages.B3YunKen.Bill |
|
|
|
|
|
|
|
dom.Where.Conditions.Add(DQCondition.IsNotNull(DQExpression.Field(goods, "ID"))); |
|
|
|
//不显示停用存货
|
|
|
|
dom.Where.Conditions.Add(DQCondition.InEQ(DQExpression.Field(goods, "Stopped"), DQExpression.Value(0))); |
|
|
|
dom.Where.Conditions.Add(DQCondition.InEQ(DQExpression.Field(goods, "Stopped"), DQExpression.Value(1))); |
|
|
|
return dom; |
|
|
|
} |
|
|
|
|
|
|
|
|