人工线下加工编程方式设置

This commit is contained in:
mgw
2025-02-10 10:58:01 +08:00
parent b1261bb91b
commit 9695997542

View File

@@ -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: