不要X号
This commit is contained in:
@@ -242,9 +242,9 @@ namespace WMS.Web.Domain.Services
|
||||
{
|
||||
update_taskDetailsIds.Add(det.TaskDetailId);
|
||||
if (i == item.Details.Count)
|
||||
content = det.Specifications + " X 数量" + Convert.ToInt32(det.Qty);
|
||||
content = det.Specifications + " 数量" + Convert.ToInt32(det.Qty);
|
||||
else
|
||||
content = det.Specifications + " X 数量" + Convert.ToInt32(det.Qty) + ",";
|
||||
content = det.Specifications + " 数量" + Convert.ToInt32(det.Qty) + ",";
|
||||
i = i + 1;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user