unis_sip/oms_web
chenhao d745fe6de8 feat(currency): 引入精确货币舍入工具函数并优化价格计算逻辑
- 在 ruoyi.js 中新增 preciseCurrencyRound 函数用于处理货币精度
- 替换 ConfigInfo.vue 和 ProductConfig.vue 中的 Math.round 为精确舍入方法
- 移除 ProductConfig.vue 组件内原有的 preciseCurrencyRound 方法定义
- 优化库存管理页面排序字段,从 deliveryTime 改为 createTime
- 新增项目与订单详情抽屉组件,替换原有占位提示逻辑
- 设置默认排序方式为按 approveTime 降序排列已审批订单列表
2025-11-25 15:16:54 +08:00
..
docs docs: 添加 ConfirmDialog 组件文档 2025-11-10 15:49:56 +08:00
oms_vue feat(currency): 引入精确货币舍入工具函数并优化价格计算逻辑 2025-11-25 15:16:54 +08:00