增加AGV调度功能,工单页面增加自定义筛选字段

This commit is contained in:
胡尧
2024-08-07 17:44:43 +08:00
parent 8ec5e05739
commit 5d8f0f83b2
14 changed files with 167 additions and 6 deletions

View File

@@ -429,7 +429,7 @@ class Manufacturing_Connect(http.Controller):
logging.info('LocationChange error:%s' % e)
return json.JSONEncoder().encode(res)
@http.route('/AutoDeviceApi/AGVToProduct', type='json', auth='sf_token', methods=['GET', 'POST'], csrf=False,
@http.route('/AutoDeviceApi/AGVToProduct', type='json', auth='public', methods=['GET', 'POST'], csrf=False,
cors="*")
def AGVToProduct(self, **kw):
"""