Merge branch 'develop' of https://e.coding.net/jikimo-hn/jikimo_sfs/jikimo_sf into feature/修复表面工艺外协

This commit is contained in:
jinling.yang
2024-05-12 21:33:57 +08:00
8 changed files with 36 additions and 30 deletions

View File

@@ -68,7 +68,7 @@ class MrpProduction(models.Model):
('待加工', '待加工'),
('待解除装夹', '待解除装夹'),
('已完工', '已完工'),
], string='工序状态')
], string='工序状态', default='待装夹')
# 零件图号
part_number = fields.Char('零件图号')