feat(wms): 添加左侧逻辑库位查询功能并优化钢卷管理界面
在钢卷管理相关页面添加左侧逻辑库位树形查询功能,方便用户快速筛选库位 移除部分冗余代码和注释,优化页面布局和交互体验 添加钢卷统计数据显示功能,提升数据可视化
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user