密炼生产计划优化
This commit is contained in:
@@ -51,7 +51,12 @@ export const formSchema: FormSchema[] = [
|
||||
},
|
||||
{ label: '生产车间', field: 'productionWorkshop', component: 'Input' },
|
||||
{ label: '加工段数', field: 'processSegmentCount', component: 'InputNumber', componentProps: { min: 0, precision: 0 } },
|
||||
{ label: '物料编号', field: 'materialCode', component: 'Input' },
|
||||
{
|
||||
label: '物料编号',
|
||||
field: 'materialCode',
|
||||
component: 'Input',
|
||||
slot: 'materialCodeSlot',
|
||||
},
|
||||
{ label: 'MES胶料名称', field: 'mesMaterialName', component: 'Input' },
|
||||
{ label: '金蝶物料名称', field: 'kingdeeMaterialName', component: 'Input' },
|
||||
{ label: '金蝶物料规格', field: 'kingdeeMaterialSpec', component: 'Input' },
|
||||
|
||||
Reference in New Issue
Block a user