|
@ -174,8 +174,8 @@ const openForm = (type: string, row?: any) => { |
|
|
item.componentProps.isSearchList = true |
|
|
item.componentProps.isSearchList = true |
|
|
} |
|
|
} |
|
|
if (item.field == 'productionLineCode') { |
|
|
if (item.field == 'productionLineCode') { |
|
|
item.componentProps.disabled = true |
|
|
item.componentProps.disabled = false |
|
|
item.componentProps.isSearchList = false |
|
|
item.componentProps.isSearchList = true |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|