feat(wms/coil): 新增异常继承功能并优化钢卷列表页面

1.  为异常管理弹窗添加继承异常按钮和继承弹窗
2.  新增罩式退火原料库选项
3.  优化钢卷列表表格样式与列配置,新增标签预览、打印、数字钢卷、追溯功能
4.  复用生产工序配置常量统一维护
This commit is contained in:
2026-06-10 17:11:05 +08:00
parent fd50118161
commit 7bf7d24f29
4 changed files with 367 additions and 33 deletions

View File

@@ -309,7 +309,7 @@
</el-row>
<el-dialog title="异常管理" :visible.sync="exceptionDialogVisible" fullscreen>
<exception-manager :coilId="currentCoilId"></exception-manager>
<exception-manager :coilId="currentCoilId" :show-inherit-button="true"></exception-manager>
</el-dialog>
<!-- 标签预览弹窗 -->