Merge branch 'develop' of https://e.coding.net/jikimo-hn/jikimo_sfs/jikimo_sf into feature/制造功能优化

This commit is contained in:
mgw
2025-03-18 16:28:33 +08:00

View File

@@ -250,6 +250,7 @@ class sfMaterialModel(models.Model):
materials_model.need_h = item['need_h']
materials_model.density = item['density']
materials_model.active = item['active']
materials_model.materials_code= item['materials_code']
else:
raise ValidationError("材料型号认证未通过")