增加了机台换刀申请和CAM程序用刀计划的搜索视图,增加了机台换刀申请的自动换刀功能,增加了CAM程序用刀计划的自动换刀申请功能(待完善)
This commit is contained in:
@@ -43,7 +43,7 @@ class ToolChangeRequirementInformation(models.TransientModel):
|
||||
'remark': self.new_former,
|
||||
'status': '1'
|
||||
}
|
||||
# 将数据更新到换刀申请
|
||||
# 将数据更新到机台换刀申请界面
|
||||
self.env['sf.machine.table.tool.changing.apply'].search(
|
||||
[('CNC_machine_table', '=', desc.get('CNC_machine_table'))]).write(desc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user