This commit is contained in:
@ -660,7 +660,7 @@ namespace Epost.BLL
|
||||
//}
|
||||
if (OrderDt != null && OrderDt.Rows.Count > 0)
|
||||
{
|
||||
string usercode = string.Empty;
|
||||
// string usercode = string.Empty;
|
||||
string lightcolor = string.Empty;
|
||||
//DataTable udt = dal.GetOrderUseerXCode(matchid, sku, area, block);
|
||||
//if (udt != null && udt.Rows.Count > 0)
|
||||
@ -692,12 +692,12 @@ namespace Epost.BLL
|
||||
demodel.Discount = item["Discount"].ToString();
|
||||
demodel.WholeUnit = item["WholeUnit"].ToString();
|
||||
demodel.Unit = item["Unit"].ToString();
|
||||
|
||||
|
||||
#region 获取库位信息
|
||||
demodel.Block = item["Block"].ToString();
|
||||
demodel.Area = item["Area"].ToString();
|
||||
demodel.Address = item["address"].ToString();
|
||||
demodel.UserCode = usercode;
|
||||
demodel.UserCode = UserCode;
|
||||
demodel.ColorCode = lightcolor;
|
||||
demodel.Bkaddress = "0";
|
||||
demodel.Addresstype = "1";
|
||||
@ -718,6 +718,7 @@ namespace Epost.BLL
|
||||
// demodel.No = "04";
|
||||
// demodel.ColorCode = EnumHelper.EMToDescriptionString(LightColor.Color.Blue);
|
||||
//}
|
||||
demodel.UserCode = UserCode;
|
||||
list.Add(demodel);
|
||||
if (!isecho) {
|
||||
//修改数据为已读
|
||||
@ -835,9 +836,9 @@ namespace Epost.BLL
|
||||
#endregion
|
||||
|
||||
#region 修改订单信息
|
||||
public bool Updatestate(string matchid,string readdate)
|
||||
public bool Updatestate(string matchid,string shopid)
|
||||
{
|
||||
return dal.Updatestate(matchid,readdate);
|
||||
return dal.Updatestate(matchid, shopid);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
Reference in New Issue
Block a user