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
e4e1278a
Commit
e4e1278a
authored
Feb 28, 2025
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/zk123/jz_travel
parents
55adb539
289e0861
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
visaDetail.vue
pages/visa/visaDetail.vue
+1
-1
visa_Reserve.vue
pages/visa/visa_Reserve.vue
+6
-2
No files found.
pages/visa/visaDetail.vue
View file @
e4e1278a
...
@@ -590,7 +590,7 @@
...
@@ -590,7 +590,7 @@
(
res
)
=>
{
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
if
(
res
.
resultCode
==
1
)
{
try
{
try
{
if
(
res
.
data
.
VisaProductInfo
.
FeeInclude
&
res
.
data
.
VisaProductInfo
.
FeeInclude
.
indexOf
(
'<img'
)
!=-
1
){
if
(
res
.
data
.
VisaProductInfo
.
FeeInclude
&
&
res
.
data
.
VisaProductInfo
.
FeeInclude
.
indexOf
(
'<img'
)
!=-
1
){
res
.
data
.
VisaProductInfo
.
FeeInclude
=
this
.
imgTagAddStyle
(
res
.
data
.
VisaProductInfo
.
FeeInclude
)
res
.
data
.
VisaProductInfo
.
FeeInclude
=
this
.
imgTagAddStyle
(
res
.
data
.
VisaProductInfo
.
FeeInclude
)
}
}
if
(
res
.
data
.
VisaProductInfo
.
FeeNonInclude
&&
res
.
data
.
VisaProductInfo
.
FeeNonInclude
.
indexOf
(
'<img'
)
!=-
1
){
if
(
res
.
data
.
VisaProductInfo
.
FeeNonInclude
&&
res
.
data
.
VisaProductInfo
.
FeeNonInclude
.
indexOf
(
'<img'
)
!=-
1
){
...
...
pages/visa/visa_Reserve.vue
View file @
e4e1278a
...
@@ -1222,13 +1222,16 @@
...
@@ -1222,13 +1222,16 @@
this
.
basedataObj
=
uni
.
getStorageSync
(
"basedata"
).
mall
;
this
.
basedataObj
=
uni
.
getStorageSync
(
"basedata"
).
mall
;
var
price
=
(
this
.
price
-
this
.
currentCoupon
.
discountMoney
).
toFixed
(
2
)
var
price
=
(
this
.
price
-
this
.
currentCoupon
.
discountMoney
).
toFixed
(
2
)
let
CouponAllotIds
=
''
if
(
this
.
useCouponIds
.
length
>
0
){
CouponAllotIds
=
this
.
useCouponIds
.
join
(
','
)
}
let
msg
=
{
let
msg
=
{
Id
:
0
,
Id
:
0
,
VisaId
:
this
.
orderMsg
.
Pid
,
VisaId
:
this
.
orderMsg
.
Pid
,
AdultPeopleNum
:
this
.
orderMsg
.
AdultPeopleNum
,
//大人
AdultPeopleNum
:
this
.
orderMsg
.
AdultPeopleNum
,
//大人
ChildPeopleNum
:
''
,
//小孩
ChildPeopleNum
:
''
,
//小孩
TotalPrice
:
price
,
//总价
TotalPrice
:
this
.
price
,
//总价
CustomerId
:
this
.
customer
.
customerId
,
//客户id
CustomerId
:
this
.
customer
.
customerId
,
//客户id
CreateBy
:
this
.
CreateBy
,
//销售
CreateBy
:
this
.
CreateBy
,
//销售
OrderSource
:
5
,
//1-ERP,2-B2B订单,3-B2C订单,4wap 5同业 6支付宝
OrderSource
:
5
,
//1-ERP,2-B2B订单,3-B2C订单,4wap 5同业 6支付宝
...
@@ -1252,6 +1255,7 @@
...
@@ -1252,6 +1255,7 @@
OrderForm
:
0
,
//1电脑端
OrderForm
:
0
,
//1电脑端
ClientType
:
1
,
//客户类型 1同业 2直客
ClientType
:
1
,
//客户类型 1同业 2直客
Remark
:
this
.
orderMsg
.
Remark
,
Remark
:
this
.
orderMsg
.
Remark
,
CouponAllotIds
:
CouponAllotIds
,
};
};
this
.
apipost
(
this
.
apipost
(
"b2b_get_SetB2BVisaOrder"
,
"b2b_get_SetB2BVisaOrder"
,
...
...
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