query_order_exact 使用 outbound_number 和 outbound_numbers 查询
fms_outbound.outbound_number。当前工具说明将该字段称为“出库单号”,但业务页面
使用的准确名称是“排舱单号”,容易使 AI 和员工误解字段含义。
保留 outbound_number 和 outbound_numbers 字段名,因为它们已经与数据库字段、
Python Gateway、PHP 校验及查询逻辑对齐。仅修改以下文案和回归断言:
outbound_number 说明改为单个排舱单号精准查询,并提示不是海外仓出库单号。outbound_numbers 说明改为多个排舱单号批量精准查询。outbound_date_start、outbound_date_end 的“出库日期”改为“排舱日期”;
日期字段与本次单号术语修正不是同一业务概念。tests.test_query_order_exact_tool,确认工具元数据文案正确。query_order_exact 相关说明,确认不再将 outbound_number(s) 标注为
“出库单号”。