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
d85b57f4
Commit
d85b57f4
authored
Mar 07, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签证优化
parent
9329f282
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
8 deletions
+14
-8
flightDetail.vue
pages/airTicket/flightDetail.vue
+6
-3
visa_Reserve.vue
pages/visa/visa_Reserve.vue
+8
-5
No files found.
pages/airTicket/flightDetail.vue
View file @
d85b57f4
...
@@ -518,9 +518,12 @@
...
@@ -518,9 +518,12 @@
})
})
let
PriceNum
=
0
let
PriceNum
=
0
var
CreateBy
=
this
.
createBy
.
CreateBy
var
CreateBy
=
this
.
createBy
.
CreateBy
if
(
this
.
customer
.
salesBaseInfo
&&
this
.
customer
.
salesBaseInfo
.
employeeId
){
// #ifdef MP-DI
CreateBy
=
this
.
customer
.
salesBaseInfo
.
employeeId
if
(
this
.
customer
.
salesBaseInfo
&&
this
.
customer
.
salesBaseInfo
.
employeeId
){
}
CreateBy
=
this
.
customer
.
salesBaseInfo
.
employeeId
}
// #endif
var
DirectCustomerId
=
0
var
DirectCustomerId
=
0
var
CustomerId
=
0
var
CustomerId
=
0
//#ifdef MP-DI
//#ifdef MP-DI
...
...
pages/visa/visa_Reserve.vue
View file @
d85b57f4
...
@@ -1194,9 +1194,9 @@
...
@@ -1194,9 +1194,9 @@
// #ifdef MP-AG
// #ifdef MP-AG
price
=
this
.
dataList
.
VisaPrice
;
price
=
this
.
dataList
.
VisaPrice
;
// #endif
// #endif
let
money
=
price
*
this
.
orderMsg
.
AdultPeopleNum
;
let
money
=
(
price
*
100
)
*
this
.
orderMsg
.
AdultPeopleNum
;
this
.
price
=
money
;
this
.
price
=
money
/
100
;
},
},
validate
(){
validate
(){
let
email
=
/^
[
a-zA-Z0-9_.-
]
+@
[
a-zA-Z0-9-
]
+
(\.[
a-zA-Z0-9-
]
+
)
*
\.[
a-zA-Z0-9
]{2,6}
$/
let
email
=
/^
[
a-zA-Z0-9_.-
]
+@
[
a-zA-Z0-9-
]
+
(\.[
a-zA-Z0-9-
]
+
)
*
\.[
a-zA-Z0-9
]{2,6}
$/
...
@@ -1298,9 +1298,12 @@
...
@@ -1298,9 +1298,12 @@
Remark
:
this
.
orderMsg
.
Remark
,
Remark
:
this
.
orderMsg
.
Remark
,
CouponAllotIds
:
CouponAllotIds
,
CouponAllotIds
:
CouponAllotIds
,
};
};
if
(
this
.
customer
.
salesBaseInfo
&&
this
.
customer
.
salesBaseInfo
.
employeeId
){
// #ifdef MP-DI
msg
.
CreateBy
=
this
.
customer
.
salesBaseInfo
.
employeeId
if
(
this
.
customer
.
salesBaseInfo
&&
this
.
customer
.
salesBaseInfo
.
employeeId
){
}
msg
.
CreateBy
=
this
.
customer
.
salesBaseInfo
.
employeeId
}
// #endif
this
.
apipost
(
this
.
apipost
(
"b2b_get_SetB2BVisaOrder"
,
"b2b_get_SetB2BVisaOrder"
,
msg
,
msg
,
...
...
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