feat
parent
aee28c4af4
commit
ee8a74f28e
|
|
@ -418,9 +418,13 @@ function EquipFormModal({
|
||||||
disabled={!industryCode}
|
disabled={!industryCode}
|
||||||
allowClear
|
allowClear
|
||||||
showSearch
|
showSearch
|
||||||
|
onChange={(value, option)=>{
|
||||||
|
form.setFieldValue('deviceTypeName', option.label)
|
||||||
|
}}
|
||||||
filterOption={(input, option) => (option?.label ?? "").toLowerCase().includes(input.toLowerCase())}
|
filterOption={(input, option) => (option?.label ?? "").toLowerCase().includes(input.toLowerCase())}
|
||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
|
<Form.Item name='deviceTypeName' />
|
||||||
</Col>
|
</Col>
|
||||||
<Col span={12}>
|
<Col span={12}>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue