sqlite-web 0.7.2
gitea.db
action_run
Create
Query
access
access_token
action
action_artifact
action_run
action_run_index
action_run_job
action_runner
action_runner_token
action_schedule
action_schedule_spec
action_task
action_task_output
action_task_step
action_tasks_version
action_variable
app_state
attachment
auth_token
badge
branch
collaboration
comment
commit_status
commit_status_index
commit_status_summary
commit_sync_log
commit_sync_status
dbfs_data
dbfs_meta
deploy_key
email_address
email_hash
external_login_user
follow
gpg_key
gpg_key_import
hook_task
issue
issue_assignees
issue_content_history
issue_dependency
issue_index
issue_label
issue_pin
issue_user
issue_watch
label
language_stat
lfs_lock
lfs_meta_object
login_source
milestone
mirror
notice
notification
oauth2_application
oauth2_authorization_code
oauth2_grant
org_user
package
package_blob
package_blob_upload
package_cleanup_rule
package_file
package_property
package_version
project
project_board
project_issue
protected_branch
protected_tag
public_key
pull_auto_merge
pull_request
push_mirror
reaction
release
renamed_branch
repo_archiver
repo_hidden_file
repo_indexer_status
repo_license
repo_redirect
repo_topic
repo_transfer
repo_unit
repository
review
review_state
secret
session
sqlite_sequence
star
stopwatch
system_setting
task
team
team_invite
team_repo
team_unit
team_user
topic
tracked_time
two_factor
upload
user
user_badge
user_blocking
user_open_id
user_redirect
user_setting
version
watch
webauthn_credential
webhook
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Update row 23488 in action_run
id
Primary key.
INTEGER NOT NULL
title
Merge pull request #11 from laoluojuhai/feat/product-catalog-search-and-image-upload
TEXT
repo_id
INTEGER
owner_id
INTEGER
workflow_id
governance.yml
TEXT
index
INTEGER
trigger_user_id
INTEGER
schedule_id
INTEGER
ref
refs/heads/main
TEXT
commit_sha
8ae98649e077fa188f8e9c1b0a11b78a2377c836
TEXT
is_fork_pull_request
INTEGER
need_approval
INTEGER
approved_by
INTEGER
event
push
TEXT
event_payload
{"ref":"refs/heads/main","before":"7619cf79681794bf28a8dceeb606c9dcfec21a5c","after":"8ae98649e077fa188f8e9c1b0a11b78a2377c836","compare_url":"https://gitea.g-hi.com/luoanwu/juhai-quotation-system/compare/7619cf79681794bf28a8dceeb606c9dcfec21a5c...8ae98649e077fa188f8e9c1b0a11b78a2377c836","commits":[{"id":"8ae98649e077fa188f8e9c1b0a11b78a2377c836","message":"Merge pull request #11 from laoluojuhai/feat/product-catalog-search-and-image-upload\n\nfeat(products): 商品库服务端搜索筛选 + 图片上传至对象存储","url":"https://gitea.g-hi.com/luoanwu/juhai-quotation-system/commit/8ae98649e077fa188f8e9c1b0a11b78a2377c836","author":{"name":"laoluojuhai","email":"158980461+laoluojuhai@users.noreply.github.com","username":""},"committer":{"name":"GitHub","email":"noreply@github.com","username":""},"verification":null,"timestamp":"2026-08-17T04:16:44-07:00","added":["apps/api-fastify/prisma/migrations/20260803100000_user_multi_role/migration.sql","apps/api-fastify/prisma/migrations/20260803140000_contract_documents/migration.sql","apps/api-fastify/prisma/migrations/20260803160000_solution_survey_submission/migration.sql","apps/api-fastify/prisma/migrations/20260803180000_delivery_training/migration.sql","apps/api-fastify/prisma/migrations/20260803193000_after_sales_lifecycle/migration.sql","apps/api-fastify/prisma/migrations/20260804090000_purchase_close_and_installation_rework/migration.sql","apps/api-fastify/prisma/migrations/20260805120000_product_image_thumbnail/migration.sql","apps/api-fastify/prisma/migrations/20260807120000_quotation_void_and_restore/migration.sql","apps/api-fastify/src/modules/after-sales/after-sales.service.ts","apps/api-fastify/src/modules/contracts/contracts.service.ts","apps/api-fastify/src/modules/storage/object-storage.ts","apps/api-fastify/src/routes/after-sales.ts","apps/api-fastify/src/routes/contracts.ts","apps/api-fastify/src/routes/files.ts","apps/api-nestjs/prisma/migrations/20260803100000_user_multi_role/migration.sql","apps/api-nestjs/prisma/migrations/20260803140000_contract_documents/migration.sql","apps/api-nestjs/prisma/migrations/20260803160000_solution_survey_submission/migration.sql","apps/api-nestjs/prisma/migrations/20260803180000_delivery_training/migration.sql","apps/api-nestjs/prisma/migrations/20260803193000_after_sales_lifecycle/migration.sql","apps/api-nestjs/prisma/migrations/20260804090000_purchase_close_and_installation_rework/migration.sql","apps/api-nestjs/prisma/migrations/20260805120000_product_image_thumbnail/migration.sql","apps/api-nestjs/prisma/migrations/20260807120000_quotation_void_and_restore/migration.sql","apps/api-nestjs/src/after-sales/after-sales.controller.ts","apps/api-nestjs/src/after-sales/after-sales.module.ts","apps/api-nestjs/src/after-sales/after-sales.service.ts","apps/api-nestjs/src/after-sales/public-after-sales.controller.ts","apps/api-nestjs/src/contracts/contracts.controller.ts","apps/api-nestjs/src/contracts/contracts.module.ts","apps/api-nestjs/src/contracts/contracts.service.ts","apps/api-nestjs/src/storage/files.controller.ts","apps/api-nestjs/src/storage/object-storage.ts","apps/api-nestjs/src/storage/storage.module.ts","apps/web/src/components/AfterSalesPipeline.tsx","apps/web/src/components/CustomerJourneyBar.tsx","apps/web/src/components/PublicErrorNotice.tsx","apps/web/src/components/StaleDataBanner.tsx","apps/web/src/components/WorkspaceBreadcrumb.tsx","apps/web/src/components/WorkspaceMain.tsx","apps/web/src/components/WorkspaceViewSwitcher.tsx","apps/web/src/components/ui/breadcrumb.tsx","apps/web/src/components/ui/destructive-zone.tsx","apps/web/src/components/ui/drawer.tsx","apps/web/src/components/ui/error-alert.tsx","apps/web/src/components/ui/segmented.tsx","apps/web/src/components/ui/toast.tsx","apps/web/src/features/after-sales/api/after-sales-api.ts","apps/web/src/features/after-sales/components/AfterSalesWorkbench.tsx","apps/web/src/features/after-sales/hooks/use-after-sales.ts","apps/web/src/features/contracts/api/contracts-api.ts","apps/web/src/features/contracts/components/ContractPanel.tsx","apps/web/src/features/contracts/components/ContractTemplateManager.tsx","apps/web/src/features/contracts/hooks/use-contracts.ts","apps/web/src/features/customer-solutions/components/PublicSolutionExperience.tsx","apps/web/src/features/customer-solutions/components/PublicSurveyIntakeView.tsx","apps/web/src/features/customer-solutions/components/TierProductPicker.tsx","apps/web/src/features/fulfillment/components/ContractActivationCard.tsx","apps/web/src/features/products/components/AccessoryEditor.tsx","apps/web/src/features/products/components/ProductCard.tsx","apps/web/src/features/products/components/ProductCreateForm.tsx","apps/web/src/features/products/components/ProductEditor.tsx","apps/web/src/features/products/components/ProductFilterBar.tsx","apps/web/src/features/products/components/ProductImageManager.tsx","apps/web/src/features/products/components/product-form-fields.tsx","apps/web/src/features/products/components/product-library-mode.ts","apps/web/src/features/quotations/components/QuotationOptionLines.tsx","apps/web/src/features/quotations/components/QuotationQueueList.tsx","apps/web/src/hooks/use-debounced-value.ts","apps/web/src/lib/customer-journey.ts","apps/web/src/lib/error-messages.ts","apps/web/src/lib/event-copy.ts","apps/web/src/lib/role-visibility.ts","apps/web/src/lib/workspace-navigation.ts","apps/web/src/lib/workspace-record.tsx","docs/analysis/前端UI治理执行记录-2026-08-04.md","docs/analysis/前端UI诊断报告-2026-08-04.md","docs/analysis/治理执行记录-2026-08-04.md","docs/analysis/设计系统对齐审计-工作台UI优化-2026-08-04.md","docs/analysis/项目挖掘分析报告-2026-08-04.md","docs/design/工作台UI优化方案/README.md","docs/design/工作台UI优化方案/apply-compare-restoration.mjs","docs/design/工作台UI优化方案/support.js","docs/design/工作台UI优化方案/工作台UI优化.dc.html","docs/design/工作台UI优化方案/工作台UI优化方案(离线版).html","docs/domain/after-sales-blueprint.md","docs/domain/contract-blueprint.md","docs/enterprise-platform-architecture.md","packages/contracts/src/after-sales.test.ts","packages/contracts/src/after-sales.ts","packages/contracts/src/contract.test.ts","packages/contracts/src/contract.ts","packages/contracts/src/identifier.test.ts","packages/contracts/src/identifier.ts","packages/contracts/src/quote-version-diff.test.ts","packages/contracts/src/role-assignment.test.ts","packages/contracts/src/solution-summary.test.ts","packages/contracts/src/storage.test.ts","packages/contracts/src/storage.ts","reports/component-size.latest.json","reports/sites-governance.latest.json","scripts/check-component-size.mjs","scripts/check-design-source-parity.mjs","scripts/check-sites-governance.mjs","scripts/lib/acceptance-freshness.mjs","scripts/lib/acceptance-freshness.test.mjs","scripts/lib/backend-parity-diff.mjs","scripts/lib/backend-parity-diff.test.mjs","scripts/lib/component-size.mjs","scripts/lib/component-size.test.mjs","scripts/lib/contract-integration.test.mjs","scripts/lib/design-adoption.mjs","scripts/lib/design-adoption.test.mjs","scripts/lib/design-source-parity.mjs","scripts/lib/design-source-parity.test.mjs","scripts/lib/outbox-dispatch-lock.mjs","scripts/lib/outbox-dispatch-lock.test.mjs","scripts/lib/redis-url-failclosed.test.mjs","scripts/lib/sites-governance.test.mjs"],"removed":[],"modified":[".claude/launch.json",".github/workflows/governance.yml",".gitignore","CLAUDE.md","apps/api-fastify/package.json","apps/api-fastify/prisma/schema.prisma","apps/api-fastify/src/app.ts","apps/api-fastify/src/modules/approval-inbox/approval-inbox.service.ts","apps/api-fastify/src/modules/customer-solutions/customer-solutions.service.ts","apps/api-fastify/src/modules/fulfillment/fulfillment.service.ts","apps/api-fastify/src/modules/products/products.service.ts","apps/api-fastify/src/modules/quotations/quotations.service.ts","apps/api-fastify/src/modules/receivables/receivables.service.ts","apps/api-fastify/src/modules/tenant.ts","apps/api-fastify/src/modules/users/users.service.ts","apps/api-fastify/src/plugins/auth.ts","apps/api-fastify/src/plugins/outbox.ts","apps/api-fastify/src/plugins/queue.ts","apps/api-fastify/src/plugins/redis.ts","apps/api-fastify/src/routes/approval-inbox.ts","apps/api-fastify/src/routes/customer-solutions.ts","apps/api-fastify/src/routes/fulfillment.ts","apps/api-fastify/src/routes/local-auth.ts","apps/api-fastify/src/routes/products.ts","apps/api-fastify/src/routes/quotations.ts","apps/api-fastify/src/routes/receivables.ts","apps/api-fastify/src/routes/users.ts","apps/api-fastify/src/routes/ws.ts","apps/api-fastify/src/types.ts","apps/api-fastify/test/http.acceptance.test.ts","apps/api-fastify/test/users.integration.test.ts","apps/api-nestjs/package.json","apps/api-nestjs/prisma/schema.prisma","apps/api-nestjs/src/app.module.ts","apps/api-nestjs/src/approval-inbox/approval-inbox.controller.ts","apps/api-nestjs/src/approval-inbox/approval-inbox.service.ts","apps/api-nestjs/src/common/auth.guard.ts","apps/api-nestjs/src/common/envelope.ts","apps/api-nestjs/src/common/tenant.decorator.ts","apps/api-nestjs/src/customer-solutions/customer-solutions.controller.ts","apps/api-nestjs/src/customer-solutions/customer-solutions.service.ts","apps/api-nestjs/src/customers/customers.controller.ts","apps/api-nestjs/src/customers/customers.service.ts","apps/api-nestjs/src/events/events.gateway.ts","apps/api-nestjs/src/events/outbox-dispatcher.service.ts","apps/api-nestjs/src/fulfillment/fulfillment.controller.ts","apps/api-nestjs/src/fulfillment/fulfillment.service.ts","apps/api-nestjs/src/local-auth/local-auth.controller.ts","apps/api-nestjs/src/products/products.controller.ts","apps/api-nestjs/src/products/products.service.ts","apps/api-nestjs/src/quotations/quotations.controller.ts","apps/api-nestjs/src/quotations/quotations.service.ts","apps/api-nestjs/src/receivables/receivables.controller.ts","apps/api-nestjs/src/receivables/receivables.service.ts","apps/api-nestjs/src/redis/redis.module.ts","apps/api-nestjs/src/sse/sse.controller.ts","apps/api-nestjs/src/users/users.controller.ts","apps/api-nestjs/src/users/users.service.ts","apps/api-nestjs/test/http.acceptance.test.ts","apps/api-nestjs/test/realtime.tenant.test.ts","apps/api-nestjs/test/users.integration.test.ts","apps/web/e2e-manual/capture.spec.ts","apps/web/e2e/acceptance.spec.ts","apps/web/src/app/globals.css","apps/web/src/app/layout.tsx","apps/web/src/app/page.tsx","apps/web/src/app/solution/[accessToken]/page.tsx","apps/web/src/components/EventFeed.tsx","apps/web/src/components/MobileNav.tsx","apps/web/src/components/MobileOverview.tsx","apps/web/src/components/ui/dialog.tsx","apps/web/src/features/approval-inbox/api/approval-inbox-api.ts","apps/web/src/features/approval-inbox/components/ApprovalInbox.tsx","apps/web/src/features/customer-solutions/api/customer-solutions-api.ts","apps/web/src/features/customer-solutions/components/CustomerSolutionWorkbench.tsx","apps/web/src/features/customer-solutions/components/PublicCustomerSolutionView.tsx","apps/web/src/features/customer-solutions/hooks/use-customer-solutions.ts","apps/web/src/features/customers/components/CustomerLibrary.tsx","apps/web/src/features/customers/components/QuickContactCreate.tsx","apps/web/src/features/customers/components/QuickCustomerCreate.tsx","apps/web/src/features/fulfillment/api/fulfillment-api.ts","apps/web/src/features/fulfillment/components/FulfillmentWorkbench.tsx","apps/web/src/features/fulfillment/components/PublicFulfillmentView.tsx","apps/web/src/features/fulfillment/hooks/use-fulfillment.ts","apps/web/src/features/local-auth/components/LocalIdentitySwitcher.tsx","apps/web/src/features/products/api/products-api.ts","apps/web/src/features/products/components/ProductLibrary.tsx","apps/web/src/features/products/hooks/use-products.ts","apps/web/src/features/quotations/api/quotations-api.ts","apps/web/src/features/quotations/components/PublicQuotationView.tsx","apps/web/src/features/quotations/components/QuotationPolicySettings.tsx","apps/web/src/features/quotations/components/QuotationWorkbench.tsx","apps/web/src/features/quotations/hooks/use-quotations.ts","apps/web/src/features/receivables/components/OrderReceivablesPanel.tsx","apps/web/src/features/users/components/UserAccessWorkbench.tsx","apps/web/src/hooks/useRealtime.ts","apps/web/src/lib/api.ts","apps/web/src/lib/providers.tsx","apps/web/src/lib/user-authorization.tsx","apps/web/src/lib/utils.ts","apps/web/src/store/realtime.ts","apps/web/tailwind.config.ts","deploy/vm/compose.yaml","docs/domain-glossary.md","docs/domain/approval-inbox-blueprint.md","docs/domain/business-flow-overview.md","docs/domain/customer-solution-design-blueprint.md","docs/domain/order-fulfillment-blueprint.md","docs/domain/owner-matrix.md","docs/domain/product-accessories-inventory-blueprint.md","docs/domain/quotation-blueprint.md","docs/domain/receivables-blueprint.md","docs/domain/role-permission-blueprint.md","docs/governance-experience.md","docs/module-test-matrix.md","package.json","packages/contracts/src/approval-inbox.test.ts","packages/contracts/src/approval-inbox.ts","packages/contracts/src/auth.test.ts","packages/contracts/src/auth.ts","packages/contracts/src/contracts.test.ts","packages/contracts/src/fulfillment.ts","packages/contracts/src/index.ts","packages/contracts/src/pagination.test.ts","packages/contracts/src/pagination.ts","packages/contracts/src/quotation.ts","packages/contracts/src/realtime.ts","packages/contracts/src/receivables.ts","packages/contracts/src/role-matrix.test.ts","packages/contracts/src/solution.ts","packages/contracts/src/statemachine.invariants.test.ts","packages/contracts/src/statemachine.test.ts","packages/contracts/src/user.ts","pnpm-lock.yaml","reports/api-route-contract.latest.json","reports/approval-payload-contract.latest.json","reports/baseline.json","reports/contract-consumers.latest.json","reports/design-tokens.latest.json","reports/docs-truth.latest.json","reports/dual-backend-parity.latest.json","reports/gate-selftest.latest.json","reports/governance-docs.latest.json","reports/governance.latest.json","reports/migrations.latest.json","reports/module-integration.latest.json","reports/naming.latest.json","reports/order-concurrency-guard.latest.json","reports/queue-isolation.latest.json","reports/role-permissions.latest.json","reports/runtime-acceptance.latest.json","reports/runtime-governance.latest.json","reports/schema-sync.latest.json","reports/ui-acceptance.latest.json","reports/validation-source.latest.json","reports/vm-deploy.latest.json","reports/workspace-hygiene.latest.json","scripts/build-manual.mjs","scripts/check-api-route-contract.mjs","scripts/check-contract-consumers.mjs","scripts/check-design-tokens.mjs","scripts/check-dual-backend-parity.mjs","scripts/check-module-integration.mjs","scripts/check-queue-isolation.mjs","scripts/check-runtime-acceptance.mjs","scripts/check-ui-acceptance.mjs","scripts/governance-report.mjs","scripts/import-product-catalog.mjs","scripts/lib/api-route-contract.mjs","scripts/lib/api-route-contract.test.mjs","scripts/lib/auth-source.mjs","scripts/lib/docs-truth.test.mjs","scripts/lib/report-provenance.mjs","scripts/lib/report-provenance.test.mjs","scripts/sign-local-access-token.mjs","scripts/vm-deploy.sh","sites/haizan-quote-center/db/runtime.ts","turbo.json"]},{"id":"6a67a7abf58201b2b407aab3e500b463d3f08bc7","message":"Merge branch 'feat/product-catalog-search-and-image-upload' of https://github.com/laoluojuhai/juhai-quotation-system into feat/product-catalog-search-and-image-upload\n","url":"https://gitea.g-hi.com/luoanwu/juhai-quotation-system/commit/6a67a7abf58201b2b407aab3e500b463d3f08bc7","author":{"name":"luoguoguo","email":"luoguoguo@gmail.com","username":""},"committer":{"name":"luoguoguo","email":"luoguoguo@gmail.com","username":""},"verification":null,"timestamp":"2026-08-17T04:04:06-07:00","added":[],"removed":[],"modified":[]},{"id":"874115874d1ce6a322367e0553a620a531ebdaf9","message":"fix(e2e): 修两条潜伏五天的失效断言——\u0026\u0026 串行链把 UI 验收挡在门外\n\n上一条提交让 static governance 转绿后,CI 的 Runtime and UI acceptance 才**首次真正\n跑起来**(自 2026-08-06 起每轮都是 SKIPPED),当场暴露两条 E2E 失效断言。二者均由\n35ebc86(2026-08-12)改文案引入而断言没跟上,与本轮重构无关:\n\n① 侧栏入口叫「报价审核」,子页标题已改为「待我审核」——入口名与标题是两个口径,\n 不能因为同一个入口就复用同一个词。\n② 版本徽标由「版本 1」改为紧凑的「v1」(与版本中心的「V1」看齐)。\n 断言收紧为 /·\\s*v1\\s*·/:裸 `v1` 会被报价号或客户名里任何含 v1 的片段撞上,\n 会让断言以错误理由变绿,那恰恰是它该防的漂移。\n\nmodule-integration 的浏览器证据标记同步跟到**标题**而非入口名——写成入口名会被\nopenWorkspaceEntry(page, \"报价审核\") 白白喂饱,标记就不再证明任何事(负向实测:\n把 E2E 里该断言改掉即 exit=1 并命中 browser-name: \"待我审核\")。\n\n顺带删掉上一条提交遗留的死代码:权限判据已随创建卡下沉进 QuotationCreateCard,\nQuotationWorkbench 里的 userCan 不再有消费者,留着会让下一个人以为还有权限逻辑要接。\n\n三级门禁证据(作用域=本地工作区):\n- 静态 pnpm check:22 项全绿 exit=0,16 组负向自检有牙\n- check:runtime:548/548(地板 503;contracts 436 + NestJS 56 + Fastify 56)\n- check:ui:12/12 全绿\n\n教训已回灌 CLAUDE.md:串行 \u0026\u0026 门禁链报出的违规数是**下界不是总数**,\n本轮 CI 报「共 1 处违规」,实际是 4 处静态 + 2 处 E2E。\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","url":"https://gitea.g-hi.com/luoanwu/juhai-quotation-system/commit/874115874d1ce6a322367e0553a620a531ebdaf9","author":{"name":"luoguoguo","email":"luoguoguo@gmail.com","username":""},"committer":{"name":"luoguoguo","email":"luoguoguo@gmail.com","username":""},"verification":null,"timestamp":"2026-08-17T04:03:39-07:00","added":[],"removed":[],"modified":["CLAUDE.md","apps/web/e2e/acceptance.spec.ts","apps/web/src/features/quotations/components/QuotationWorkbench.tsx","reports/api-route-contract.latest.json","reports/approval-payload-contract.latest.json","reports/component-size.latest.json","reports/contract-consumers.latest.json","reports/design-tokens.latest.json","reports/docs-truth.latest.json","reports/dual-backend-parity.latest.json","reports/gate-selftest.latest.json","reports/governance-docs.latest.json","reports/governance.latest.json","reports/migrations.latest.json","reports/module-integration.latest.json","reports/naming.latest.json","reports/order-concurrency-guard.latest.json","reports/queue-isolation.latest.json","reports/role-permissions.latest.json","reports/runtime-acceptance.latest.json","reports/runtime-governance.latest.json","reports/schema-sync.latest.json","reports/sites-governance.latest.json","reports/ui-acceptance.latest.json","reports/validation-source.latest.json","reports/vm-deploy.latest.json","reports/workspace-hygiene.latest.json","scripts/check-module-integration.mjs"]},{"id":"c7d8d5944215315512254bb9a8f6cc2bd937c88f","message":"Merge branch 'main' into feat/product-catalog-search-and-image-upload","url":"https://gitea.g-hi.com/luoanwu/juhai-quotation-system/commit/c7d8d5944215315512254bb9a8f6cc2bd937c88f","author":{"name":"laoluojuhai","email":"158980461+laoluojuhai@users.noreply.github.com","username":""},"committer":{"name":"GitHub","email":"noreply@github.com","username":""},"verification":null,"timestamp":"2026-08-17T03:48:25-07:00","added":[],"removed":[],"modified":[]},{"id":"3afb568a1d13a2ceeaf49a2a9bf1d8634f422c23","message":"fix(gate): 版本中心断言重锚为结构式——距离窗口误杀且漏杀,顺带逼出报价域拆分\n\nPR #11 的 CI 红在 quotation-version-detail-visible。查证为**门禁误杀**:版本中心的\n快照详情一直正常渲染(浏览器实测展开 V1 可见「经济方案 ¥910,000.00 · 1 项明细」),\n只是行内补了 diff 段落与三段设计裁决注释后,两个锚点间距涨到 1309 字符、超过\n{0,500} 距离窗口(after-sales-order-options-hook 同型,本仓第二次踩)。\n\n断言重锚为否定环视 (?:(?!\u003c\\/details\u003e)[\\s\\S])*,语义由「两锚点挨得近」改为\n「快照摘要在版本行元素内部」。差分真值表显示旧写法 4 例错 2 例、两个方向都错:\n不仅误杀,还漏杀「快照挪到行外但离得近」——重锚顺手补上那个洞,并固化为\ncontract-integration.test.mjs 第 24b 条负向用例(实跑 exit=1 且命中预期断言 id)。\n\ncomponent-size 同轮逼出真拆分(门禁明说「先拆分而不是上调登记值」):\n- QuotationWorkbench 661→169:创建卡连同表单状态提为 QuotationCreateCard、\n 单档编辑器提为 QuotationOptionEditor、版本中心提为 QuotationVersionCenter\n- MobileOverview 473→413:报价经营四指标卡提为 OverviewQuoteMetrics\n全部抽为**同文件兄弟组件**——搬到独立文件会让按路径锚定的门禁锚点落空。\nQuotationCreateCard 刻意始终挂载、在 hooks 之后才 return null,保证候选查询的\n发起时机与重构前逐字一致(只搬行不改行为)。登记值同步下调/毕业锁住进步。\n\n⚠️ 抽 OverviewQuoteMetrics 时一度把三元中段当 JSX 搬走并用 \u003c\u003e 包裹,`) : (`\n降格为文本节点原样上屏,且两个分支同时渲染——给有权限的管理员显示「未向当前\n角色开放」。tsc 与 22 项静态门禁全绿,只有浏览器截图抓得到。已修并留档。\n\n证据(作用域=本地工作区):pnpm check 22 项全绿 exit=0、16 组负向自检有牙、\n浏览器实测总览/新建报价/版本中心三处渲染正常。未重跑 check:runtime / check:ui\n(两后端与 contracts 一行未动,那两级证据仍绑定上一轮 commit)。\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n","url":"https://gitea.g-hi.com/luoanwu/juhai-quotation-system/commit/3afb568a1d13a2ceeaf49a2a9bf1d8634f422c23","author":{"name":"luoguoguo","email":"luoguoguo@gmail.com","username":""},"committer":{"name":"luoguoguo","email":"luoguoguo@gmail.com","username":""},"verification":null,"timestamp":"2026-08-17T03:47:39-07:00","added":[],"removed":[],"modified":["CLAUDE.md","apps/web/src/components/MobileOverview.tsx","apps/web/src/features/quotations/components/QuotationWorkbench.tsx","reports/api-route-contract.latest.json","reports/approval-payload-contract.latest.json","reports/component-size.latest.json","reports/contract-consumers.latest.json","reports/design-tokens.latest.json","reports/docs-truth.latest.json","reports/dual-backend-parity.latest.json","reports/gate-selftest.latest.json","reports/governance-docs.latest.json","reports/governance.latest.json","reports/migrations.latest.json","reports/module-integration.latest.json","reports/naming.latest.json","reports/order-concurrency-guard.latest.json","reports/queue-isolation.latest.json","reports/role-permissions.latest.json","reports/runtime-governance.latest.json","reports/schema-sync.latest.json","reports/sites-governance.latest.json","reports/validation-source.latest.json","reports/vm-deploy.latest.json","reports/workspace-hygiene.latest.json","scripts/check-module-integration.mjs","scripts/lib/component-size.mjs","scripts/lib/contract-integration.test.mjs"]}],"total_commits":0,"head_commit":{"id":"8ae98649e077fa188f8e9c1b0a11b78a2377c836","message":"Merge pull request #11 from laoluojuhai/feat/product-catalog-search-and-image-upload\n\nfeat(products): 商品库服务端搜索筛选 + 图片上传至对象存储","url":"https://gitea.g-hi.com/luoanwu/juhai-quotation-system/commit/8ae98649e077fa188f8e9c1b0a11b78a2377c836","author":{"name":"laoluojuhai","email":"158980461+laoluojuhai@users.noreply.github.com","username":""},"committer":{"name":"GitHub","email":"noreply@github.com","username":""},"verification":null,"timestamp":"2026-08-17T04:16:44-07:00","added":["apps/api-fastify/prisma/migrations/20260803100000_user_multi_role/migration.sql","apps/api-fastify/prisma/migrations/20260803140000_contract_documents/migration.sql","apps/api-fastify/prisma/migrations/20260803160000_solution_survey_submission/migration.sql","apps/api-fastify/prisma/migrations/20260803180000_delivery_training/migration.sql","apps/api-fastify/prisma/migrations/20260803193000_after_sales_lifecycle/migration.sql","apps/api-fastify/prisma/migrations/20260804090000_purchase_close_and_installation_rework/migration.sql","apps/api-fastify/prisma/migrations/20260805120000_product_image_thumbnail/migration.sql","apps/api-fastify/prisma/migrations/20260807120000_quotation_void_and_restore/migration.sql","apps/api-fastify/src/modules/after-sales/after-sales.service.ts","apps/api-fastify/src/modules/contracts/contracts.service.ts","apps/api-fastify/src/modules/storage/object-storage.ts","apps/api-fastify/src/routes/after-sales.ts","apps/api-fastify/src/routes/contracts.ts","apps/api-fastify/src/routes/files.ts","apps/api-nestjs/prisma/migrations/20260803100000_user_multi_role/migration.sql","apps/api-nestjs/prisma/migrations/20260803140000_contract_documents/migration.sql","apps/api-nestjs/prisma/migrations/20260803160000_solution_survey_submission/migration.sql","apps/api-nestjs/prisma/migrations/20260803180000_delivery_training/migration.sql","apps/api-nestjs/prisma/migrations/20260803193000_after_sales_lifecycle/migration.sql","apps/api-nestjs/prisma/migrations/20260804090000_purchase_close_and_installation_rework/migration.sql","apps/api-nestjs/prisma/migrations/20260805120000_product_image_thumbnail/migration.sql","apps/api-nestjs/prisma/migrations/20260807120000_quotation_void_and_restore/migration.sql","apps/api-nestjs/src/after-sales/after-sales.controller.ts","apps/api-nestjs/src/after-sales/after-sales.module.ts","apps/api-nestjs/src/after-sales/after-sales.service.ts","apps/api-nestjs/src/after-sales/public-after-sales.controller.ts","apps/api-nestjs/src/contracts/contracts.controller.ts","apps/api-nestjs/src/contracts/contracts.module.ts","apps/api-nestjs/src/contracts/contracts.service.ts","apps/api-nestjs/src/storage/files.controller.ts","apps/api-nestjs/src/storage/object-storage.ts","apps/api-nestjs/src/storage/storage.module.ts","apps/web/src/components/AfterSalesPipeline.tsx","apps/web/src/components/CustomerJourneyBar.tsx","apps/web/src/components/PublicErrorNotice.tsx","apps/web/src/components/StaleDataBanner.tsx","apps/web/src/components/WorkspaceBreadcrumb.tsx","apps/web/src/components/WorkspaceMain.tsx","apps/web/src/components/WorkspaceViewSwitcher.tsx","apps/web/src/components/ui/breadcrumb.tsx","apps/web/src/components/ui/destructive-zone.tsx","apps/web/src/components/ui/drawer.tsx","apps/web/src/components/ui/error-alert.tsx","apps/web/src/components/ui/segmented.tsx","apps/web/src/components/ui/toast.tsx","apps/web/src/features/after-sales/api/after-sales-api.ts","apps/web/src/features/after-sales/components/AfterSalesWorkbench.tsx","apps/web/src/features/after-sales/hooks/use-after-sales.ts","apps/web/src/features/contracts/api/contracts-api.ts","apps/web/src/features/contracts/components/ContractPanel.tsx","apps/web/src/features/contracts/components/ContractTemplateManager.tsx","apps/web/src/features/contracts/hooks/use-contracts.ts","apps/web/src/features/customer-solutions/components/PublicSolutionExperience.tsx","apps/web/src/features/customer-solutions/components/PublicSurveyIntakeView.tsx","apps/web/src/features/customer-solutions/components/TierProductPicker.tsx","apps/web/src/features/fulfillment/components/ContractActivationCard.tsx","apps/web/src/features/products/components/AccessoryEditor.tsx","apps/web/src/features/products/components/ProductCard.tsx","apps/web/src/features/products/components/ProductCreateForm.tsx","apps/web/src/features/products/components/ProductEditor.tsx","apps/web/src/features/products/components/ProductFilterBar.tsx","apps/web/src/features/products/components/ProductImageManager.tsx","apps/web/src/features/products/components/product-form-fields.tsx","apps/web/src/features/products/components/product-library-mode.ts","apps/web/src/features/quotations/components/QuotationOptionLines.tsx","apps/web/src/features/quotations/components/QuotationQueueList.tsx","apps/web/src/hooks/use-debounced-value.ts","apps/web/src/lib/customer-journey.ts","apps/web/src/lib/error-messages.ts","apps/web/src/lib/event-copy.ts","apps/web/src/lib/role-visibility.ts","apps/web/src/lib/workspace-navigation.ts","apps/web/src/lib/workspace-record.tsx","docs/analysis/前端UI治理执行记录-2026-08-04.md","docs/analysis/前端UI诊断报告-2026-08-04.md","docs/analysis/治理执行记录-2026-08-04.md","docs/analysis/设计系统对齐审计-工作台UI优化-2026-08-04.md","docs/analysis/项目挖掘分析报告-2026-08-04.md","docs/design/工作台UI优化方案/README.md","docs/design/工作台UI优化方案/apply-compare-restoration.mjs","docs/design/工作台UI优化方案/support.js","docs/design/工作台UI优化方案/工作台UI优化.dc.html","docs/design/工作台UI优化方案/工作台UI优化方案(离线版).html","docs/domain/after-sales-blueprint.md","docs/domain/contract-blueprint.md","docs/enterprise-platform-architecture.md","packages/contracts/src/after-sales.test.ts","packages/contracts/src/after-sales.ts","packages/contracts/src/contract.test.ts","packages/contracts/src/contract.ts","packages/contracts/src/identifier.test.ts","packages/contracts/src/identifier.ts","packages/contracts/src/quote-version-diff.test.ts","packages/contracts/src/role-assignment.test.ts","packages/contracts/src/solution-summary.test.ts","packages/contracts/src/storage.test.ts","packages/contracts/src/storage.ts","reports/component-size.latest.json","reports/sites-governance.latest.json","scripts/check-component-size.mjs","scripts/check-design-source-parity.mjs","scripts/check-sites-governance.mjs","scripts/lib/acceptance-freshness.mjs","scripts/lib/acceptance-freshness.test.mjs","scripts/lib/backend-parity-diff.mjs","scripts/lib/backend-parity-diff.test.mjs","scripts/lib/component-size.mjs","scripts/lib/component-size.test.mjs","scripts/lib/contract-integration.test.mjs","scripts/lib/design-adoption.mjs","scripts/lib/design-adoption.test.mjs","scripts/lib/design-source-parity.mjs","scripts/lib/design-source-parity.test.mjs","scripts/lib/outbox-dispatch-lock.mjs","scripts/lib/outbox-dispatch-lock.test.mjs","scripts/lib/redis-url-failclosed.test.mjs","scripts/lib/sites-governance.test.mjs"],"removed":[],"modified":[".claude/launch.json",".github/workflows/governance.yml",".gitignore","CLAUDE.md","apps/api-fastify/package.json","apps/api-fastify/prisma/schema.prisma","apps/api-fastify/src/app.ts","apps/api-fastify/src/modules/approval-inbox/approval-inbox.service.ts","apps/api-fastify/src/modules/customer-solutions/customer-solutions.service.ts","apps/api-fastify/src/modules/fulfillment/fulfillment.service.ts","apps/api-fastify/src/modules/products/products.service.ts","apps/api-fastify/src/modules/quotations/quotations.service.ts","apps/api-fastify/src/modules/receivables/receivables.service.ts","apps/api-fastify/src/modules/tenant.ts","apps/api-fastify/src/modules/users/users.service.ts","apps/api-fastify/src/plugins/auth.ts","apps/api-fastify/src/plugins/outbox.ts","apps/api-fastify/src/plugins/queue.ts","apps/api-fastify/src/plugins/redis.ts","apps/api-fastify/src/routes/approval-inbox.ts","apps/api-fastify/src/routes/customer-solutions.ts","apps/api-fastify/src/routes/fulfillment.ts","apps/api-fastify/src/routes/local-auth.ts","apps/api-fastify/src/routes/products.ts","apps/api-fastify/src/routes/quotations.ts","apps/api-fastify/src/routes/receivables.ts","apps/api-fastify/src/routes/users.ts","apps/api-fastify/src/routes/ws.ts","apps/api-fastify/src/types.ts","apps/api-fastify/test/http.acceptance.test.ts","apps/api-fastify/test/users.integration.test.ts","apps/api-nestjs/package.json","apps/api-nestjs/prisma/schema.prisma","apps/api-nestjs/src/app.module.ts","apps/api-nestjs/src/approval-inbox/approval-inbox.controller.ts","apps/api-nestjs/src/approval-inbox/approval-inbox.service.ts","apps/api-nestjs/src/common/auth.guard.ts","apps/api-nestjs/src/common/envelope.ts","apps/api-nestjs/src/common/tenant.decorator.ts","apps/api-nestjs/src/customer-solutions/customer-solutions.controller.ts","apps/api-nestjs/src/customer-solutions/customer-solutions.service.ts","apps/api-nestjs/src/customers/customers.controller.ts","apps/api-nestjs/src/customers/customers.service.ts","apps/api-nestjs/src/events/events.gateway.ts","apps/api-nestjs/src/events/outbox-dispatcher.service.ts","apps/api-nestjs/src/fulfillment/fulfillment.controller.ts","apps/api-nestjs/src/fulfillment/fulfillment.service.ts","apps/api-nestjs/src/local-auth/local-auth.controller.ts","apps/api-nestjs/src/products/products.controller.ts","apps/api-nestjs/src/products/products.service.ts","apps/api-nestjs/src/quotations/quotations.controller.ts","apps/api-nestjs/src/quotations/quotations.service.ts","apps/api-nestjs/src/receivables/receivables.controller.ts","apps/api-nestjs/src/receivables/receivables.service.ts","apps/api-nestjs/src/redis/redis.module.ts","apps/api-nestjs/src/sse/sse.controller.ts","apps/api-nestjs/src/users/users.controller.ts","apps/api-nestjs/src/users/users.service.ts","apps/api-nestjs/test/http.acceptance.test.ts","apps/api-nestjs/test/realtime.tenant.test.ts","apps/api-nestjs/test/users.integration.test.ts","apps/web/e2e-manual/capture.spec.ts","apps/web/e2e/acceptance.spec.ts","apps/web/src/app/globals.css","apps/web/src/app/layout.tsx","apps/web/src/app/page.tsx","apps/web/src/app/solution/[accessToken]/page.tsx","apps/web/src/components/EventFeed.tsx","apps/web/src/components/MobileNav.tsx","apps/web/src/components/MobileOverview.tsx","apps/web/src/components/ui/dialog.tsx","apps/web/src/features/approval-inbox/api/approval-inbox-api.ts","apps/web/src/features/approval-inbox/components/ApprovalInbox.tsx","apps/web/src/features/customer-solutions/api/customer-solutions-api.ts","apps/web/src/features/customer-solutions/components/CustomerSolutionWorkbench.tsx","apps/web/src/features/customer-solutions/components/PublicCustomerSolutionView.tsx","apps/web/src/features/customer-solutions/hooks/use-customer-solutions.ts","apps/web/src/features/customers/components/CustomerLibrary.tsx","apps/web/src/features/customers/components/QuickContactCreate.tsx","apps/web/src/features/customers/components/QuickCustomerCreate.tsx","apps/web/src/features/fulfillment/api/fulfillment-api.ts","apps/web/src/features/fulfillment/components/FulfillmentWorkbench.tsx","apps/web/src/features/fulfillment/components/PublicFulfillmentView.tsx","apps/web/src/features/fulfillment/hooks/use-fulfillment.ts","apps/web/src/features/local-auth/components/LocalIdentitySwitcher.tsx","apps/web/src/features/products/api/products-api.ts","apps/web/src/features/products/components/ProductLibrary.tsx","apps/web/src/features/products/hooks/use-products.ts","apps/web/src/features/quotations/api/quotations-api.ts","apps/web/src/features/quotations/components/PublicQuotationView.tsx","apps/web/src/features/quotations/components/QuotationPolicySettings.tsx","apps/web/src/features/quotations/components/QuotationWorkbench.tsx","apps/web/src/features/quotations/hooks/use-quotations.ts","apps/web/src/features/receivables/components/OrderReceivablesPanel.tsx","apps/web/src/features/users/components/UserAccessWorkbench.tsx","apps/web/src/hooks/useRealtime.ts","apps/web/src/lib/api.ts","apps/web/src/lib/providers.tsx","apps/web/src/lib/user-authorization.tsx","apps/web/src/lib/utils.ts","apps/web/src/store/realtime.ts","apps/web/tailwind.config.ts","deploy/vm/compose.yaml","docs/domain-glossary.md","docs/domain/approval-inbox-blueprint.md","docs/domain/business-flow-overview.md","docs/domain/customer-solution-design-blueprint.md","docs/domain/order-fulfillment-blueprint.md","docs/domain/owner-matrix.md","docs/domain/product-accessories-inventory-blueprint.md","docs/domain/quotation-blueprint.md","docs/domain/receivables-blueprint.md","docs/domain/role-permission-blueprint.md","docs/governance-experience.md","docs/module-test-matrix.md","package.json","packages/contracts/src/approval-inbox.test.ts","packages/contracts/src/approval-inbox.ts","packages/contracts/src/auth.test.ts","packages/contracts/src/auth.ts","packages/contracts/src/contracts.test.ts","packages/contracts/src/fulfillment.ts","packages/contracts/src/index.ts","packages/contracts/src/pagination.test.ts","packages/contracts/src/pagination.ts","packages/contracts/src/quotation.ts","packages/contracts/src/realtime.ts","packages/contracts/src/receivables.ts","packages/contracts/src/role-matrix.test.ts","packages/contracts/src/solution.ts","packages/contracts/src/statemachine.invariants.test.ts","packages/contracts/src/statemachine.test.ts","packages/contracts/src/user.ts","pnpm-lock.yaml","reports/api-route-contract.latest.json","reports/approval-payload-contract.latest.json","reports/baseline.json","reports/contract-consumers.latest.json","reports/design-tokens.latest.json","reports/docs-truth.latest.json","reports/dual-backend-parity.latest.json","reports/gate-selftest.latest.json","reports/governance-docs.latest.json","reports/governance.latest.json","reports/migrations.latest.json","reports/module-integration.latest.json","reports/naming.latest.json","reports/order-concurrency-guard.latest.json","reports/queue-isolation.latest.json","reports/role-permissions.latest.json","reports/runtime-acceptance.latest.json","reports/runtime-governance.latest.json","reports/schema-sync.latest.json","reports/ui-acceptance.latest.json","reports/validation-source.latest.json","reports/vm-deploy.latest.json","reports/workspace-hygiene.latest.json","scripts/build-manual.mjs","scripts/check-api-route-contract.mjs","scripts/check-contract-consumers.mjs","scripts/check-design-tokens.mjs","scripts/check-dual-backend-parity.mjs","scripts/check-module-integration.mjs","scripts/check-queue-isolation.mjs","scripts/check-runtime-acceptance.mjs","scripts/check-ui-acceptance.mjs","scripts/governance-report.mjs","scripts/import-product-catalog.mjs","scripts/lib/api-route-contract.mjs","scripts/lib/api-route-contract.test.mjs","scripts/lib/auth-source.mjs","scripts/lib/docs-truth.test.mjs","scripts/lib/report-provenance.mjs","scripts/lib/report-provenance.test.mjs","scripts/sign-local-access-token.mjs","scripts/vm-deploy.sh","sites/haizan-quote-center/db/runtime.ts","turbo.json"]},"repository":{"id":72,"owner":{"id":5,"login":"luoanwu","login_name":"","source_id":0,"full_name":"","email":"law@g-hi.com","avatar_url":"https://gitea.g-hi.com/avatar/627574a890388a2aadc80ab38d22f3a0","html_url":"https://gitea.g-hi.com/luoanwu","language":"","is_admin":false,"last_login":"0001-01-01T00:00:00Z","created":"2026-01-30T16:28:30+08:00","restricted":false,"active":false,"prohibit_login":false,"location":"","website":"","description":"","visibility":"public","followers_count":0,"following_count":0,"starred_repos_count":0,"username":"luoanwu"},"name":"juhai-quotation-system","full_name":"luoanwu/juhai-quotation-system","description":"巨嗨报价系统:Next.js + NestJS/Fastify 双后端治理型报价业务底座","empty":false,"private":false,"fork":false,"template":false,"mirror":false,"size":33682,"language":"","languages_url":"https://gitea.g-hi.com/api/v1/repos/luoanwu/juhai-quotation-system/languages","html_url":"https://gitea.g-hi.com/luoanwu/juhai-quotation-system","url":"https://gitea.g-hi.com/api/v1/repos/luoanwu/juhai-quotation-system","link":"","ssh_url":"git@gitea.g-hi.com:luoanwu/juhai-quotation-system.git","clone_url":"https://gitea.g-hi.com/luoanwu/juhai-quotation-system.git","original_url":"","website":"","stars_count":0,"forks_count":0,"watchers_count":1,"branch_count":9,"open_issues_count":0,"open_pr_counter":0,"release_counter":0,"default_branch":"main","archived":false,"created_at":"2026-07-31T03:51:09+08:00","updated_at":"2026-08-17T19:05:11+08:00","archived_at":"1970-01-01T08:00:00+08:00","permissions":{"admin":true,"push":true,"pull":true},"has_code":true,"has_issues":true,"internal_tracker":{"enable_time_tracker":true,"allow_only_contributors_to_track_time":true,"enable_issue_dependencies":true},"has_wiki":true,"has_pull_requests":true,"has_projects":true,"projects_mode":"all","has_releases":true,"has_packages":true,"has_actions":true,"ignore_whitespace_conflicts":false,"allow_merge_commits":true,"allow_rebase":true,"allow_rebase_explicit":true,"allow_squash_merge":true,"allow_fast_forward_only_merge":true,"allow_rebase_update":true,"allow_manual_merge":false,"autodetect_manual_merge":false,"default_delete_branch_after_merge":false,"default_merge_style":"merge","default_allow_maintainer_edit":true,"avatar_url":"","internal":false,"mirror_interval":"","object_format_name":"sha1","mirror_updated":"0001-01-01T00:00:00Z","topics":[],"licenses":[]},"pusher":{"id":5,"login":"luoanwu","login_name":"","source_id":0,"full_name":"","email":"5+luoanwu@noreply.localhost","avatar_url":"https://gitea.g-hi.com/avatar/627574a890388a2aadc80ab38d22f3a0","html_url":"https://gitea.g-hi.com/luoanwu","language":"","is_admin":false,"last_login":"0001-01-01T00:00:00Z","created":"2026-01-30T16:28:30+08:00","restricted":false,"active":false,"prohibit_login":false,"location":"","website":"","description":"","visibility":"public","followers_count":0,"following_count":0,"starred_repos_count":0,"username":"luoanwu"},"sender":{"id":5,"login":"luoanwu","login_name":"","source_id":0,"full_name":"","email":"5+luoanwu@noreply.localhost","avatar_url":"https://gitea.g-hi.com/avatar/627574a890388a2aadc80ab38d22f3a0","html_url":"https://gitea.g-hi.com/luoanwu","language":"","is_admin":false,"last_login":"0001-01-01T00:00:00Z","created":"2026-01-30T16:28:30+08:00","restricted":false,"active":false,"prohibit_login":false,"location":"","website":"","description":"","visibility":"public","followers_count":0,"following_count":0,"starred_repos_count":0,"username":"luoanwu"}}
TEXT
trigger_event
push
TEXT
status
INTEGER
version
INTEGER (default 0
started
INTEGER
stopped
INTEGER
previous_duration
INTEGER
created
INTEGER
updated
INTEGER
raw_concurrency
group: governance-${{ github.workflow }}-${{ github.ref }} cancel-in-progress: "true"
TEXT
concurrency_group
governance-governance.yml-refs/heads/main
TEXT NOT NULL (default ''
concurrency_cancel
INTEGER NOT NULL (default FALSE
Update
Cancel