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
289e0861
Commit
289e0861
authored
Feb 28, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签证 总价不算优惠券
parent
dc6800fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
visa_Reserve.vue
pages/visa/visa_Reserve.vue
+6
-2
No files found.
pages/visa/visa_Reserve.vue
View file @
289e0861
...
...
@@ -1222,13 +1222,16 @@
this
.
basedataObj
=
uni
.
getStorageSync
(
"basedata"
).
mall
;
var
price
=
(
this
.
price
-
this
.
currentCoupon
.
discountMoney
).
toFixed
(
2
)
let
CouponAllotIds
=
''
if
(
this
.
useCouponIds
.
length
>
0
){
CouponAllotIds
=
this
.
useCouponIds
.
join
(
','
)
}
let
msg
=
{
Id
:
0
,
VisaId
:
this
.
orderMsg
.
Pid
,
AdultPeopleNum
:
this
.
orderMsg
.
AdultPeopleNum
,
//大人
ChildPeopleNum
:
''
,
//小孩
TotalPrice
:
price
,
//总价
TotalPrice
:
this
.
price
,
//总价
CustomerId
:
this
.
customer
.
customerId
,
//客户id
CreateBy
:
this
.
CreateBy
,
//销售
OrderSource
:
5
,
//1-ERP,2-B2B订单,3-B2C订单,4wap 5同业 6支付宝
...
...
@@ -1252,6 +1255,7 @@
OrderForm
:
0
,
//1电脑端
ClientType
:
1
,
//客户类型 1同业 2直客
Remark
:
this
.
orderMsg
.
Remark
,
CouponAllotIds
:
CouponAllotIds
,
};
this
.
apipost
(
"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