This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user