新增坯料类型

This commit is contained in:
guanhuan
2025-06-27 17:44:32 +08:00
parent c03cda8250
commit 048f07aba4
7 changed files with 43 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ class SfDemandPlan(models.Model):
return list
state = fields.Selection([
('10', '草稿'),
('10', '需求确认'),
('20', '待工艺设计'),
('30', '部分下达'),
('40', '已下达'),