修改批次号
This commit is contained in:
@@ -1609,7 +1609,7 @@ namespace Tnb.ProductionMgr
|
|||||||
//if (parent.is_hand_set_batch == 1)
|
//if (parent.is_hand_set_batch == 1)
|
||||||
// batch = parent.batch;
|
// batch = parent.batch;
|
||||||
|
|
||||||
batch= parent.batch;
|
batch = string.IsNullOrEmpty(parent.batch) ? batch : parent.batch;
|
||||||
BasMaterial basMaterial = await _db.Queryable<BasMaterial>().SingleAsync(x=>x.id==parent.material_id);
|
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);
|
BasMbom basMbom = await _db.Queryable<BasMbom>().SingleAsync(x => x.id == item.bom_id);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user