注塑车间报表初版
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user