This commit is contained in:
zc
2026-04-11 22:57:34 +08:00
parent d34a501df9
commit a062c996c7
6 changed files with 301 additions and 74 deletions

View File

@@ -78,6 +78,19 @@ const columns: ColumnItem[] = reactive([
allowSearch: true,
},
},
{
label: '物料流程编码',
field: 'materialProcess',
type: 'input',
span: 24,
required: true,
},
{
label: '批次',
field: 'batch',
type: 'input',
span: 24,
},
{
label: '灯光等级',
field: 'lightLevel',
@@ -90,13 +103,6 @@ const columns: ColumnItem[] = reactive([
},
span: 24,
},
{
label: '物料流程编码',
field: 'materialProcess',
type: 'input',
span: 24,
required: true,
},
{
label: '物料直径',
field: 'materialSpec',
@@ -120,7 +126,7 @@ const columns: ColumnItem[] = reactive([
type: 'image',
savePath: 'material/',
span: 24,
// required: true,
required: true,
},
])