All files / src/components/organisms/profile AddressForm.vue

88.88% Statements 312/351
32.43% Branches 12/37
40% Functions 2/5
88.88% Lines 312/351

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476  1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x         1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x   1x           1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x         1x                   1x             1x                 1x 1x   1x     1x 1x 1x 1x 1x 1x     1x 1x 1x     1x 1x 1x       1x       1x 1x   1x 1x     1x       1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x       1x 1x 1x 1x   1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x           1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x                   1x 1x 1x 1x       1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x   1x 1x   1x 1x 1x 1x     1x 9x 3x 3x 1x   1x 1x 1x             1x 1x 1x 1x   1x 1x 1x                             1x   1x                                                                                      
<template>
  <v-form @submit.prevent="onSubmit">
    <v-row>
      <v-col cols="12">
        <v-alert
          v-if="serverGeneralError"
          type="error"
          variant="tonal"
          class="mb-4"
        >
          {{ serverGeneralError }}
        </v-alert>
      </v-col>
 
      <v-col cols="12" md="6">
        <!-- 住所目的 -->
        <RequiredSelect
          v-bind="fPurposeId"
          :items="purposeSelectItems"
          component="v-select"
          :label="L.purposeId"
          :label-key="L.purposeId"
          item-title="label"
          item-value="value"
          variant="underlined"
          required
        />
      </v-col>
 
      <!-- 国コードは UI から除外(JP 固定で送信) -->
 
      <v-col cols="12" md="6">
        <!-- 郵便番号 -->
        <RequiredInput
          v-bind="fPostalCode"
          :label="L.postalCode"
          :label-key="L.postalCode"
          :placeholder="PH.postalCode"
          variant="underlined"
          @blur="onPostalCodeBlur"
          required
        />
      </v-col>
 
      <v-col cols="12" md="6">
        <!-- 都道府県/州など -->
        <RequiredInput
          v-bind="fAdministrativeArea"
          :label="L.administrativeArea"
          :label-key="L.administrativeArea"
          :placeholder="PH.administrativeArea"
          variant="underlined"
          required
        />
      </v-col>
 
      <v-col cols="12" md="6">
        <!-- 市区町村など -->
        <RequiredInput
          v-bind="fLocality"
          :label="L.locality"
          :label-key="L.locality"
          :placeholder="PH.locality"
          variant="underlined"
          required
        />
      </v-col>
 
      <v-col cols="12" md="6">
        <!-- 区/町域/地区など -->
        <RequiredInput
          v-bind="fDependentLocality"
          :label="L.dependentLocality"
          :label-key="L.dependentLocality"
          :placeholder="PH.dependentLocality"
          variant="underlined"
          required
        />
      </v-col>
 
      <v-col cols="12" md="6">
        <!-- 番地/丁目/通り名など -->
        <RequiredInput
          v-bind="fAddressLine1"
          :label="L.addressLine1"
          :label-key="L.addressLine1"
          :placeholder="PH.addressLine1"
          variant="underlined"
          required
        />
      </v-col>
 
      <v-col cols="12" md="6">
        <!-- 住所1/2/3 -->
        <RequiredInput
          v-bind="fAddressLine2"
          :label="L.addressLine2"
          :label-key="L.addressLine2"
          :placeholder="PH.addressLine2"
          variant="underlined"
        />
      </v-col>
 
      <v-col cols="12" md="6">
        <RequiredInput
          v-bind="fAddressLine3"
          :label="L.addressLine3"
          :label-key="L.addressLine3"
          :placeholder="PH.addressLine3"
          variant="underlined"
        />
      </v-col>
 
<!--      <v-col cols="12" md="6" class="grid-cols-2 gap-4">-->
<!--        &lt;!&ndash; 緯度/経度 &ndash;&gt;-->
<!--        <RequiredNumber-->
<!--          v-bind="fLatitude"-->
<!--          :label="L.latitude"-->
<!--          :label-key="L.latitude"-->
<!--          :placeholder="PH.latitude"-->
<!--          variant="underlined"-->
<!--        />-->
<!--        <RequiredNumber-->
<!--          v-bind="fLongitude"-->
<!--          :label="L.longitude"-->
<!--          :label-key="L.longitude"-->
<!--          :placeholder="PH.longitude"-->
<!--          variant="underlined"-->
<!--        />-->
<!--      </v-col>-->
 
      <v-col cols="12" class="mt-2 app-dialog-actions">
        <AppButton
          role="update"
          type="submit"
          :loading="isSubmitting"
          :disabled="isSubmitting"
        >
          {{ submitLabel }}
        </AppButton>
        <AppButton
          role="cancel"
          type="button"
          :disabled="isSubmitting"
          variant="outlined"
          @click="resetForm()"
        >
          {{ t('ui.verb.reset') }}
        </AppButton>
<!--        <v-btn-->
<!--          type="submit"-->
<!--          :loading="isSubmitting"-->
<!--          :disabled="isSubmitting"-->
<!--          variant="flat"-->
<!--          class="mr-2"-->
<!--        >-->
<!--          {{ submitLabel }}-->
<!--        </v-btn>-->
<!--        <v-btn-->
<!--          type="button"-->
<!--          :disabled="isSubmitting"-->
<!--          variant="outlined"-->
<!--          @click="resetForm()"-->
<!--        >-->
<!--          {{ t('ui.verb.reset') }}-->
<!--        </v-btn>-->
      </v-col>
 
    </v-row>
  </v-form>
</template>
 
<script setup lang="ts">
// region import             // 各種ライブラリ・DI対象・ローカルコンポーネント・型の import をまとめる
import {computed, ref, watch} from 'vue'
import { useI18n } from 'vue-i18n'
import { useForm } from 'vee-validate'
import { useApi } from '@/composables/useApi'
import { useVuetifyField } from '@/libs/vee/bindV'
import logger from '@/libs/logger/logger'
import { withLoading } from '@/libs/loading'
import { setErrorsFrom422 } from '@/libs/vee/backendErrors'
import { makeFieldCatalog, type TFunc } from '@/libs/vee/fieldCatalog'
import { makeAddressSchema, type AddressForm } from '@/validation/addressSchema'
import RequiredSelect from '@/components/atoms/RequiredSelect.vue'
import RequiredInput from '@/components/atoms/RequiredInput.vue'
import type { AddressPurposeOption } from '@/types/models/addressPurpose'
import { lookupJapanAddress, mapToAddressFormFields } from '@/utils/postalCode'
import { type AddressResponse } from '@/types/models/address'
import AppButton from '@/components/atoms/AppButton.vue'
// endregion import
 
// region type               // このファイル内でのみ使う型定義(interface, type alias など)
type PurposeSelectItem = { label: string; value: number }
 
const ADDRESS_NAMES = [
  'purposeId',
  'countryCode', // UIからは削除(JP 固定値)
  'administrativeArea',
  'locality',
  'dependentLocality',
  'postalCode',
  'addressLine1',
  'addressLine2',
  'addressLine3',
  'latitude',
  'longitude',
] as const
type AddressFieldName = (typeof ADDRESS_NAMES)[number]
// endregion types
 
// region i18n               // useI18n などを初期化し、t() / d() を取り出す
const { t } = useI18n()
// endregion i18n
 
// region router             // useRouter / useRoute など、画面遷移やクエリ取得に関する処理
// endregion router
 
// region store              // Pinia の useXxxStore を読み込み、状態/アクションを利用
// endregion store
 
// region props              // defineProps による外部から受け取る値の定義
const props = defineProps<{
  purposeOptions: AddressPurposeOption[]
  editingAddress?: AddressResponse | null
}>()
// endregion props
 
// region emits
const emit = defineEmits<{
  (e: 'submitted'): void
}>()
// endregion emits
 
// region slots              // スロットの型情報や利用(useSlots / defineSlots)
// endregion slots
 
// region constant           // このコンポーネント専用の定数/enum/テーブルなど(不変の値)
const api = useApi()
const DEFAULT_COUNTRY_CODE = 'JP' as const
 
const tf: TFunc = (key, params) => t(key, params)
 
// 取得に labelKeyOf を含める
const { L, PH, resolveField, msgFromCode } = makeFieldCatalog<AddressFieldName>({
  baseKey: 'domain.userAddress',
  names: ADDRESS_NAMES,
  t: tf,
  rulesDefaultBranch: 'string',
})
 
// 親からもらった purposeOptions を v-select 用の items に変換
const purposeSelectItems = computed<PurposeSelectItem[]>(() =>
  (props.purposeOptions ?? []).map((o) => ({
    label: t(o.label),
    // AddressPurposeOption によって id or value を使う
    // ここでは id を想定(必要なら value に変更)
    value: o.id,
  })),
)
// endregion constant
 
// region state              // ref / reactive / useForm など、変化する状態を定義
const serverGeneralError = ref<string | null>(null)
// endregion state
 
// region computed           // 派生状態(computed)をまとめる
const submitLabel = computed(() =>
  props.editingAddress
    ? t('ui.verb.update')
    : t('ui.verb.add')
)// endregion computed
 
// region validation         // Zod / Yup / Vee-Validate 等のスキーマ・ルール・フォーム設定
const schema = makeAddressSchema(tf, L)
// endregion validation
 
// region api                // Axios クライアントを使った通信処理(fetchXxx / updateXxx など)
const {
  handleSubmit,
  resetForm,
  setErrors,
  submitCount,
  isSubmitting,
  values,
  setFieldValue,
  setValues
} = useForm<AddressForm>({
  validationSchema: schema,
  initialValues: {
    purposeId: props.editingAddress?.purposeId ?? undefined,
    countryCode: 'JP',
    administrativeArea: props.editingAddress?.administrativeArea ?? '',
    locality: props.editingAddress?.locality ?? '',
    dependentLocality: props.editingAddress?.dependentLocality ?? '',
    postalCode: props.editingAddress?.postalCode ?? '',
    addressLine1: props.editingAddress?.addressLine1 ?? '',
    addressLine2: props.editingAddress?.addressLine2 ?? '',
    addressLine3: props.editingAddress?.addressLine3 ?? '',
    latitude: props.editingAddress?.latitude ?? undefined,
    longitude: props.editingAddress?.longitude ?? undefined,
  },
})
// endregion api
 
// region watcher            // watch / watchEffect など、状態の変化に応じた処理
watch(
  () => props.editingAddress,
  (addr) => {
    if (!addr) {
      // 新規モード:空フォームにリセット
      resetForm({
        values: {
          purposeId: undefined,
          countryCode: 'JP',
          administrativeArea: '',
          locality: '',
          dependentLocality: '',
          postalCode: '',
          addressLine1: '',
          addressLine2: '',
          addressLine3: '',
          latitude: undefined,
          longitude: undefined,
        },
      })
      return
    }
 
    // 編集モード:既存データで上書き
    setValues({
      purposeId: addr.purposeId,
      countryCode: addr.countryCode ?? 'JP',
      administrativeArea: addr.administrativeArea ?? '',
      locality: addr.locality ?? '',
      dependentLocality: addr.dependentLocality ?? '',
      postalCode: addr.postalCode ?? '',
      addressLine1: addr.addressLine1 ?? '',
      addressLine2: addr.addressLine2 ?? '',
      addressLine3: addr.addressLine3 ?? '',
      latitude: addr.latitude ?? undefined,
      longitude: addr.longitude ?? undefined,
    })
  },
  { immediate: true },
)
// endregion watcher
 
// region effect             // watcher 以外の副作用(外部ライブラリ初期化・setInterval 等)
// endregion effect
 
// region permission         // 権限による UI/操作の可否を判定するロジック(isEditable など)
// endregion permission
 
// region handler            // ボタン押下・フォーム送信など UI から呼ばれるイベントハンドラ
const fPurposeId = useVuetifyField<number>('purposeId', submitCount, {
  emptyToNull: true,
  toNumber: true,
})
// 国コードフィールドは削除
// const fCountryCode = useVuetifyField<string>('countryCode', submitCount, { emptyToNull: true })
 
const fAdministrativeArea = useVuetifyField<string>(
  'administrativeArea',
  submitCount,
)
const fLocality = useVuetifyField<string>('locality', submitCount)
const fDependentLocality = useVuetifyField<string>(
  'dependentLocality',
  submitCount,
)
const fPostalCode = useVuetifyField<string>('postalCode', submitCount)
const fAddressLine1 = useVuetifyField<string>('addressLine1', submitCount)
const fAddressLine2 = useVuetifyField<string>('addressLine2', submitCount)
const fAddressLine3 = useVuetifyField<string>('addressLine3', submitCount)
const fLatitude = useVuetifyField<number>('latitude', submitCount, {
  emptyToNull: true,
  toNumber: true,
})
const fLongitude = useVuetifyField<number>('longitude', submitCount, {
  emptyToNull: true,
  toNumber: true,
})
 
const onSubmit = handleSubmit(async (values) => {
  serverGeneralError.value = null
 
  const payload: Record<string, unknown> = {
    ...values,
    countryCode: DEFAULT_COUNTRY_CODE, // ← ここで JP を固定で差し込む
  }
 
  // undefined / 空文字は削除(JP は残す)
  Object.keys(payload).forEach((k) => {
    if (payload[k] === undefined || payload[k] === '') {
      delete payload[k]
    }
  })
 
  try {
    const editing = props.editingAddress
    const res = editing && editing.id
    ? await withLoading(
        // () => api.put(`/fl/address/${editing.id}`, payload),
        // () => api.patch(`/fl/addresses/${editing.id}`, payload),
        () => api.patch(`/fl/address/${editing.id}`, payload),
        'address:update',
      )
    : await withLoading(
        () => api.post('/fl/address/', payload),
        'address:create',
      )
    // logger.info(`res : ${JSON.stringify(res)}`)
    emit('submitted')
    resetForm()
  } catch (e: any) {
    if (e?.response?.status === 422) {
      setErrorsFrom422(e, {
        setErrors,
        resolveField,
        msgFromCode,
      })
    } else {
      serverGeneralError.value =
        e?.response?.data?.error?.message ??
        e?.message ??
        t('validation.unknown')
      logger.error(`address:onSubmit error: ${JSON.stringify(e)}`)
    }
  }
})
 
const onPostalCodeBlur = async () => {
  const raw = values.postalCode
  if (!raw) return
 
  const addr = await lookupJapanAddress(raw)
  if (!addr) {
    return
  }
 
  const mapped = mapToAddressFormFields(addr)
 
  // 既にユーザが入力している場合は上書きしないようにしておくと親切
  if (!values.administrativeArea) {
    setFieldValue('administrativeArea', mapped.administrativeArea)
  }
  if (!values.locality) {
    setFieldValue('locality', mapped.locality)
  }
  if (!values.dependentLocality) {
    setFieldValue('dependentLocality', mapped.dependentLocality)
  }
}
// endregion handler
 
// region lifecycle          // onMounted / onUnmounted / onBeforeRouteLeave などのライフサイクル処理
// 親から purposeOptions をもらうので、ここでのマスタ取得は不要
// endregion lifecycle
 
// region provide-inject     // コンポーネント間で共有する provide / inject の定義
// endregion provide-inject
 
// region expose             // defineExpose により外部へ公開するメソッドやプロパティ
// endregion expose
 
// region devtool            // 開発環境専用のログ出力・debug 情報など(import.meta.env.DEV)
// endregion devtool
 
// region test-id            // data-testid 用の定数定義など(ユニット/E2E テスト向け)
// endregion test-id
</script>
 
<style scoped>
</style>