feat: 完善差旅票据行程提取与费用明细回填逻辑

增强文档智能识别的票据场景关键词和字段提取能力,优化
会话关联草稿报销单的解析路径,修复费用明细合并和票据
去重边界问题,前端改进报销创建和审批详情交互,补充单
元测试覆盖。
This commit is contained in:
caoxiaozhu
2026-05-21 14:24:51 +08:00
parent b183b0bd5e
commit f28d7e6d16
24 changed files with 1565 additions and 433 deletions

View File

@@ -119,7 +119,7 @@ test('travel expense items describe departure return and lodging time below the
{
id: 'outbound-train',
item_type: 'train_ticket',
item_reason: '广州南北京南',
item_reason: '广州南-北京南',
item_location: '北京',
item_date: '2026-05-13',
item_amount: 354,
@@ -137,7 +137,7 @@ test('travel expense items describe departure return and lodging time below the
{
id: 'return-train',
item_type: 'train_ticket',
item_reason: '北京南广州南',
item_reason: '北京南-广州南',
item_location: '广州',
item_date: '2026-05-15',
item_amount: 354,