case 4220 densification
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
<div v-if="formState.ready">
|
||||
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
|
||||
<div>
|
||||
<v-row>
|
||||
<v-row dense>
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<v-select
|
||||
ref="ayaType"
|
||||
v-model="ayaType"
|
||||
dense
|
||||
:items="selectLists.importableAyaTypes"
|
||||
item-text="name"
|
||||
item-value="id"
|
||||
@@ -18,11 +19,13 @@
|
||||
<v-col v-if="ayaType != 0" cols="12" sm="6" lg="4" xl="3">
|
||||
<v-checkbox
|
||||
v-model="doImport"
|
||||
dense
|
||||
:label="$ay.t('ImportNewRecords')"
|
||||
></v-checkbox>
|
||||
<v-checkbox
|
||||
v-if="ayaType != 67"
|
||||
v-model="doUpdate"
|
||||
dense
|
||||
:label="$ay.t('UpdateExistingRecords')"
|
||||
color="warning"
|
||||
></v-checkbox>
|
||||
@@ -37,6 +40,7 @@
|
||||
>
|
||||
<v-file-input
|
||||
v-model="uploadFile"
|
||||
dense
|
||||
:label="$ay.t('FileToImport')"
|
||||
accept=".json, .csv, application/json, text/csv"
|
||||
prepend-icon="$ayiFileUpload"
|
||||
@@ -55,6 +59,7 @@
|
||||
<v-col v-if="outputText != null" cols="12">
|
||||
<v-textarea
|
||||
v-model="outputText"
|
||||
dense
|
||||
full-width
|
||||
readonly
|
||||
auto-grow
|
||||
|
||||
Reference in New Issue
Block a user