Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
8da67fb3
Commit
8da67fb3
authored
Mar 06, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签证
parent
acafe8f1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
5 deletions
+31
-5
TicketOrderDetails.vue
pages/airTicket/TicketOrderDetails.vue
+1
-1
flightDetail.vue
pages/airTicket/flightDetail.vue
+25
-4
paysuccess.vue
pages/jiuzhai/paysuccess.vue
+5
-0
No files found.
pages/airTicket/TicketOrderDetails.vue
View file @
8da67fb3
...
@@ -267,7 +267,7 @@
...
@@ -267,7 +267,7 @@
uni
.
redirectTo
({
uni
.
redirectTo
({
url
:
"/pages/jiuzhai/paysuccess?PreferPrice="
+
url
:
"/pages/jiuzhai/paysuccess?PreferPrice="
+
this
.
price
+
this
.
price
+
"&isFrom=
1
"
,
"&isFrom=
4
"
,
});
});
},
100
);
},
100
);
},
},
...
...
pages/airTicket/flightDetail.vue
View file @
8da67fb3
...
@@ -57,6 +57,16 @@
...
@@ -57,6 +57,16 @@
:borderBottom=
"true"
:borderBottom=
"true"
required
>
required
>
</u-field>
</u-field>
<!-- #ifdef MP-DI -->
<u-field
v-model=
"Mailbox"
label=
"邮箱地址"
placeholder=
"请填写邮箱地址"
padding=
"20rpx 28rpx"
:borderBottom=
"true"
required
>
</u-field>
<!-- #endif -->
</view>
</view>
<!-- #ifdef MP-AG -->
<!-- #ifdef MP-AG -->
<view
class=
"flight-card q-mt-md"
v-if=
"sales.length>1"
>
<view
class=
"flight-card q-mt-md"
v-if=
"sales.length>1"
>
...
@@ -250,6 +260,7 @@
...
@@ -250,6 +260,7 @@
backVisible
:
false
,
backVisible
:
false
,
goVisible
:
false
,
goVisible
:
false
,
orderInfo
:
{},
orderInfo
:
{},
Mailbox
:
''
,
}
}
},
},
components
:
{
components
:
{
...
@@ -337,8 +348,8 @@
...
@@ -337,8 +348,8 @@
SurName
:
this
.
contactName
,
SurName
:
this
.
contactName
,
Name
:
''
,
Name
:
''
,
ContactNumber
:
this
.
contactPhone
,
ContactNumber
:
this
.
contactPhone
,
Mailbox
:
this
.
customer
.
Mailbox
,
Mailbox
:
this
.
Mailbox
,
GoodsId
:
this
.
currentPriceInfo
.
tc
id
,
GoodsId
:
this
.
id
,
GoodsName
:
`
${
this
.
goList
[
0
].
DepartureName
}
到
${
this
.
backList
[
0
].
DepartureName
}
`
,
GoodsName
:
`
${
this
.
goList
[
0
].
DepartureName
}
到
${
this
.
backList
[
0
].
DepartureName
}
`
,
GoodsPic
:
this
.
goList
[
0
].
AirlineUrl
?
this
.
goList
[
0
].
AirlineUrl
:
''
,
GoodsPic
:
this
.
goList
[
0
].
AirlineUrl
?
this
.
goList
[
0
].
AirlineUrl
:
''
,
GoodsType
:
16
,
GoodsType
:
16
,
...
@@ -389,7 +400,7 @@
...
@@ -389,7 +400,7 @@
uni
.
redirectTo
({
uni
.
redirectTo
({
url
:
"/pages/jiuzhai/paysuccess?PreferPrice="
+
url
:
"/pages/jiuzhai/paysuccess?PreferPrice="
+
that
.
price
+
that
.
price
+
"&isFrom=
1
"
,
"&isFrom=
4
"
,
});
});
},
100
);
},
100
);
},
},
...
@@ -462,6 +473,7 @@
...
@@ -462,6 +473,7 @@
})
})
},
},
validate
(){
validate
(){
let
email
=
/^
[
a-zA-Z0-9_.-
]
+@
[
a-zA-Z0-9-
]
+
(\.[
a-zA-Z0-9-
]
+
)
*
\.[
a-zA-Z0-9
]{2,6}
$/
let
msg
=
''
let
msg
=
''
if
(
this
.
crCount
+
this
.
etCount
+
this
.
babyCount
==
0
){
if
(
this
.
crCount
+
this
.
etCount
+
this
.
babyCount
==
0
){
msg
=
'请选择乘机人'
msg
=
'请选择乘机人'
...
@@ -475,6 +487,10 @@
...
@@ -475,6 +487,10 @@
msg
=
'请输入联系人名称'
msg
=
'请输入联系人名称'
}
else
if
(
this
.
contactPhone
==
''
||
this
.
contactPhone
.
length
!=
11
){
}
else
if
(
this
.
contactPhone
==
''
||
this
.
contactPhone
.
length
!=
11
){
msg
=
'请输入11位联系电话'
msg
=
'请输入11位联系电话'
}
else
if
(
this
.
Mailbox
==
''
){
msg
=
'请输入邮箱地址'
}
else
if
(
!
email
.
test
(
this
.
Mailbox
))
{
msg
=
'请输入正确的邮箱地址'
}
else
if
(
this
.
createBy
.
CreateBy
==
0
){
}
else
if
(
this
.
createBy
.
CreateBy
==
0
){
// #ifdef MP-AG
// #ifdef MP-AG
msg
=
'请选择与你对接的服务人员'
msg
=
'请选择与你对接的服务人员'
...
@@ -511,7 +527,12 @@
...
@@ -511,7 +527,12 @@
const
p
=
{
const
p
=
{
OrderId
:
0
,
OrderId
:
0
,
TCID
:
this
.
id
,
TCID
:
this
.
id
,
CustomerType
:
2
,
// #ifdef MP-DI
CustomerType
:
4
,
// #endif
// #ifdef MP-AG
CustomerType
:
2
,
// #endif
GroupType
:
5
,
GroupType
:
5
,
ContactName
:
this
.
contactName
,
ContactName
:
this
.
contactName
,
ContactMobile
:
this
.
contactPhone
,
ContactMobile
:
this
.
contactPhone
,
...
...
pages/jiuzhai/paysuccess.vue
View file @
8da67fb3
...
@@ -78,6 +78,11 @@ export default {
...
@@ -78,6 +78,11 @@ export default {
uni
.
redirectTo
({
uni
.
redirectTo
({
url
:
"/pages/visa/visa_MyOrder"
,
url
:
"/pages/visa/visa_MyOrder"
,
});
});
}
else
if
(
this
.
isLineOrder
==
4
)
{
//机票订单
uni
.
redirectTo
({
url
:
"/pages/airTicket/TicketOrderList"
,
});
}
}
},
},
goHome
()
{
goHome
()
{
...
...
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