docs: align docs with post-restructure package layout
Update README tree (compare.py + domain.py), CLAUDE.md module refs, and the three docs/ deep-dives to the current inbound_verify package (compare/domain/sites/cli). Correct the statistics review report's methodology to the current 口径 (应到=交接件数, 实到=直接数单号去重, 未到=应到−实到) per compare.py docstring; remove ghost-script references in the CDP guide. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -104,12 +104,12 @@ playwright install chromium
|
||||
**去重校验**(两账号同归属地则报错中止,防数据翻倍),再顺序对各账号跑一遍
|
||||
`xxx_download_impl(page, out_tag=归属地)`(产物 `顺心-{归属}-{应到/实到}货物数据.xlsx`),
|
||||
最后 `shunxin_merge_final` 把两份 `pd.concat` 成统一的 `顺心-{应到/实到}货物数据.xlsx`
|
||||
并删中间文件。比对层 `expected_undelivered` **零改动**(仍读同名文件)。
|
||||
并删中间文件。比对层 `compare` **零改动**(仍读同名文件)。
|
||||
- 导出队列不串扰:双账号**顺序执行**,账号 A 走完完整下载流程(远超 40s)后 B 才提交,
|
||||
配合每账号独立 `export_times` + ≤40s 容差,B 不会误匹配 A 的任务。
|
||||
|
||||
### 比对
|
||||
`inbound_verify.expected_undelivered`(菜单 [9])纯离线:读 `downloads/` 下各站应到/实到 xlsx,
|
||||
`inbound_verify.compare`(菜单 [9])纯离线:读 `downloads/` 下各站应到/实到 xlsx,
|
||||
比对生成 `output/应到未到数据.xlsx`(汇总 + 各站明细)。
|
||||
|
||||
### 路径
|
||||
|
||||
Reference in New Issue
Block a user