Commit b3ae18b8 authored by youjie's avatar youjie

no message

parent caf3bea6
...@@ -114,16 +114,16 @@ ...@@ -114,16 +114,16 @@
max-tag-count="responsive" size="large" value-field="ID" label-field="Name" /> max-tag-count="responsive" size="large" value-field="ID" label-field="Name" />
</div> </div>
<q-input v-if="parameters.OrderType==2" class="col-6" v-model="parameters.TCNum" style="max-width: 200px;" reverse-fill-mask dense <q-input v-if="parameters.OrderType==2" class="col-6" v-model="parameters.TCNum" style="max-width: 200px;" reverse-fill-mask dense
type="text" standout :label="$t('hotel.car.TCNum')" ref="TCNumRef" type="text" standout :label="$t('hotel.car.inputText')+$t('hotel.car.TCNum')" ref="TCNumRef"
:rules="[val => !!val || $t('hotel.car.inputText')+$t('hotel.car.TCNum')]"/> :rules="[val => !!val || $t('hotel.car.inputText')+$t('hotel.car.TCNum')]"/>
<template v-if="parameters.OrderType==1"> <template v-if="parameters.OrderType==1">
<q-input v-model="parameters.ContactName" style="max-width: 200px;" class="col-6" reverse-fill-mask dense <q-input v-model="parameters.ContactName" style="max-width: 200px;" class="col-6" reverse-fill-mask dense
type="text" standout :label="$t('hotel.car.ContactName')" ref="ContactNameRef" type="text" standout :label="$t('hotel.car.inputText')+$t('hotel.car.ContactName')" ref="ContactNameRef"
:rules="[val => !!val || $t('hotel.car.inputText')+$t('hotel.car.ContactName')]"/> :rules="[val => !!val || $t('hotel.car.inputText')+$t('hotel.car.ContactName')]"/>
<q-input v-model="parameters.ContactNumber" style="max-width: 200px;" class="col-6 q-mr-md" reverse-fill-mask dense <q-input v-model="parameters.ContactNumber" style="max-width: 200px;" class="col-6 q-mr-md" reverse-fill-mask dense
type="text" standout :label="$t('hotel.car.ContactNumber')" ref="ContactNumberRef" type="text" standout :label="$t('hotel.car.inputText')+$t('hotel.car.ContactNumber')" ref="ContactNumberRef"
:rules="[val => !!val || $t('hotel.car.inputText')+$t('hotel.car.ContactNumber')]"/> :rules="[val => !!val || $t('hotel.car.inputText')+$t('hotel.car.ContactNumber')]"/>
</template> </template>
<q-input class="col-6" <q-input class="col-6"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment