提报增加重量
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user