Merge branch 'feature/返工、工序优化' into feature/销售、制造、返工优化
This commit is contained in:
@@ -13,6 +13,9 @@ class SaleOrder(models.Model):
|
||||
('sent', "报价已发送"),
|
||||
('supply method', "供货方式待确认"),
|
||||
('sale', "销售订单"),
|
||||
('processing', "加工中"),
|
||||
('physical_distribution', "物流中"),
|
||||
('delivered', "已交付"),
|
||||
('done', "已锁定"),
|
||||
('cancel', "已取消"),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user