This commit is contained in:
jl
2025-06-27 10:19:12 +08:00
parent 60517d6f9b
commit 6877cd31ea
3 changed files with 27 additions and 25 deletions

View File

@ -275,11 +275,12 @@ 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 + "(" + SumCkQuantity + "箱)";
show.Qty = SumQuantity.ToString();
show.Wholeqty = SumCkQuantity;
show.Unit = "件";
show.Wholeunit = "箱";
show.Contents = data.Parameter + "(" + scanStr + ")\r规格" + discount + " \r总数量:" + zcount + "(" + SumCkQuantity + "箱" + SumQuantity + "件)";
// show.Qty = SumQuantity.ToString();
//show.Wholeqty = SumCkQuantity;
// show.Unit = "件";
// show.Wholeunit = "箱";
show.Type = 2;
comBLL.ShowBoxMessage_M(show);
}