工单展示组件

This commit is contained in:
gqh
2023-03-21 13:58:46 +08:00
parent 00fdf38cc7
commit 9807f515e9
5 changed files with 12 additions and 9 deletions

View File

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