• Joined on 2026-08-10
ila opened issue OPC/goauto#339 2026-09-24 14:26:43 +08:00
SYB 订单商品列表支持 200/500 条每页,默认 100 条
ila commented on issue OPC/goauto#338 2026-09-24 14:22:53 +08:00
feat(yeeke): 退货商品与 SYB 待采购订单商品匹配,匹配后拦截采购

范围补充(2026-09-24,用户确认)

来源:用户本地试用后询问两次匹配结果是否正常;因匹配请求未记录提交范围,无法还原当次勾选。用户原话:「把每次批量匹配提交了哪些商品、各自是什么结果也写进日志」。…

ila pushed to feat/338-return-match at OPC/goauto 2026-09-24 14:22:14 +08:00
1e944b9d2e feat(returnmatch): record every batch-match submission and its outcomes (#338)
ila pushed to feat/338-return-match at OPC/goauto 2026-09-24 14:03:13 +08:00
20a8144be0 fix(db): add migration version that creates return_match tables (#338)
ila pushed to feat/338-return-match at OPC/goauto 2026-09-24 12:03:18 +08:00
f2c8307c17 feat(web): return-matching UI on SYB products and yeeke returns pages (#338)
92c42ba1fe feat(yeeke): add match-status filter and occupying-SYB column to returns list (#338)
fc99be0392 fix(returnmatch): dedicated log table, race-safe matching, spec/remark fixes (#338)
Compare 3 commits »
ila pushed to feat/338-return-match at OPC/goauto 2026-09-24 11:49:40 +08:00
dec99cb81d fix(purchase): block new purchase tasks for actively return-matched SYB products (#338)
fbde80cc20 feat(returnmatch): DB-backed batch match/confirm/cancel/remark API for #338
9bebf3930d feat(returnmatch): pure spec normalization and candidate selection for #338
3516fb7edc feat(db): add return_match table for #338
Compare 4 commits »
ila created branch feat/338-return-match in OPC/goauto 2026-09-24 11:49:40 +08:00
ila commented on issue OPC/goauto#338 2026-09-24 11:49:34 +08:00
feat(yeeke): 退货商品与 SYB 待采购订单商品匹配,匹配后拦截采购

开始实施(服务端核心已完成,Web 页面本轮未实现,见下):

  • 新表 return_match(server/app/goauto/models/return_match.go,已加入 migrations.MigratedModels()):matched/confirmed/cancelled…
ila commented on issue OPC/goauto#337 2026-09-24 11:39:56 +08:00
feat(yeeke): 退货包裹 Admin 只读模块页面与查询(菜单/列表/详情/同步记录)

Wiki 遗留处理:用户 2026-09-24 决定并入 #338 的 Wiki 同步轮次一起更新,完成后在此补记页面与 revision。

ila closed issue OPC/goauto#337 2026-09-24 11:36:35 +08:00
feat(yeeke): 退货包裹 Admin 只读模块页面与查询(菜单/列表/详情/同步记录)
ila commented on issue OPC/goauto#337 2026-09-24 11:36:34 +08:00
feat(yeeke): 退货包裹 Admin 只读模块页面与查询(菜单/列表/详情/同步记录)

验收(2026-09-24)

用户确认:「#337验收通过合并到main」。

  • 合并:feat/337-yeeke-admin-ui 快进合并到 main(02bddbf..d0b8609),未新增合并提交;验证沿用实施回写中同一提交 d0b8609…
ila pushed to main at OPC/goauto 2026-09-24 11:36:16 +08:00
d0b86092a6 fix(web): map claim status 1 to 已认领 instead of showing the raw digit (#337)
5faf870d0f refactor(web): rename returns list columns, add resync-updates-times test (#337)
6773c88a64 fix(yeeke): align return item table labels (#336)
248eae01ee feat(yeeke): switch returns admin list to item-level rows with shop filter (#337)
ac5d8336ec refactor(web): drop sync-runs footnote and let the table fill the page (#337)
Compare 12 commits »
ila opened issue OPC/goauto#338 2026-09-24 10:36:37 +08:00
feat(yeeke): 退货商品与 SYB 待采购订单商品匹配,匹配后拦截采购
ila commented on issue OPC/goauto#337 2026-09-24 09:05:16 +08:00
feat(yeeke): 退货包裹 Admin 只读模块页面与查询(菜单/列表/详情/同步记录)

实施回写(2026-09-24)

分支:feat/337-yeeke-admin-ui(基于 main 02bddbf),12 个提交,已推送 origin。未合并 main,未部署线上。

18 个文件,+1962/-74 行:`server/app/goauto/yeeke/{li…

ila pushed to feat/337-yeeke-admin-ui at OPC/goauto 2026-09-24 08:57:41 +08:00
d0b86092a6 fix(web): map claim status 1 to 已认领 instead of showing the raw digit (#337)
ila pushed to feat/337-yeeke-admin-ui at OPC/goauto 2026-09-24 08:52:54 +08:00
5faf870d0f refactor(web): rename returns list columns, add resync-updates-times test (#337)
ila commented on issue OPC/goauto#336 2026-09-23 17:12:14 +08:00
feat(yeeke): 建立退货包裹只读对接与定时同步

已检查 Claude Code 的 #336/#337 实现,退货商品列表位于 feat/337-yeeke-admin-ui,不是当前 fix/230-horizontal-spec-selection 工作树。已按 #336 已确认的表格约束更新并提交:

  • 商品ID/规格ID →…
ila pushed to feat/337-yeeke-admin-ui at OPC/goauto 2026-09-23 17:11:44 +08:00
6773c88a64 fix(yeeke): align return item table labels (#336)
ila commented on issue OPC/goauto#336 2026-09-23 16:54:46 +08:00
feat(yeeke): 建立退货包裹只读对接与定时同步

退货商品页表格显示约束(补充确认)

仅调整前端显示,不改变后端接口字段、数据库字段或同步数据结构:

  • 表头“商品id”显示为“蝦皮id”;
  • 表头“规格id”显示为“sku_id”;
  • 去掉“仓库/库位”显示…
ila pushed to feat/337-yeeke-admin-ui at OPC/goauto 2026-09-23 16:38:04 +08:00
248eae01ee feat(yeeke): switch returns admin list to item-level rows with shop filter (#337)