提报增加重量

This commit is contained in:
2024-06-20 14:32:48 +08:00
parent def9290c37
commit 9fead8d3c9
5 changed files with 18 additions and 1 deletions

View File

@@ -1672,6 +1672,7 @@ namespace Tnb.ProductionMgr
report = input.Adapt<PrdReport>();
report.id = SnowflakeIdHelper.NextId();
report.reported_qty = input.reported_qty;
report.weight = input.weight;
report.material_box_code = input.material_box_code;
if (prdMoTask.schedule_type == 2)
{