1、基于原生的移动历史重构功能刀具出入库记录模型;2、功能刀具列表模型新增查询当前功能刀具出入库记录按钮;3、删除旧的功能刀具出入库记录模型和出入库记录人模型;4、机台换刀申请模型的功能刀具名称字段改为绑定功能刀具组装单;5、优化功能刀具组装单确认组装功能的创建移动历史记录功能。
This commit is contained in:
@@ -1 +1 @@
|
||||
from . import models
|
||||
from . import models
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
from . import calendar_base
|
||||
from . import base
|
||||
from . import base
|
||||
|
||||
@@ -44,7 +44,3 @@ class ProcedureEquipmentResourceSetting(models.Model):
|
||||
record.working_shift_id = record.working_calendar_id.working_shift_ids
|
||||
else:
|
||||
record.working_shift_id = None
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user