feat: 添加钢卷镀层种类枚举并优化原材料选择组件
- 在stepSplit.vue表格中添加净重列 - 全局注册MemoInput组件 - 在CoilNo.vue中显示净重和厂家卷号 - 将RawMaterialSelect和ProductSelect中的输入框替换为MemoInput组件 - 为原材料和产品添加默认计量单位"卷"
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user