Commit 6a412f5a authored by youjie's avatar youjie

签发次数

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