From bafcf35ac9165098ba188ffc08fff58fca7bc4a0 Mon Sep 17 00:00:00 2001 From: mgw <1392924357@qq.com> Date: Thu, 21 Nov 2024 10:41:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=BA=8F=E7=B1=BB=E5=9E=8B=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_manufacturing/models/mrp_routing_workcenter.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sf_manufacturing/models/mrp_routing_workcenter.py b/sf_manufacturing/models/mrp_routing_workcenter.py index 2916bdce..537c6fd5 100644 --- a/sf_manufacturing/models/mrp_routing_workcenter.py +++ b/sf_manufacturing/models/mrp_routing_workcenter.py @@ -11,7 +11,9 @@ class ResMrpRoutingWorkcenter(models.Model): ('CNC加工', 'CNC加工'), ('解除装夹', '解除装夹'), ('切割', '切割'), - ('表面工艺', '表面工艺') + ('表面工艺', '表面工艺'), + ('线切割', '线切割'), + ('人工线下加工', '人工线下加工') ], string="工序类型") routing_tag = fields.Selection([ ('standard', '标准'),