feat: 新增物料图标和优化UI组件

fix(入库页面): 修复重复箱检测和批次检查逻辑

refactor(请求模块): 优化错误处理和防抖机制

style(全局字体): 更改默认字体为数黑体

perf(扫码组件): 添加防抖处理避免重复提交

feat(卡片组件): 增加删除功能并优化样式

docs(工具函数): 添加入库工具函数文档

chore: 更新依赖和配置文件
This commit is contained in:
2025-08-22 18:28:25 +08:00
parent 684ad6f152
commit a48ea6f110
29 changed files with 1830 additions and 1068 deletions

View File

@@ -40,14 +40,12 @@
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "DOAN"
// "navigationStyle": "custom"
}
},
{
"path": "pages/inWarehouse/inWarehouse",
"style": {
"navigationBarTitleText": "入库",
// "navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
@@ -55,7 +53,6 @@
"path": "pages/outWarehouse/outWarehouse",
"style": {
"navigationBarTitleText": "出库",
// "navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
@@ -63,7 +60,6 @@
"path": "pages/stocktake/stocktake",
"style": {
"navigationBarTitleText": "盘点",
// "navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
@@ -71,7 +67,6 @@
"path": "pages/relocation/relocation",
"style": {
"navigationBarTitleText": "移库",
// "navigationStyle": "custom",
"enablePullDownRefresh": false
}
},