feat(wms/coil): 新增按名称查询钢卷功能并优化产品信息展示
添加镀锌卷、热轧卷、冷轧卷、冷硬卷的按名称查询页面组件 在产品信息和原材料信息展示中增加镀层信息显示 移除base.vue中未使用的BomInfoMini组件 优化DrillDownTable.vue的代码结构 新增ByName.vue作为通用查询面板
This commit is contained in:
@@ -1,21 +1,5 @@
|
||||
<template>
|
||||
<div class="drill-down-content">
|
||||
<!-- 钻取条件显示 -->
|
||||
<!-- <div class="drill-down-header">
|
||||
<el-tag size="large" v-if="queryParams.itemType">
|
||||
{{ queryParams.itemType === 'product' ? '成品' : '原材料' }}
|
||||
</el-tag>
|
||||
<el-tag size="large" v-if="itemName" type="primary">
|
||||
{{ itemName }}
|
||||
</el-tag>
|
||||
<el-tag size="large" v-if="warehouseName" type="success">
|
||||
{{ warehouseName }}
|
||||
</el-tag>
|
||||
<el-tag size="large" v-if="actualWarehouseName" type="info">
|
||||
{{ actualWarehouseName }}
|
||||
</el-tag>
|
||||
</div> -->
|
||||
|
||||
<!-- 加载状态 -->
|
||||
<el-skeleton :loading="loading" animated>
|
||||
<template #template>
|
||||
|
||||
Reference in New Issue
Block a user