Merge branch 'develop' of https://e.coding.net/jikimo-hn/jikimo_sfs/jikimo_sf into feature/新增工艺退回调整

This commit is contained in:
jinling.yang
2024-11-12 09:12:37 +08:00
23 changed files with 729 additions and 26 deletions

View File

@@ -957,6 +957,7 @@ class ResProductMo(models.Model):
'list_price': item['price'],
'materials_id': materials_id.id,
'materials_type_id': materials_type_id.id,
'single_manufacturing': product_id.single_manufacturing,
'is_bfm': True,
'active': True
}