This commit is contained in:
jl
2024-12-09 13:16:59 +08:00
parent 122c2cb3bc
commit 8f5d9ffbd3
5 changed files with 26 additions and 26 deletions

View File

@ -506,7 +506,7 @@ namespace Epost.BLL
else
{
ShowMessageModel_M show = new ShowMessageModel_M();
show.Title = "SKU" + scanStr + "无任务";
show.Title = "SKU" + scanStr + "未完纳";
show.Color = EnumHelper.EMToDescriptionString(LightColor.Color.Red);
show.Block = item.block;
show.Islock = true;
@ -698,7 +698,7 @@ namespace Epost.BLL
//提示无任务
ShowMessageModel_M show = new ShowMessageModel_M();
show.Title = "商品:" + scanStr + "当前区无任务!";
show.Title = "商品:" + scanStr + "无任务!";
show.Color = EnumHelper.EMToDescriptionString(LightColor.Color.Red);
show.Block = data.Block;
show.Area = data.Area;