Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
16acb46a
authored
2025-05-23 11:55:18 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
2 parents
60778e70
242c7416
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
src/viewsPc/booking/travel.vue
src/viewsPc/booking/travelOrder.vue
src/viewsPc/components/homeQuick.vue
src/viewsPc/match/components/quick-row.vue
src/viewsPc/booking/travel.vue
View file @
16acb46
...
...
@@ -52,7 +52,7 @@
</el-card>
</el-col>
</el-row>
<el-empty
v-show=
"!loading&&list.length==0"
:image=
"`/img/order_no.png`"
:image-size=
"228"
description=
""
/>
<el-empty
v-show=
"!loading&&list.length==
=
0"
:image=
"`/img/order_no.png`"
:image-size=
"228"
description=
""
/>
<div
style=
"height: 50px"
/>
</div>
</div>
...
...
src/viewsPc/booking/travelOrder.vue
View file @
16acb46
...
...
@@ -73,7 +73,7 @@
<div
v-if=
"needPersonNum>0"
class=
"fakeFormItem"
>
<label>
需填写
{{
needPersonNum
}}
位游客
</label>
<div>
<
div
v-show=
"needPersonNum > hasPersonNum"
>
还需填写
{{
needPersonNum
-
hasPersonNum
}}
位游客
</div
>
<
label
class=
"text-warning"
v-show=
"needPersonNum > hasPersonNum"
>
还需填写
{{
needPersonNum
-
hasPersonNum
}}
位游客
</label
>
</div>
</div>
<div
v-for=
"(n,i) in gateList"
:key=
"i"
>
...
...
@@ -237,6 +237,7 @@ const checkPersonNum = () => {
_
.
each
(
gateList
.
value
,
item
=>
{
needPersonNum
.
value
+=
item
.
count
_
.
each
(
item
.
personArr
,
person
=>
{
console
.
log
(
person
)
if
(
person
.
customerId
)
{
hasPersonNum
.
value
++
}
...
...
@@ -359,8 +360,10 @@ function submit() {
submitOrderScenic
(
form
.
value
).
then
(
res
=>
{
if
(
res
.
data
)
{
if
(
res
.
data
.
roomNum
==
-
1
00
)
{
if
(
res
.
data
.
orderId
==
-
4
00
)
{
ElMessage
.
warning
(
language
.
value
==
0
?
'剩余票数不足'
:
'The remaining number of rooms is insufficient'
)
}
else
if
(
res
.
data
.
orderId
==
-
300
)
{
ElMessage
.
warning
(
language
.
value
==
0
?
'提交失败,请稍后再试'
:
'Submission failed, please try again later'
)
}
else
{
// 去付钱
router
.
push
({
...
...
src/viewsPc/components/homeQuick.vue
View file @
16acb46
...
...
@@ -123,7 +123,7 @@ function popRemark(type) {
(
form
.
value
.
isMealView
==
0
&&
type
==
'4'
)
||
(
form
.
value
.
isPhotoView
==
0
&&
type
==
'5'
)
||
(
form
.
value
.
isTicket
==
0
&&
type
==
'0'
)
||
(
form
.
value
.
is
Travel
==
0
&&
type
==
'8'
)
(
form
.
value
.
is
ScenicView
==
0
&&
type
==
'8'
)
)
{
building
()
return
...
...
src/viewsPc/match/components/quick-row.vue
View file @
16acb46
...
...
@@ -171,7 +171,7 @@ function popRemark(type) {
||
(
form
.
value
.
isMealView
==
0
&&
type
==
'4'
)
||
(
form
.
value
.
isPhotoView
==
0
&&
type
==
'5'
)
||
(
form
.
value
.
isTicket
==
0
&&
type
==
'0'
)
||
(
form
.
value
.
is
Travel
==
0
&&
type
==
'8'
)
||
(
form
.
value
.
is
ScenicView
==
0
&&
type
==
'8'
)
)
{
building
()
return
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment