修改喷码批次号

This commit is contained in:
2024-11-14 14:30:43 +08:00
parent db727783fd
commit 695267409b

View File

@@ -1609,7 +1609,7 @@ namespace Tnb.ProductionMgr
//if (parent.is_hand_set_batch == 1)
// batch = parent.batch;
batch = string.IsNullOrEmpty(parent.batch) ? batch : parent.batch;
batch = string.IsNullOrEmpty(item.batch) ? batch : item.batch;
BasMaterial basMaterial = await _db.Queryable<BasMaterial>().SingleAsync(x=>x.id==parent.material_id);
BasMbom basMbom = await _db.Queryable<BasMbom>().SingleAsync(x => x.id == item.bom_id);