功能优化 成品调拨入库
This commit is contained in:
@@ -100,7 +100,9 @@ namespace Tnb.ProductionMgr
|
||||
remark = a.remark,
|
||||
f_flowid = d.name,
|
||||
equip_id_id = c.id,
|
||||
material_id_id = b.id
|
||||
material_id_id = b.id,
|
||||
f_flowtaskid = b.material_specification,
|
||||
extras = b.material_standard
|
||||
}).ToPagedListAsync(input.currentPage, int.MaxValue);
|
||||
return PageResult<PrdRawMaterialBarcodeListDto>.SqlSugarPageResult(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user