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
9329f282
Commit
9329f282
authored
Mar 07, 2025
by
罗超
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'B2C' of
http://gitlab.oytour.com/zk123/jz_travel
into B2C
parents
b5d1a654
4495e4b6
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
2 deletions
+9
-2
list.vue
pages/airTicket/components/guest/list.vue
+2
-1
flightDetail.vue
pages/airTicket/flightDetail.vue
+3
-0
index.vue
pages/jiuzhai/components/time/index.vue
+1
-1
visa_Reserve.vue
pages/visa/visa_Reserve.vue
+3
-0
No files found.
pages/airTicket/components/guest/list.vue
View file @
9329f282
...
...
@@ -263,7 +263,8 @@
IdCardExpired
:
''
,
Passport
:
''
,
PassportExpired
:
''
,
Mobile
:
''
Mobile
:
''
,
Checked
:
false
,
}
this
.
defaultCountry
=
[
0
]
}
...
...
pages/airTicket/flightDetail.vue
View file @
9329f282
...
...
@@ -518,6 +518,9 @@
})
let
PriceNum
=
0
var
CreateBy
=
this
.
createBy
.
CreateBy
if
(
this
.
customer
.
salesBaseInfo
&&
this
.
customer
.
salesBaseInfo
.
employeeId
){
CreateBy
=
this
.
customer
.
salesBaseInfo
.
employeeId
}
var
DirectCustomerId
=
0
var
CustomerId
=
0
//#ifdef MP-DI
...
...
pages/jiuzhai/components/time/index.vue
View file @
9329f282
...
...
@@ -74,7 +74,7 @@
<view
class=
"submit"
>
<button
class=
"sub-btn"
:disabled=
"!isSub"
@
click=
"submit"
>
<text
v-if=
"isSub"
>
确定
</text>
<text
v-if=
"!isSub"
>
请选择
入住
日期
</text>
<text
v-if=
"!isSub"
>
请选择
出团
日期
</text>
</button>
</view>
</scroll-view>
...
...
pages/visa/visa_Reserve.vue
View file @
9329f282
...
...
@@ -1298,6 +1298,9 @@
Remark
:
this
.
orderMsg
.
Remark
,
CouponAllotIds
:
CouponAllotIds
,
};
if
(
this
.
customer
.
salesBaseInfo
&&
this
.
customer
.
salesBaseInfo
.
employeeId
){
msg
.
CreateBy
=
this
.
customer
.
salesBaseInfo
.
employeeId
}
this
.
apipost
(
"b2b_get_SetB2BVisaOrder"
,
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