|
|
@ -55,14 +55,7 @@ function Detail() {
|
|
|
|
const attachmentKey = `GHH/${travelAgencyId}/${reservationId}/PCISN${confirm.key}`;
|
|
|
|
const attachmentKey = `GHH/${travelAgencyId}/${reservationId}/PCISN${confirm.key}`;
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<>
|
|
|
|
<>
|
|
|
|
{/* {confirm.attachmentList.map(attch => {
|
|
|
|
<ImageUploader osskey={attachmentKey} ignore_case={false} deletable={false} />
|
|
|
|
return (
|
|
|
|
|
|
|
|
<Tag key={attch.file_name} bordered={false} icon={<FileOutlined />}>
|
|
|
|
|
|
|
|
<a href={attch.file_url} target='_blank' rel='noreferrer'>{attch.file_name}</a>
|
|
|
|
|
|
|
|
</Tag>
|
|
|
|
|
|
|
|
)}
|
|
|
|
|
|
|
|
)} */}
|
|
|
|
|
|
|
|
<ImageUploader osskey={attachmentKey} ignore_case={false} deletable={false} />
|
|
|
|
|
|
|
|
</>
|
|
|
|
</>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -118,10 +111,6 @@ function Detail() {
|
|
|
|
setIsModalOpen(false);
|
|
|
|
setIsModalOpen(false);
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
console.info("detail: ", reservationDetail)
|
|
|
|
|
|
|
|
console.info("confirmationList: ", confirmationList)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
useEffect(() => {
|
|
|
|
useEffect(() => {
|
|
|
|
setDataLoading(true);
|
|
|
|
setDataLoading(true);
|
|
|
|
|
|
|
|
|
|
|
|