Skip to content

feat(DeliveryJobs): 添加仅装箱货物的选项#1558

Merged
he0119 merged 1 commit intov2from
feat/DeliveryJobsPackCargoOnly
Mar 23, 2026
Merged

feat(DeliveryJobs): 添加仅装箱货物的选项#1558
he0119 merged 1 commit intov2from
feat/DeliveryJobsPackCargoOnly

Conversation

@he0119
Copy link
Copy Markdown
Contributor

@he0119 he0119 commented Mar 23, 2026

close #1538

Summary by Sourcery

在 DeliveryJobs 中新增对仅箱装货物打包选项的支持。

New Features:

  • 在 DeliveryJobs 任务中引入一个配置选项,用于将任务限制为只打包箱装货物。

Enhancements:

  • 更新 PackCargo 配送流水线(delivery pipeline)配置,以支持新的“仅箱装货物”选项。

Documentation:

  • 在多种语言的本地化字符串中新增或更新条目,用于描述 DeliveryJobs 中新的“仅箱装货物”选项。
Original summary in English

Summary by Sourcery

Add support in DeliveryJobs for a new option to handle box-only cargo packing.

New Features:

  • Introduce a configuration option in DeliveryJobs tasks to restrict jobs to packing boxed cargo only.

Enhancements:

  • Update the PackCargo delivery pipeline configuration to support the new box-only cargo option.

Documentation:

  • Add or update localization strings in multiple languages to describe the new box-only cargo option in DeliveryJobs.

Copilot AI review requested due to automatic review settings March 23, 2026 16:06
Copy link
Copy Markdown
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
Copy Markdown
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 #1538 中提到的自动接单带来的操作困扰。

Changes:

  • 在 DeliveryJobs 任务配置中新增 DeliveryJobsPackCargoOnly 开关,并通过 pipeline_override 调整节点行为
  • 在装箱流程 pipeline 中新增从“调度申请/报价界面”返回本地仓储的节点 DeliveryJobsBackToDepotFromBid
  • 为新增选项补充中/英/日/韩/繁中本地化文案

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
assets/tasks/DeliveryJobs.json 新增“仅装箱货物”选项,并通过 pipeline override 禁用接单/转交入口、调整装箱分支跳转与识别期望文本
assets/resource/pipeline/DeliveryJobs/PackCargo.json 新增 DeliveryJobsBackToDepotFromBid 节点,用于在调度申请界面退出返回本地仓储
assets/misc/locales/zh_tw.json 新增该选项的繁中 label/description
assets/misc/locales/zh_cn.json 新增该选项的简中 label/description
assets/misc/locales/ko_kr.json 新增该选项的韩文 label/description
assets/misc/locales/ja_jp.json 新增该选项的日文 label/description
assets/misc/locales/en_us.json 新增该选项的英文 label/description

@he0119 he0119 merged commit adc4df8 into v2 Mar 23, 2026
22 checks passed
@he0119 he0119 deleted the feat/DeliveryJobsPackCargoOnly branch March 23, 2026 16:24
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.

自动接取任务逻辑问题

2 participants