forked from verdnatura/salix-front
feat: refs #8087 refs#8087 Redadas en travel
This commit is contained in:
parent
5da6e9b2ca
commit
16133faca7
|
@ -260,15 +260,6 @@ async function getZone(options) {
|
|||
@on-fetch="(data) => (companiesOptions = data)"
|
||||
auto-load
|
||||
/>
|
||||
<FetchData
|
||||
url="Currencies"
|
||||
:filter="{
|
||||
fields: ['id', 'code'],
|
||||
order: 'code ASC',
|
||||
}"
|
||||
@on-fetch="(data) => (currenciesOptions = data)"
|
||||
auto-load
|
||||
/>
|
||||
<FetchData
|
||||
ref="agencyFetchRef"
|
||||
url="AgencyModes/byWarehouse"
|
||||
|
@ -424,27 +415,6 @@ async function getZone(options) {
|
|||
</QItem>
|
||||
</template>
|
||||
</VnSelect>
|
||||
<VnSelect
|
||||
:label="t('basicData.company')"
|
||||
v-model="formData.companyFk"
|
||||
option-label="code"
|
||||
:options="companiesOptions"
|
||||
:required="true"
|
||||
:rules="validate('basicData.company')"
|
||||
/>
|
||||
</VnRow>
|
||||
<VnRow class="row q-gutter-md q-mb-md no-wrap">
|
||||
<VnSelect
|
||||
:label="t('basicData.currencyFk')"
|
||||
v-model="formData.currencyFk"
|
||||
option-value="id"
|
||||
option-label="code"
|
||||
:options="currenciesOptions"
|
||||
hide-selected
|
||||
map-options
|
||||
:required="true"
|
||||
:rules="validate('basicData.currencyFk')"
|
||||
/>
|
||||
</VnRow>
|
||||
<VnRow>
|
||||
<VnInputDate
|
||||
|
|
|
@ -135,7 +135,6 @@ basicData:
|
|||
negativesConfirmMessage: Negatives are going to be generated, are you sure you want to advance all the lines?
|
||||
chooseAnOption: Choose an option
|
||||
unroutedTicket: The ticket has been unrouted
|
||||
currencyFk: Currency
|
||||
purchaseRequest:
|
||||
requester: Requester
|
||||
atender: Atender
|
||||
|
|
|
@ -67,7 +67,6 @@ basicData:
|
|||
negativesConfirmMessage: Se van a generar negativos, ¿seguro que quieres adelantar todas las líneas?
|
||||
chooseAnOption: Elige una opción
|
||||
unroutedTicket: El ticket ha sido desenrutado
|
||||
currencyFk: Moneda
|
||||
weeklyTickets:
|
||||
id: ID Ticket
|
||||
shipment: Salida
|
||||
|
|
Loading…
Reference in New Issue