feat: 添加钢卷镀层种类枚举并优化原材料选择组件

- 在stepSplit.vue表格中添加净重列
- 全局注册MemoInput组件
- 在CoilNo.vue中显示净重和厂家卷号
- 将RawMaterialSelect和ProductSelect中的输入框替换为MemoInput组件
- 为原材料和产品添加默认计量单位"卷"
This commit is contained in:
砂糖
2026-03-03 17:36:18 +08:00
parent 07e982b736
commit 66c41f42e1
5 changed files with 36 additions and 19 deletions

View File

@@ -38,6 +38,7 @@
highlight-current-row border stripe>
<el-table-column prop="currentCoilNo" label="当前钢卷号" />
<el-table-column prop="materialType" label="材料类型" />
<el-table-column prop="netWeight" label="净重" />
<el-table-column prop="dataType" label="钢卷状态">
<template #default="scope">
<div v-if="scope.row.status == 1">