risingLee pushed to main at risingLee/ETest-Vue-FastAPI
-
347d9472ab 工单路由跳转bug优化
risingLee pushed to main at risingLee/ETest-Vue-FastAPI
-
0065a1aea4 原来的代码试图访问 test_order_id 字段,但 TestWorkOrder 模型中没有这个字段。正确的字段名是:
risingLee pushed to main at risingLee/ETest-Vue-FastAPI
-
d9fd368d55 工单生成订单,订单逻辑调整
risingLee pushed to main at risingLee/ETest-Vue-FastAPI
-
51dacb8746 权限问题修复,标签bug修复
risingLee pushed to main at risingLee/ETest-Vue-FastAPI
-
4b21dcd1ce 样品管理中提交工单
risingLee pushed to main at risingLee/ETest-Vue-FastAPI
-
5a09430e31 批量添加按钮:只有当用户通过"查看样品"进入(有receiptId参数)时才显示
risingLee pushed to main at risingLee/ETest-Vue-FastAPI
-
efd2d003da 添加了"样品型号"输入框,支持自动完成
risingLee pushed to main at risingLee/ETest-Vue-FastAPI
-
c72c71ff13 Use model_dump(exclude_unset=True, by_alias=True) to get camelCase keys when constructing EditWarehouseSampleModel
risingLee pushed to main at risingLee/ETest-Vue-FastAPI
-
49a9cfc035 as_query 方法的参数类型定义有问题。receipt_id: int = None 应该是 receipt_id: Optional[int] = None
risingLee pushed to main at risingLee/ETest-Vue-FastAPI
-
44522f2572 修复了测试工单统计的错误
risingLee pushed to main at risingLee/ETest-Vue-FastAPI
-
4f5540b814 样品型号和硬件版本号的筛选添加
risingLee pushed to main at risingLee/ETest-Vue-FastAPI
-
94fdd9a38c 在样品管理页面添加备注列
risingLee pushed to main at risingLee/ETest-Vue-FastAPI
-
a5e2bfef4b 批量添加样品功能
risingLee pushed to main at risingLee/ETest-Vue-FastAPI
-
120a17f55a 全局配置修改
risingLee pushed to main at risingLee/ETest-Vue-FastAPI
-
2e712817a1 全局禁用对话框点击遮罩层关闭
risingLee pushed to main at risingLee/ETest-Vue-FastAPI
-
753dd62511 ✅ 数据库字段与VO模型不匹配导致的序列化错误
risingLee commented on issue risingLee/ETest-Vue-FastAPI#1
对话框编辑一半会闪退有信息暂存的功能,避免用户没有一次性输完,第二次又要全部重新输入