报表、电梯优化......

This commit is contained in:
2024-08-27 22:44:42 +08:00
parent be5bdc46e3
commit ab2f4c5b9b
9 changed files with 262 additions and 40 deletions

View File

@@ -338,6 +338,7 @@ namespace Tnb.WarehouseMgr
{
var mat = mats.Where(p => p.id == carrycode.material_id).First();
locationOutput.material_name = mat.name;
locationOutput.material_specification = mat.material_specification;
}
locationOutput.code_batch = carrycode.code_batch;