This commit is contained in:
@ -136,11 +136,12 @@ namespace Epost.BLL
|
||||
SumQuantity = SumQuantity % discount;
|
||||
}
|
||||
}
|
||||
showmodel.Qty = SumQuantity.ToString();
|
||||
showmodel.Wholeqty = SumCkQuantity;
|
||||
showmodel.Unit = "件";
|
||||
showmodel.Wholeunit = "箱";
|
||||
showmodel.Contents = queueDT.Rows[0]["sku"].ToString() + "\r规格: " + discount + " \r总数量:" + zcount+"("+ SumCkQuantity + "箱)";
|
||||
//showmodel.Qty = SumQuantity.ToString();
|
||||
//showmodel.Wholeqty = SumCkQuantity;
|
||||
//showmodel.Unit = "件";
|
||||
//showmodel.Wholeunit = "箱";
|
||||
showmodel.Qty = "0";
|
||||
showmodel.Contents = queueDT.Rows[0]["sku"].ToString() + "\r规格: " + discount + " \r总数量:" + zcount+"("+ SumCkQuantity + "箱"+ SumQuantity+"件)";
|
||||
}
|
||||
comBLL.ShowBoxMessage_M(showmodel);//点亮显示标签
|
||||
#endregion
|
||||
|
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user