From 44e15997419de0ba85c8c82159fbc9258c7e17ce Mon Sep 17 00:00:00 2001 From: Mimingguang Date: Tue, 11 Aug 2026 09:36:12 +0800 Subject: [PATCH] =?UTF-8?q?chore(changelog):=20#5809=20#5781=20=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=20implemented(3993f15a)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ..._5781_单团核算表扩充逐项明细-修改接口-管理后台.md | 12 ++++++------ .../10_5809_完成核单去凭据-修改接口-管理后台.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/changelogs-v2/2026-08/10_5781_单团核算表扩充逐项明细-修改接口-管理后台.md b/changelogs-v2/2026-08/10_5781_单团核算表扩充逐项明细-修改接口-管理后台.md index 19fefe8..cb47427 100644 --- a/changelogs-v2/2026-08/10_5781_单团核算表扩充逐项明细-修改接口-管理后台.md +++ b/changelogs-v2/2026-08/10_5781_单团核算表扩充逐项明细-修改接口-管理后台.md @@ -7,13 +7,13 @@ change_type: "修改接口" author: "yaosutu(GIT)" backend_status: "deployed" gateway_status: "verified" -frontend_status: "pending" -frontend_owner: "" -frontend_ref: "" +frontend_status: "implemented" +frontend_owner: "mmg" +frontend_ref: "3993f15a" target_release: "" -verified_at: "" -status_note: "" -updated_at: "2026-08-10" +verified_at: "2026-08-11" +status_note: "前端已实现(3993f15a):单团核算表收入行 incomeLines[].details、成本分类 costCategories[].lines 逐项明细行内展开——detailColumns 显式剔除 details/lines/voucherUrls 父列(否则嵌套结构被 detailCellValue JSON.stringify 成多余列,后端已 deployed 老前端会自动渲出),新增 expand 列+renderChildTable 渲染逐项子表(仅当行确有非空逐项才显示展开入口,空数组不渲染);REPORT_FIELD_LABELS 补逐项字段中文表头(stayDate/hotelName/dailyPrice/totalPremium 等),REPORT_CODE_TO_NAME_FIELD 补 source/serviceType/bizType code→Name(后端回填 sourceName/serviceTypeName/bizTypeName,缺名回退 code)。负数金额不取绝对值、*Name 中文名直接展示均遵循 changelog 边界。ReportModal.spec 新增展开用例:父表不渲 JSON 列、展开后显示逐项子表。核单域 spec 全过,checkpoint 全绿。" +updated_at: "2026-08-11" base: "dev-v3" --- diff --git a/changelogs-v2/2026-08/10_5809_完成核单去凭据-修改接口-管理后台.md b/changelogs-v2/2026-08/10_5809_完成核单去凭据-修改接口-管理后台.md index e7fc244..cf1d140 100644 --- a/changelogs-v2/2026-08/10_5809_完成核单去凭据-修改接口-管理后台.md +++ b/changelogs-v2/2026-08/10_5809_完成核单去凭据-修改接口-管理后台.md @@ -7,13 +7,13 @@ change_type: "修改接口" author: "yaosutu(GIT)" backend_status: "deployed" gateway_status: "verified" -frontend_status: "pending" -frontend_owner: "" -frontend_ref: "" +frontend_status: "implemented" +frontend_owner: "mmg" +frontend_ref: "3993f15a" target_release: "" -verified_at: "" -status_note: "" -updated_at: "2026-08-10" +verified_at: "2026-08-11" +status_note: "前端已实现(3993f15a):finalize 改无请求体(仅 Path 传 orderId)——orderV2.finalizeSettlement 改单参 body=undefined,settlementService.completeSettlement 删 remark trim/校验与 reimbursementConfirmationPayload 组装改 completeSettlement(id);ReportModal 删转账日期/预支是否已结清/流水号/签字单凭证/备注整块凭据表单与相关 script,formulaText 改注记凭据摘除;detail.vue 删 ReportModal 凭据绑定、reimbursementConfirmation ref、askComplete 改单参、删路由 watch 重置块。测试同步:orderV2.spec finalize 用例改断言 body=undefined;settlementService.spec 重写 finalize payload 断言为 toHaveBeenCalledWith(ORDER_ID)、删「净额非零必须提交日期流水」用例、各 finalize 用例去 confirmation 第二参;ReportModal.spec 删两个凭据编辑用例与 FileUpload mock/helper。前端先上、后端随后(前后端需同批,后端上线前老前端传凭据字段会 400,已按排期先前端)。核单域四 spec 34+16 全过,checkpoint 7 文件全绿(ESLint/Vitest 全量/生产构建)。" +updated_at: "2026-08-11" base: "dev-v3" ---