1.修改数据库2.数据库去掉demo数据指令3.工单的获取cnc车程序按钮代码还原

This commit is contained in:
jinling.yang
2023-12-25 17:30:32 +08:00
parent 57cfa56081
commit eedce8338b
2 changed files with 3 additions and 3 deletions

View File

@@ -366,7 +366,7 @@ class MrpProduction(models.Model):
current_sequence += 1
if work.name == '获取CNC加工程序':
work.button_start()
# work.fetchCNC()
work.fetchCNC()
# 创建工单并进行排序
def _create_workorder(self):