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

@@ -2,7 +2,7 @@
<!-- 扫码查看信息 -->
<view class="common-nav-container">
<view style="padding: 10px;">
<u-input prefixIcon="scan" prefixIconStyle="font-size: 22px;color: #909399" placeholder="请扫箱标签"
<u-input placeholder="请扫箱标签"
border="surround" v-model.trim="formData.query" @change="queryChange" clearable></u-input>
</view>
<u-list height="500px">
@@ -70,6 +70,7 @@
showCancel: false,
confirmText: '确定'
});
this.formData.query = "";
return;
}
setTimeout(() => {