feat(wms): 添加左侧逻辑库位查询功能并优化钢卷管理界面

在钢卷管理相关页面添加左侧逻辑库位树形查询功能,方便用户快速筛选库位
移除部分冗余代码和注释,优化页面布局和交互体验
添加钢卷统计数据显示功能,提升数据可视化
This commit is contained in:
2026-04-18 13:36:24 +08:00
parent ddb1beb629
commit 96082b9124
6 changed files with 252 additions and 236 deletions

View File

@@ -1,5 +1,7 @@
<template>
<BasePage :qrcode="qrcode" :querys="querys" :labelType="labelType" :hideType="hideType" :showControl="showControl" />
<BasePage
:leftWarehouseQuery="true"
:qrcode="qrcode" :querys="querys" :labelType="labelType" :hideType="hideType" :showControl="showControl" />
</template>
<script>