|
|
|
@ -12,7 +12,7 @@ const { Title, Text, Paragraph } = Typography;
|
|
|
|
|
function Detail() {
|
|
|
|
|
const navigate = useNavigate();
|
|
|
|
|
const { GRI_SN, RefNo, CII_SN } = useParams();
|
|
|
|
|
const {travelAgencyId, token} = usingStorage();
|
|
|
|
|
const {travelAgencyId, loginToken} = usingStorage();
|
|
|
|
|
const desc = ['none', 'Unacceptable', 'Poor', 'Fair', 'Very Good', 'Excellent'];
|
|
|
|
|
const { notification } = App.useApp();
|
|
|
|
|
const [form] = Form.useForm();
|
|
|
|
@ -168,7 +168,7 @@ function Detail() {
|
|
|
|
|
name='ghhfile'
|
|
|
|
|
// accept="image/*"
|
|
|
|
|
multiple={true}
|
|
|
|
|
action={config.HT_HOST + `/service-fileServer/FileUpload?GRI_SN=${GRI_SN}&VEI_SN=${travelAgencyId}&token=${token}`}
|
|
|
|
|
action={config.HT_HOST + `/service-fileServer/FileUpload?GRI_SN=${GRI_SN}&VEI_SN=${travelAgencyId}&token=${loginToken}`}
|
|
|
|
|
fileList={fileList}
|
|
|
|
|
listType='picture-card'
|
|
|
|
|
onChange={handleChange}
|
|
|
|
|