人工线下加工
This commit is contained in:
@@ -1012,7 +1012,7 @@ class MrpProduction(models.Model):
|
|||||||
if self.production_type == '自动化产线加工':
|
if self.production_type == '自动化产线加工':
|
||||||
date_planned_start, date_planned_end, last_time = work.auto_production_process(last_time, count,
|
date_planned_start, date_planned_end, last_time = work.auto_production_process(last_time, count,
|
||||||
type_map)
|
type_map)
|
||||||
elif self.production_type == '':
|
elif self.production_type == '人工线下加工':
|
||||||
date_planned_start, date_planned_end, last_time = work.manual_offline_process(last_time, index)
|
date_planned_start, date_planned_end, last_time = work.manual_offline_process(last_time, index)
|
||||||
work.update_work_start_end(date_planned_start, date_planned_end)
|
work.update_work_start_end(date_planned_start, date_planned_end)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user