Merge pull request #4079 from ****************
Fix tracker script name route matching
解析 POS 设置上的 “ u. map” 不是一个函数, 并更新 Commerce 导航
- 在商务中添加防御阵列提取 MarketApi(getMarkets, getVendorCateors, getMarketVendors, 种子VendorCatetors),处理包裹的API响应 - 更新设置现状Window商业分专题,包括所有6个POS标签:业务类型、产品目录、库存、租赁资产、供应商、订阅计划...
解决 Next.j 动态路由 sattle 冲突( “ id' vs” 市场) 我会的
将[marketId]目录合并为[id]用于商业-市场API线路. Next.js 需要在同一路径级别上的所有动态段使用 相同的参数名称。 从 marketId 重命名为 id 有分解化名的参数 .
向供应商添加模拟商业市场数据种子
在创建7个市场的DataLoader上添加装入MockCommerce MarketData () 所有6个商业类型,在自动种子下提供符合实际的供应商数据 内置分类。 还加强了带有细列物品的零售订单播种.
解决企业管道标签中的类型脚本错误
- 使 ToCSV 列参数具有从对象键自动衍生的可选性 - 在“采购Tab”中修复下载Blob呼叫(错误的参数计数,缺失的 Blob 包装) - 将MUI Grid v1 API(项目/xs/sm/md道具)转换为v2 API(大小道具),跨越10个管道标签文件
具有企业特征的抵押管道标签
- 增强管道应用Tab与借款人/财产/贷款详细对话, 10步状态工作流程,配有色码芯片,供应商通过市场分配 爱德, 速率锁定跟踪、关闭日期管理、大宗状态更新、说明和CSV导出 - 利用承诺生命周期跟踪(ISSUED)建立管道承诺 服务),带有类别分组和进度栏的条件核对表, 链接应用程序引用、注释系统和 CSV 导出 -...
Update pipeline to use market-driven tabs with backward compatibility
Add CommerceMarketManager and update POS settings to Markets & Fields
Add frontend API proxy routes and client for commerce markets system
Modify getPOSConfig to include commerce markets and derive enabled types
Add commerce markets implementation plan
36 tasks across 7 chunks covering backend entities, controllers, frontend proxy routes, settings UI, pipeline integration, and enterprise-level tab completion f...
Remove duplicate session timeout fields from session types
Aligns with SecurityService change that removes createdAt/expiresIn from Redis session records and tokenExpiration from session info responses. - user-info/rou...
Remove duplicate session timeout system from Redis records
Session expiry is now managed solely by the Redis key TTL. The internal createdAt/expiresIn fields stored inside the Redis value have been removed — they formed...