| | |
| | | showSearch |
| | | onChange={(value, option) => { |
| | | if (option) { |
| | | console.log(option) |
| | | props.formRef.current.setFieldsValue({ |
| | | queProv: option[0].value, |
| | | queProvName: option[0].label, |
| | |
| | | </Space> |
| | | </Col> |
| | | <div style={{ marginBottom: '65px' }}> |
| | | <FileTable mainId={props.mainId} fileInfoList={props.fileInfoList} isReview={false} /> |
| | | <FileTable |
| | | mainId={props.mainId} |
| | | fileInfoList={props.fileInfoList} |
| | | isReview={false} |
| | | handleSaveList={(list) => { |
| | | props.formRef.current.setFieldValue('fileInfoList', list) |
| | | }} |
| | | /> |
| | | </div> |
| | | <DocumentScanner |
| | | visible={scanFile} |