注塑车间报表初版

This commit is contained in:
2024-07-29 17:12:20 +08:00
parent 0e09a8187c
commit 42f2d7ec9f
10 changed files with 227 additions and 24 deletions

View File

@@ -1709,6 +1709,7 @@ namespace Tnb.ProductionMgr
report = input.Adapt<PrdReport>();
report.id = SnowflakeIdHelper.NextId();
report.org_id = WmsWareHouseConst.AdministratorOrgId;
report.reported_qty = input.reported_qty;
report.weight = input.weight;
report.material_box_code = input.material_box_code;
@@ -2341,6 +2342,8 @@ namespace Tnb.ProductionMgr
{
id = SnowflakeIdHelper.NextId(),
mo_task_id = input.mo_task_id,
material_id = prdMoTask.material_id,
org_id = WmsWareHouseConst.AdministratorOrgId,
batch = batch,
defective_cagetory_id = categoryItem.category_id,
defective_item = dItem.defective_item,