Conversation
Contributor
There was a problem hiding this comment.
Hey - 我已经审查了你的修改,看起来很棒!
帮我变得更有用!请对每条评论点 👍 或 👎,我会根据你的反馈改进后续的审查。
Original comment in English
Hey - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Contributor
There was a problem hiding this comment.
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
close #1538
Summary by Sourcery
在 DeliveryJobs 中新增对仅箱装货物打包选项的支持。
New Features:
Enhancements:
Documentation:
Original summary in English
Summary by Sourcery
Add support in DeliveryJobs for a new option to handle box-only cargo packing.
New Features:
Enhancements:
Documentation: