报表、电梯优化......
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user