This commit is contained in:
@ -1055,5 +1055,14 @@ namespace Epost.BLL
|
||||
return dal.GetlocationInfo(location);
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
public bool UpOrdersState(string Area,string block)
|
||||
{
|
||||
return dal.UpdateState(Area, block);
|
||||
}
|
||||
public bool IsFinishWorkArea(string block, string usercode = "", string area = "", string sku = "", string shopid = "", string orderid = "")
|
||||
{
|
||||
return dal.IsFinishWorkArea(block,usercode,area,sku,shopid,orderid);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -490,7 +490,7 @@ namespace Epost.BLL
|
||||
dal.UpdateState(model.Area, model.Block);
|
||||
|
||||
bool WorkArea = dal.IsFinishWorkArea("", "", "99", "", "", "");
|
||||
if (skuInish)
|
||||
if (WorkArea)
|
||||
{
|
||||
comBLL.DISPLAY_LIGHT_BLOCK_Out("", model.Area, "0");
|
||||
}
|
||||
|
@ -127,9 +127,9 @@ namespace Epost.BLL
|
||||
}
|
||||
#endregion
|
||||
#region 修改作业全部完成
|
||||
public bool updateOrderQueueState(string usercode, string block)
|
||||
public bool updateOrderQueueState()
|
||||
{
|
||||
return dal.updateOrderQueueState(usercode,block);
|
||||
return dal.updateOrderQueueState();
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
Reference in New Issue
Block a user