refactor(wms/coil): 移除旧版钢卷卡片布局,优化页面结构

1.  为钢卷暂存单据管理卡片添加v-if="moreColumn"控制显示
2.  移除correct.vue和correntAll.vue中冗余的coil-card组件代码
3.  统一添加标签打印功能,重构打印标签逻辑
4.  调整按钮加载状态和文案样式,优化交互体验
This commit is contained in:
2026-05-11 18:16:46 +08:00
parent 408a8a9929
commit 9225ceba38
3 changed files with 37 additions and 109 deletions

View File

@@ -609,7 +609,7 @@
</el-dialog>
<!-- 钢卷暂存单据管理 -->
<el-card class="box-card" style="margin-top: 20px;" :body-style="{ padding: '20px' }">
<el-card v-if="moreColumn" class="box-card" style="margin-top: 20px;" :body-style="{ padding: '20px' }">
<div slot="header" class="clearfix">
<span>钢卷暂存单据管理</span>
<el-button style="float: right; padding: 3px 0" type="text" @click="createTempOrder">创建暂存单据</el-button>