This commit is contained in:
@ -409,7 +409,7 @@ namespace Epost.BLL
|
||||
else
|
||||
{
|
||||
|
||||
dal.UpdateWorkState_Car(model.OrderID, truequantity, model.Sku, model.ID, checkquaantity, model.UserCode);
|
||||
dal.UpdateWorkState(model.OrderID, truequantity, model.Sku, model.ID, checkquaantity, model.UserCode);
|
||||
}
|
||||
|
||||
|
||||
@ -846,9 +846,9 @@ namespace Epost.BLL
|
||||
}
|
||||
}
|
||||
|
||||
public DataTable GetOrderList(string area, string block)
|
||||
public DataTable GetOrderList(string Orderid, string area, string block)
|
||||
{
|
||||
return dal.GetOrderList(area, block);
|
||||
return dal.GetOrderList(Orderid, area, block);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
Reference in New Issue
Block a user