解决空料架配送不能正常下发AGV任务的问题

This commit is contained in:
胡尧
2024-10-09 13:53:49 +08:00
parent 457f0aa2ac
commit d239509299
2 changed files with 4 additions and 1 deletions

View File

@@ -1826,6 +1826,9 @@ class WorkPieceDelivery(models.Model):
return is_free
else:
raise UserError("接驳站暂未反馈站点实时状态,请稍后再试")
def delivery_avg(self):
self._delivery_avg()
# 配送至avg小车
def _delivery_avg(self):