From 31fdc2e45626e6be803b41a53922ccf807cab32b Mon Sep 17 00:00:00 2001 From: leefer Date: Tue, 25 Aug 2026 12:03:54 +0800 Subject: [PATCH] =?UTF-8?q?HEL-124=20=E8=BF=94=E5=B7=A5=EF=BC=9A=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E5=90=8E=E6=81=A2=E5=A4=8D=20#parseButton=20=E5=8F=AF?= =?UTF-8?q?=E7=82=B9=20+=20detailContent=20=E5=8A=A0=E3=80=8C=E5=8E=9F?= =?UTF-8?q?=E5=9E=8B=E5=8D=A0=E4=BD=8D=E3=80=8D=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: multica-agent --- web/app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/app.js b/web/app.js index 4832002..eca6e74 100644 --- a/web/app.js +++ b/web/app.js @@ -184,6 +184,8 @@ function showView(view) { window.scrollTo({ top: 0, behavior: motionQuery.matches ? "auto" : "smooth" }); } +// 原型占位,非本司真待办/真断档数据:detailContent 仅用于演示总览/工作台事项 +// 点开抽屉的静态文案,真实待办与断档来自审核中心 / 往来确认等接口数据。 const detailContent = { "admin-gap": { tag: ["danger", "高风险"], title: "金牛置业 · 中行账户断档", desc: "中国银行尾号 8821 缺少 07-06 至 07-16 流水,已影响 7 月结账。", fields: [["公司", "金牛置业"], ["账户", "中国银行 · 尾号 8821"], ["缺口期间", "2026-07-06 — 07-16 · 11 天"], ["影响", "7 月结账 · 与金牛煤业 320 万往来无法归集"], ["当前状态", "阻断结账"]], tip: "先向金牛置业出纳发送补传提醒,补齐流水后到审核中心复核覆盖区间。", action: ["去审核中心处理", "audit"] }, "admin-unsubmitted": { tag: ["danger", "高风险"], title: "金牛农业 7 月未提交流水", desc: "全部账户 7 月流水均未提交,已发 2 次系统提醒。", fields: [["公司", "金牛农业"], ["账户", "全部账户"], ["已提醒", "2 次 · 最近一次 08-18"], ["当前状态", "未响应"]], tip: "可再次发送提醒,或在提醒管理里查看已发出的提醒记录。", action: ["去提醒管理", "reminders"] }, @@ -1691,6 +1693,7 @@ function renderParseResult(result, parsed) { const button = $("#parseButton"); button.dataset.stage = "confirm"; + button.disabled = false; if (!parsed) { button.querySelector("span").textContent = "关闭"; } else if (opaque) {