|
@@ -352,7 +352,6 @@ const changeAutoSelectvessel = (val: any) => {
|
|
|
changeAutoSelect(InputForm.value, val, 'InputForm', 'transportation', 'vessel')
|
|
changeAutoSelect(InputForm.value, val, 'InputForm', 'transportation', 'vessel')
|
|
|
}
|
|
}
|
|
|
const changeAutoSelectvoyage = (val: any) => {
|
|
const changeAutoSelectvoyage = (val: any) => {
|
|
|
- console.log(val)
|
|
|
|
|
// changeAutoSelect(InputForm.value, val, 'InputForm', 'transportation', 'voyage')
|
|
// changeAutoSelect(InputForm.value, val, 'InputForm', 'transportation', 'voyage')
|
|
|
MoreFiltersObj.voyage = val
|
|
MoreFiltersObj.voyage = val
|
|
|
MoreFiltersObj2.voyage = val
|
|
MoreFiltersObj2.voyage = val
|
|
@@ -452,7 +451,6 @@ const changeAutoSelectPlacesAddType = (index: any, val: any) => {
|
|
|
}
|
|
}
|
|
|
const isError = ref(false)
|
|
const isError = ref(false)
|
|
|
const changeAutoSelectVal = (val: any, value: any, boolaen: any) => {
|
|
const changeAutoSelectVal = (val: any, value: any, boolaen: any) => {
|
|
|
- console.log(boolaen, value)
|
|
|
|
|
if (boolaen || value == true) {
|
|
if (boolaen || value == true) {
|
|
|
isError.value = true
|
|
isError.value = true
|
|
|
} else {
|
|
} else {
|