Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
million
Commits
b627cd07
Commit
b627cd07
authored
Feb 08, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
c0a635c6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
15 deletions
+17
-15
visaOrderPreview.vue
src/pages/line/visaOrderPreview.vue
+17
-15
No files found.
src/pages/line/visaOrderPreview.vue
View file @
b627cd07
...
...
@@ -69,8 +69,9 @@
:rules=
"[(val) => !!val || '請輸入姓氏']"
/>
</div>
<div
:class=
"filedWidth"
>
<div
class=
"row"
:class=
"filedWidth"
>
<q-select
style=
"width: 120px"
v-model=
"userInfo.Country"
@
input=
"changeCountry"
:options=
"countrys"
...
...
@@ -81,9 +82,8 @@
label=
"國家/地區"
standout
/>
</div>
<div
:class=
"filedWidth"
>
<q-input
class=
"col q-ml-sm"
standout
v-model=
"userInfo.Moblie"
label=
"電話"
...
...
@@ -98,6 +98,9 @@
</div>
</
template
>
</q-input>
</div>
<div
:class=
"filedWidth"
>
</div>
<div
:class=
"filedWidth"
>
<q-input
...
...
@@ -361,18 +364,18 @@
</div>
<div
class=
"row"
:class=
"filedWidth"
>
<q-select
label=
"
区号
"
label=
"
國家/地區
"
standout
map-options
emit-value
option-label=
"Name"
option-value=
"ID"
v-model=
"userInfo.RelationPhoneTypeObj"
input-debounce=
"0"
v-model=
"chosenObj.RelationPhoneType"
@
input=
"(e)=>{getValue(e,'AreaCode')}"
:options=
"areaCode"
style=
"width: 120px"
ref=
"RelationPhoneType"
:rules=
"[(val) =>!!val || '請选择
区号
']"
:rules=
"[(val) =>!!val || '請选择
國家/地區
']"
/>
<q-input
class=
"col q-ml-sm"
...
...
@@ -396,10 +399,10 @@
label=
"省"
standout
map-options
emit-value
option-label=
"Name"
option-value=
"ID"
v-model=
"chosenObj.ReceiverProvinceObj"
input-debounce=
"0"
v-model=
"chosenObj.ReceiverProvince"
:options=
"provinceList"
ref=
"ReceiverProvince"
:rules=
"[(val) =>!!val || '請选择省']"
...
...
@@ -411,10 +414,10 @@
label=
"市"
standout
map-options
emit-value
option-label=
"Name"
option-value=
"ID"
v-model=
"chosenObj.ReceiverCityObj"
input-debounce=
"0"
v-model=
"chosenObj.ReceiverCity"
:options=
"cityList"
ref=
"ReceiverCity"
:rules=
"[(val) =>!!val || '請选择市']"
...
...
@@ -619,10 +622,9 @@ export default {
ReceiverCity
:
''
,
// 收件人市
ReceiverCityObj
:
''
,
ReceiverAddress
:
''
,
// 收件人地址
RelationPhoneType
:
''
,
// 手机号码归属国家
ReceiverCity
:
''
,
// 收件人市
ReceiverAddress
:
''
,
// 收件人地址
RelationPhoneType
:
''
,
// 手机号码归属国家
RelationPhoneType
:
2
,
// 手机号码归属国家
RelationPhoneTypeObj
:
''
,
EnterCountryTime
:
''
,
// 入境时间
AdultPeopleNum
:
null
,
...
...
@@ -717,10 +719,10 @@ export default {
if
(
type
==
'Invoice'
)
this
.
chosenObj
.
InvoiceType
=
e
.
value
if
(
type
==
'AreaCode'
)
this
.
userInfo
.
RelationPhoneType
=
e
.
PhoneCode
if
(
type
==
'Province'
)
{
this
.
chosenObj
.
ReceiverProvince
=
e
.
ID
//
this.chosenObj.ReceiverProvince = e.ID
this
.
getCity
()
}
if
(
type
==
'Receiver'
)
this
.
chosenObj
.
ReceiverCity
=
e
.
ID
//
if(type=='Receiver') this.chosenObj.ReceiverCity = e.ID
if
(
type
==
'Duty'
)
this
.
guests
[
i
].
Duty
=
e
.
Code
if
(
type
==
'AdultPeopleNum'
)
{
let
AdultPeopleNum
=
this
.
chosenObj
.
AdultPeopleNum
?
this
.
chosenObj
.
AdultPeopleNum
:
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment