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
819f4e2b
authored
2025-05-22 16:51:51 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
89d47a89
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
src/viewsPc/booking/travelOrder.vue
src/viewsPc/components/homeQuick.vue
src/viewsPc/match/components/quick-row.vue
src/viewsPc/booking/travelOrder.vue
View file @
819f4e2
...
...
@@ -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
++
}
...
...
src/viewsPc/components/homeQuick.vue
View file @
819f4e2
...
...
@@ -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 @
819f4e2
...
...
@@ -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