@@ -243,6 +243,12 @@ export const rodLineSearchFormSchema: FormSchema[] = [
dict: 'lg_dcgg',
},
+ {
+ field: 'assemblyNumber',
+ label: '组坯号',
+ component: 'Input',
+ colProps: { span: 6 },
+ },
];
// 棒线选中的钢坯
@@ -172,6 +172,13 @@ export const columns: BasicColumn[] = computed(() => [
dataIndex: 'spec_dictText',
// fixed: true
+ title: '看板总支数',
+ align: 'center',
+ width: 120,
+ dataIndex: 'panelAmountTotal',
+ // fixed: true
{
title: '备注',
align: 'center',