feat(物料管理): 实现出入库记录功能

新增入库记录和出库记录页面,包含表单提交、扫码识别、库位选择等功能
扩展uni-combox组件支持插槽和选择事件
添加相关API接口和样式文件
This commit is contained in:
Tom
2026-01-17 13:08:45 +08:00
parent 1d5c8878e1
commit 69e1c14b6b
9 changed files with 696 additions and 44 deletions

View File

@@ -27,4 +27,10 @@
.form-box {
padding: 12px;
}
.location-name {
color: #999;
font-size: 12px;
margin-left: 10px;
}