1
This commit is contained in:
@@ -1500,11 +1500,12 @@ namespace Tnb.ProductionMgr
|
||||
report = input.Adapt<PrdReport>();
|
||||
report.id = SnowflakeIdHelper.NextId();
|
||||
report.reported_qty = input.reported_qty;
|
||||
report.material_box_code = input.material_box_qrcode;
|
||||
report.create_id = _userManager.UserId;
|
||||
report.create_time = DateTime.Now;
|
||||
// report.batch = input.mo_task_code + DateTimeOffset.Now.ToUnixTimeSeconds().ToString();
|
||||
// report.barcode = input.mo_task_code + DateTimeOffset.Now.ToUnixTimeSeconds().ToString();
|
||||
report.barcode = input.mo_task_code+"0001";
|
||||
report.barcode = input.mo_task_code + DateTimeOffset.Now.ToUnixTimeSeconds().ToString();
|
||||
// report.barcode = input.mo_task_code+"0001";
|
||||
report.equip_id = prdMoTask.eqp_id;
|
||||
report.mbom_process_id = prdMoTask.mbom_process_id;
|
||||
report.station = input.station;
|
||||
|
||||
Reference in New Issue
Block a user