功能优化 成品调拨入库

This commit is contained in:
2024-08-28 17:18:49 +08:00
parent 7809aefb9b
commit 1257b4e7ee
20 changed files with 339 additions and 16 deletions

View File

@@ -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);
}