This commit is contained in:
@ -375,10 +375,10 @@ namespace Epost.BLL
|
||||
#endregion
|
||||
|
||||
#region 修改订单状态
|
||||
public void UpdateOrderState_Car(string matchid,string fromlocation,string oprationstate)
|
||||
public void UpdateOrderState_Car(string matchid,string tolocation, string oprationstate)
|
||||
{
|
||||
|
||||
dal.UpdateWorkState_Car(matchid, fromlocation, oprationstate);
|
||||
dal.UpdateWorkState_Car(matchid, tolocation, oprationstate);
|
||||
|
||||
|
||||
|
||||
@ -719,6 +719,9 @@ namespace Epost.BLL
|
||||
demodel.Tolocation = item["fromlocation"].ToString();
|
||||
demodel.Sku = item["sku"].ToString();
|
||||
demodel.Matchid = matchid;
|
||||
demodel.FromTolocation = item["tolocation"].ToString();
|
||||
demodel.ControlIP = item["ControlIP"].ToString();
|
||||
demodel.Address = item["Address"].ToString();
|
||||
#region 获取库位信息
|
||||
demodel.Block = item["Block"].ToString();
|
||||
demodel.Area = item["Area"].ToString();
|
||||
@ -730,7 +733,7 @@ namespace Epost.BLL
|
||||
|
||||
//修改数据为已读
|
||||
// dal.UpOrder_Car(item["Matchid"].ToString(), item["sku"].ToString(), item["id"].ToString());
|
||||
UpdateOrderState_Car(matchid, demodel.Tolocation, "1");
|
||||
UpdateOrderState_Car(matchid, demodel.FromTolocation, "1");
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user