|
|
fa0af40ec7
|
feat(material): 物料列表页支持URL参数edit_id自动弹出编辑框
|
2026-04-24 14:47:59 +08:00 |
|
|
|
1499d2d45c
|
feat(buy): 入库编辑弹窗增加'前往修改基础信息'跳转按钮
|
2026-04-24 14:45:43 +08:00 |
|
|
|
605462cc33
|
fix: 解除库存盘点弹窗500条限制并修复字段匹配
|
2026-04-24 13:40:08 +08:00 |
|
|
|
48f2011a38
|
fix: 盘点草稿已盘数量统计兼容字段名 quantity
|
2026-04-24 13:32:46 +08:00 |
|
|
|
996056d46a
|
fix: 修复库存盘点已盘数量卡在500的问题
|
2026-04-24 13:19:57 +08:00 |
|
|
|
f0c200a15f
|
fix: delete_bom use .all() instead of .first() to delete all child records
|
2026-04-24 11:42:42 +08:00 |
|
|
|
3c9cb06dbc
|
fix: save_bom add db.session.flush() to fix unique constraint conflict
|
2026-04-23 13:34:41 +08:00 |
|
|
|
d9c95084ad
|
4.23基础西悉尼图像补足
|
2026-04-23 12:48:34 +08:00 |
|
|
|
1e17547c6e
|
feat: 文件展示与提交逻辑优化
|
2026-04-23 10:25:28 +08:00 |
|
|
|
03518c99f3
|
库存盘点添加扫码保留数值的功能
|
2026-04-22 11:59:50 +08:00 |
|
|
|
1205d9c7e8
|
feat(audit): 优化审计日志的人性化展示
|
2026-04-22 10:44:13 +08:00 |
|
|
|
4b794b9bcc
|
feat(audit): 添加全局无侵入审计日志拦截器
|
2026-04-22 10:41:15 +08:00 |
|
|
|
ab353e5b34
|
库存盘点添加扫码保留数值的功能
|
2026-04-22 10:05:25 +08:00 |
|
|
|
5334be0cfa
|
基础信息修改针对于类别删除4层限制
|
2026-04-21 16:33:55 +08:00 |
|
|
|
2006b7275f
|
fix(outbound): 终极护航版confirmPrint,iframe克隆样式+强制分页CSS
|
2026-04-21 14:39:48 +08:00 |
|
|
|
dd54e047dd
|
fix(outbound): 重构confirmPrint为iframe打印模式,彻底粉碎全局CSS高度锁死
|
2026-04-21 14:35:34 +08:00 |
|
|
|
f53b16f512
|
fix(outbound): 重构@media print,解除el-container/el-main/el-scrollbar父级裁剪锁定
|
2026-04-21 14:26:11 +08:00 |
|
|
|
8583b811e1
|
fix(outbound): 将@media print移至非scoped样式,解除body/html高度锁死实现自由分页
|
2026-04-21 14:01:20 +08:00 |
|
|
|
6f5a7cf0db
|
fix(outbound): #print-area改为absolute解除高度锁死,新增行防断裂保护
|
2026-04-21 13:55:26 +08:00 |
|
|
|
01ce9c1432
|
fix(outbound): 修复预览弹窗el-table打印分页截断问题
|
2026-04-21 13:25:15 +08:00 |
|
|
|
0ab7050e03
|
feat(outbound): 批量模式下支持点击整行切换选中状态
|
2026-04-21 13:20:13 +08:00 |
|
|
|
cd714d0c16
|
feat(outbound): 优化批量操作UX,改为进入/退出批量模式设计
|
2026-04-21 13:14:50 +08:00 |
|
|
|
a6409ac091
|
feat(outbound): 添加批量移除和一键清空功能
|
2026-04-21 13:11:29 +08:00 |
|
|
|
eba558c9d9
|
feat(outbound): 优化按 BOM 添加逻辑,支持缺件时按现有库存部分出库
|
2026-04-21 13:06:03 +08:00 |
|
|
|
a5a35777b5
|
fix(inventory): 修复 BOM 齐套分析时 allStockData 未加载导致可用库存为 0
|
2026-04-20 18:44:35 +08:00 |
|
|
|
466e94c4dd
|
fix(inventory): 修复 BOM 编辑回显显示 ID 及出库齐套分析库存为 0 的问题
|
2026-04-20 18:30:51 +08:00 |
|
|
|
59a6a10803
|
fix(audit): 完善前端审计日志详情展示,支持同时渲染changes/deleted_snapshot/created结构
|
2026-04-20 16:11:14 +08:00 |
|
|
|
f8f5b05d7d
|
refactor(audit): 废弃装饰器+分离架构,改为监听器单体直写入库
|
2026-04-20 16:04:01 +08:00 |
|
|
|
a849e14b2c
|
refactor(orm): 将所有的批量 delete/update 重构为对象级操作,以确保触发 SQLAlchemy 审计事件
|
2026-04-20 15:43:48 +08:00 |
|
|
|
7e72c12f30
|
fix(audit): 修复 decorators.py 中缺失 has_request_context 导入导致的致命 NameError
|
2026-04-20 15:10:12 +08:00 |
|
|
|
decb7f5e1f
|
debug(audit): 添加X光调试-追踪断点
|
2026-04-20 15:01:20 +08:00 |
|
|
|
1c8def7e6f
|
refactor(audit): 分离架构-监听器计算装饰器入库
|
2026-04-20 14:41:40 +08:00 |
|
|
|
9a0982e76d
|
feat(audit-ui): 重新应用前端审计详情弹窗渲染逻辑,支持高级对比结构
|
2026-04-20 13:20:23 +08:00 |
|
|
|
381d1fa675
|
feat(audit): 平滑升级-监听器+装饰器共存,装饰器自动检测并跳过已处理日志
|
2026-04-20 13:15:25 +08:00 |
|
|
|
becd3cb010
|
审计日志修改完善
|
2026-04-20 11:39:28 +08:00 |
|
|
|
7d683f3e65
|
fix: implement strict regex validation (no pure numbers, no special chars) on both frontend user creation form and backend auth service
|
2026-04-17 13:33:51 +08:00 |
|
|
|
772f3f45f4
|
feat(profile): implement independent email update dialog to prevent accidental password resets during partial updates
|
2026-04-17 12:48:30 +08:00 |
|
|
|
d651d19e86
|
feat(system): implement robust batch user creation integrating existing pinyin logic and backend duplication prevention
|
2026-04-17 12:16:45 +08:00 |
|
|
|
8291a89898
|
feat(backend): apply global cross-company data isolation logic across all inbound, outbound, and stock services
|
2026-04-17 09:57:00 +08:00 |
|
|
|
6c0e13e52d
|
fix(frontend): reclassify global cross-company privilege as an operation to fix UI placement, and strictly enforce permission-driven table columns by bypassing localstorage
|
2026-04-17 09:36:23 +08:00 |
|
|
|
bd93a3d70b
|
feat: implement clean global cross-organization permission node and backend service isolation logic
|
2026-04-17 08:59:55 +08:00 |
|
|
|
477da7c434
|
fix-security-correct-field-permission-mapping-and-403-denial
|
2026-04-14 15:37:39 +08:00 |
|
|
|
ae05f3bb75
|
fix-security-field-permission-matching
|
2026-04-14 15:09:15 +08:00 |
|
|
|
ae1fd1afd4
|
fix-security-permission-codes
|
2026-04-14 14:49:53 +08:00 |
|
|
|
db077a6033
|
fix(security): resolve incorrect field-level desensitization causing null values for authorized columns
|
2026-04-14 09:28:46 +08:00 |
|
|
|
c91f8ec693
|
fix(auth): prevent AttributeError when querying permissions for users with no role
|
2026-04-14 08:56:47 +08:00 |
|
|
|
0e8ddd0851
|
feat(security): implement strict row-level data isolation based on user company
|
2026-04-14 08:38:50 +08:00 |
|
|
|
81bfb29b50
|
fix(spec-helper): correct data assignment from api response for unwrapped response
|
2026-04-13 09:29:28 +08:00 |
|
|
|
f7a789a196
|
feat(spec-helper): align frontend interface with new sequence data and display item counts
|
2026-04-13 09:22:48 +08:00 |
|
|
|
6aa2142f01
|
refactor(material): implement contiguous sequence grouping for specs with count-based descending sort
|
2026-04-13 09:14:59 +08:00 |
|