This commit is contained in:
@ -214,7 +214,7 @@ namespace Epost.BLL
|
||||
{
|
||||
List<JobModel> jobList = JobCache.GetPlanJobList().FindAll(x => x.OrderID == orderid);
|
||||
ResultModel resultModel = comBLL.Forcedend(orderid);
|
||||
|
||||
comBLL.ClearArea_M(jobList);
|
||||
|
||||
JobCache.UpdateJobModelList(jobList, EcommendType.Execute);
|
||||
return resultModel;
|
||||
@ -628,7 +628,7 @@ namespace Epost.BLL
|
||||
|
||||
|
||||
lamodel.Title = item.genericname;
|
||||
lamodel.Content = "" + item.Sku.Substring(item.Sku.Length - 4, 4) + "\t" + item.Spec + "\r" + item.GoodsName + "\r批号" + item.batchno + "\t" + item.manufactname.Substring(0, 4) + "";
|
||||
lamodel.Content = "" + item.Sku.Substring(item.Sku.Length - 4, 4) + " " + item.Spec + "\r" + item.GoodsName + "\r批号" + item.batchno + " " + item.manufactname.Substring(0, 4) + "";
|
||||
var aryloc = item.Tolocation.Split('-');
|
||||
lamodel.Loc = "" + aryloc[0].ToString() + "-" + aryloc[1].ToString() + "";
|
||||
lamodel.W_quantity = aryloc[2].ToString();
|
||||
|
Reference in New Issue
Block a user