Logo

GitLab

Sign in

朱子纯 / vibe-erp-v0

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • Commits 148
  • Compare
  • Branches 2
  • Tags 0
  • vibe-erp-v0
  • web
  • src
  • pages
  • EditPartnerPage.tsx
10 Apr, 2026
2 commits
  • fix(web): DynamicExtFields on edit pages + user-friendly error messages
    24bf9acc
    zichun authored
    2026-04-10 17:11:27 +0800  
    Browse Code »
  • feat(web): edit forms for items + partners (PATCH) ...
    d8856b6a
    Adds edit pages for items and partners — the two entities
    operators update most often. Each form loads the existing
    record, pre-fills all editable fields, and PATCHes on save.
    Code and baseUomCode are read-only after creation (by design).
    
    New pages:
      - EditItemPage: name, type, description, active toggle
      - EditPartnerPage: name, type, email, phone
    
    API client: catalog.updateItem, partners.update (PATCH).
    
    List pages: item/partner codes are now clickable links to the
    edit page instead of plain text. Routes wired at
    /items/:id/edit and /partners/:id/edit.
    zichun authored
    2026-04-10 11:38:35 +0800  
    Browse Code »