diff --git a/sf_manufacturing/models/mrp_production.py b/sf_manufacturing/models/mrp_production.py index cd60bce1..0cd04e27 100644 --- a/sf_manufacturing/models/mrp_production.py +++ b/sf_manufacturing/models/mrp_production.py @@ -658,6 +658,8 @@ class MrpProduction(models.Model): programme_way = 'manual operation' else: programme_way = 'auto' + if cnc.production_type == '人工线下加工': + programme_way = 'manual operation' if quick_order: programme_way = 'manual operation' try: