|
@@ -33,7 +33,8 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</Field>
|
|
</Field>
|
|
|
- <Field name="Region" v-model="formData.AddrInfo" type="textarea" autosize clearable :rules="formRules.AddrInfo" maxlength="50" label="地址" :placeholder="$t('common.required')">
|
|
|
|
|
|
|
+ <Field name="AddrInfo" v-model="formData.AddrInfo" type="textarea" autosize clearable maxlength="50"
|
|
|
|
|
+ label="地址" :placeholder="$t('common.required')" :rules="formRules.AddrInfo">
|
|
|
<template #right-icon>
|
|
<template #right-icon>
|
|
|
<Icon name="add-o" @click="showContact = true" />
|
|
<Icon name="add-o" @click="showContact = true" />
|
|
|
</template>
|
|
</template>
|
|
@@ -49,7 +50,7 @@
|
|
|
<app-contact v-model:show="showContact" @change="contactChange" />
|
|
<app-contact v-model:show="showContact" @change="contactChange" />
|
|
|
<template #footer v-if="goods">
|
|
<template #footer v-if="goods">
|
|
|
<div class="g-form__footer inset">
|
|
<div class="g-form__footer inset">
|
|
|
- <Button type="danger" block :disabled="orderQty === 0" @click="onSubmit">
|
|
|
|
|
|
|
+ <Button type="danger" block :disabled="orderQty === 0" @click="formRef?.submit()">
|
|
|
{{ $t('operation.buynow') }}
|
|
{{ $t('operation.buynow') }}
|
|
|
</Button>
|
|
</Button>
|
|
|
</div>
|
|
</div>
|