Skip to content

fix(DeliveryJobs): 修复无法找到需要填充的货物的问题#1070

Merged
MistEO merged 3 commits intomainfrom
fix/delivery-jobs-fill-goods
Mar 7, 2026
Merged

fix(DeliveryJobs): 修复无法找到需要填充的货物的问题#1070
MistEO merged 3 commits intomainfrom
fix/delivery-jobs-fill-goods

Conversation

@he0119
Copy link
Contributor

@he0119 he0119 commented Mar 7, 2026

现在会尝试向上滑动三次。

fix #1068

Summary by Sourcery

Bug Fixes:

  • 通过改进搜索/滚动行为,解决在 DeliveryJobs 中包装步骤无法找到需要装填的货物的问题。
Original summary in English

Summary by Sourcery

Bug Fixes:

  • Resolve an issue where the packing step could not find the cargo that needed to be filled in DeliveryJobs by improving the search/scroll behavior.

Summary by Sourcery

错误修复:

  • 通过调整相关流水线和任务配置中的滚动/搜索行为,解决了在 DeliveryJobs 打包步骤中可能无法找到需要装载货物的问题。
Original summary in English

Summary by Sourcery

Bug Fixes:

  • Resolve an issue where the DeliveryJobs packing step could fail to find cargo that needs to be loaded by adjusting scroll/search behavior in the related pipeline and task configuration.

@he0119 he0119 marked this pull request as ready for review March 7, 2026 12:13
Copilot AI review requested due to automatic review settings March 7, 2026 12:13
@MistEO MistEO merged commit eb1441f into main Mar 7, 2026
11 checks passed
@MistEO MistEO deleted the fix/delivery-jobs-fill-goods branch March 7, 2026 12:13
Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - 我已经审查了你的更改,一切看起来都很棒!


Sourcery 对开源项目是免费的——如果你觉得我们的代码审查有帮助,请考虑分享它们 ✨
帮我变得更有用!请在每条评论上点击 👍 或 👎,我会根据这些反馈来改进你的代码审查体验。
Original comment in English

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

该 PR 旨在修复 DeliveryJobs 装箱流程中“选择需要填充的货物”阶段可能因目标物品不在首屏而卡住的问题,通过引入滚动+重试逻辑提升可找到目标物品的概率,对应修复 issue #1068

Changes:

  • 将装箱“下一步”后的流程改为进入新的选择物品循环节点(带滚动重试)
  • 在 PackCargo 流水线中新增“选择物品循环”OCR 节点与“向上滑动”Scroll 节点
  • 新增滚动命中计数清理节点(ClearHitCount),避免影响后续仓储节点滚动

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
assets/tasks/DeliveryJobs.json 将装箱选择物品的 pipeline_override 入口切换到新的循环节点
assets/resource_fast/pipeline/DeliveryJobs/PackCargo.json 新增选择-滚动-重试流程节点,并在成功后尝试清理滚动 hit count

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

自动转交送货任务选择填入指定货物时任务卡住

3 participants