This commit is contained in:
帅凯 贾
2023-08-31 13:26:37 +08:00
parent 07d01e0cd0
commit 7eff397fb5
5 changed files with 19 additions and 19 deletions

View File

@ -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();