Commit 6a412f5a authored by youjie's avatar youjie

签发次数

parent d9321d45
......@@ -237,7 +237,7 @@
style="background: #26a69a1a"
size="sm"
class="f12 rounded-borders text-secondary"
:label="x.entryType==1?'单次':x.entryType==2?'多次':x.entryType==3?'使领馆签发为准':''"
:label="x.entryType==1?'单次':x.entryType==2?'多次':x.entryType==3?'使领馆签发次数':''"
/> -->
<q-chip
v-if="x.visaType"
......
<template>
<div class="" style="min-height: 80vh; overflow: hidden">
<div class="detailsVisa" style="min-height: 80vh; overflow: hidden">
<div v-if="dataList && (!$q.loading.isActive || loadCount>0)" class="relative" style="margin: auto"
:style="{ 'max-width': $q.platform.is.desktop ? '1200px' : '100%' }">
<div style="
......@@ -82,7 +82,7 @@
<span class="col text-grey-7">
<template v-if="dataList.EntryType==1">单次</template>
<template v-if="dataList.EntryType==2">多次</template>
<template v-if="dataList.EntryType==3">使领馆签发为准</template>
<template v-if="dataList.EntryType==3">使领馆签发次数</template>
</span>
</div>
<div class="row q-pb-xs" v-if="dataList.StayDays">
......@@ -877,7 +877,14 @@
};
</script>
<style scoped>
/deep/ul {
list-style: decimal !important;
}
/deep/li {
list-style: decimal !important;
}
</style>
<style>
.line-feature * {
line-height: normal !important;
......
......@@ -830,7 +830,7 @@ export default {
SurName: this.userInfo.Surname,
Name: this.userInfo.Name,
ContactNumber:
this.userInfo.PhoneCountryStr + " " + this.userInfo.Moblie,
this.userInfo.PhoneCountryStr + " " + this.userInfo.contactNumber,
Mailbox: this.userInfo.Mailbox,
GoodsId: this.order.order.tcid,
GoodsName: this.trip.title,
......
......@@ -633,7 +633,6 @@ export default {
// ReceiverProvinceObj: '',
ReceiverCity: '',// 收件人市
ReceiverCityObj: '',
ReceiverAddress: '',// 收件人地址
ReceiverCity: '',// 收件人市
ReceiverAddress: '',// 收件人地址
RelationPhoneType: 2,// 手机号码归属国家
......
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