不要X号

This commit is contained in:
tongfei
2024-04-08 16:52:31 +08:00
parent ea7fc34ae1
commit fcb972b380

View File

@@ -242,9 +242,9 @@ namespace WMS.Web.Domain.Services
{ {
update_taskDetailsIds.Add(det.TaskDetailId); update_taskDetailsIds.Add(det.TaskDetailId);
if (i == item.Details.Count) if (i == item.Details.Count)
content = det.Specifications + " X 数量" + Convert.ToInt32(det.Qty); content = det.Specifications + " 数量" + Convert.ToInt32(det.Qty);
else else
content = det.Specifications + " X 数量" + Convert.ToInt32(det.Qty) + ""; content = det.Specifications + " 数量" + Convert.ToInt32(det.Qty) + "";
i = i + 1; i = i + 1;
} }