This commit is contained in:
jl
2025-06-26 16:33:20 +08:00
parent 7a359923d9
commit 60517d6f9b
3 changed files with 18 additions and 18 deletions

View File

@ -140,7 +140,7 @@ namespace Epost.BLL
showmodel.Wholeqty = SumCkQuantity;
showmodel.Unit = "件";
showmodel.Wholeunit = "箱";
showmodel.Contents = queueDT.Rows[0]["sku"].ToString() + "\r规格 " + discount + " \r总数量" + zcount;
showmodel.Contents = queueDT.Rows[0]["sku"].ToString() + "\r规格 " + discount + " \r总数量" + zcount+"("+ SumCkQuantity + "箱)";
}
comBLL.ShowBoxMessage_M(showmodel);//点亮显示标签
#endregion

View File

@ -275,9 +275,9 @@ namespace Epost.BLL
show.Color = EnumHelper.EMToDescriptionString(LightColor.Color.Red);
show.Block = item.block;
show.Islock = true;
show.Contents = data.Parameter + "(" + scanStr + ")\r规格" + discount + " \r总数量" + zcount;
show.Contents = data.Parameter + "(" + scanStr + ")\r规格" + discount + " \r总数量" + zcount + "(" + SumCkQuantity + "箱)";
show.Qty = SumQuantity.ToString();
show.Wholeqty = SumCkQuantity;
show.Wholeqty = SumCkQuantity;
show.Unit = "件";
show.Wholeunit = "箱";
show.Type = 2;