Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
72b890f4
Commit
72b890f4
authored
Aug 13, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
29fdaa83
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
5 deletions
+18
-5
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+2
-2
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+16
-3
No files found.
src/components/SalesModule/groupTourOrder.vue
View file @
72b890f4
...
@@ -2342,7 +2342,7 @@
...
@@ -2342,7 +2342,7 @@
checkdAll
(
val
){
checkdAll
(
val
){
if
(
val
)
{
if
(
val
)
{
this
.
SQguestList
.
map
(
x
=>
{
this
.
SQguestList
.
map
(
x
=>
{
x
.
check
=
x
.
isApplyPhoto
==
1
?
false
:
true
x
.
check
=
true
})
})
}
else
{
}
else
{
this
.
SQguestList
.
map
(
x
=>
{
this
.
SQguestList
.
map
(
x
=>
{
...
@@ -2359,7 +2359,7 @@
...
@@ -2359,7 +2359,7 @@
return
return
}
}
item
.
guestList
.
map
(
x
=>
{
item
.
guestList
.
map
(
x
=>
{
x
.
check
=
x
.
isApplyPhoto
==
1
?
false
:
true
x
.
check
=
true
})
})
this
.
SQguestList
=
item
.
guestList
this
.
SQguestList
=
item
.
guestList
this
.
SQOrderId
=
item
.
orderId
this
.
SQOrderId
=
item
.
orderId
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
72b890f4
...
@@ -874,6 +874,17 @@
...
@@ -874,6 +874,17 @@
display
:
block
;
display
:
block
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.SQguestList
{
display
:
flex
;
flex-wrap
:
wrap
;
}
.SQguestList
label
{
display
:
inline-block
;
min-width
:
100px
;
display
:
flex
;
align-items
:
center
;
margin-top
:
8px
;
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -2080,7 +2091,9 @@
...
@@ -2080,7 +2091,9 @@
<div
v-if=
"item.orderState==2"
<div
v-if=
"item.orderState==2"
@
click=
'Discount(item.tcid),SOMsg.OrderId = item.orderId,SOMsg.OrderUnitPrice = item.unit_Price'
>
@
click=
'Discount(item.tcid),SOMsg.OrderId = item.orderId,SOMsg.OrderUnitPrice = item.unit_Price'
>
申请优惠
</div>
申请优惠
</div>
<div
@
click=
'ShenQingPhoto(item)'
>
申请照片
</div>
<div
<div
v-if=
"item.isOrder=='1'&&(item.orderState=='1'||item.orderState=='2'||item.orderState=='3')&& item.isCanClear==0"
v-if=
"item.isOrder=='1'&&(item.orderState=='1'||item.orderState=='2'||item.orderState=='3')&& item.isCanClear==0"
@
click=
'deleteItem(item)'
>
取消
</div>
@
click=
'deleteItem(item)'
>
取消
</div>
...
@@ -3112,7 +3125,7 @@
...
@@ -3112,7 +3125,7 @@
checkdAll
(
val
){
checkdAll
(
val
){
if
(
val
)
{
if
(
val
)
{
this
.
SQguestList
.
map
(
x
=>
{
this
.
SQguestList
.
map
(
x
=>
{
x
.
check
=
x
.
isApplyPhoto
==
1
?
false
:
true
x
.
check
=
true
})
})
}
else
{
}
else
{
this
.
SQguestList
.
map
(
x
=>
{
this
.
SQguestList
.
map
(
x
=>
{
...
@@ -3129,7 +3142,7 @@
...
@@ -3129,7 +3142,7 @@
return
return
}
}
item
.
guestList
.
map
(
x
=>
{
item
.
guestList
.
map
(
x
=>
{
x
.
check
=
x
.
isApplyPhoto
==
1
?
false
:
true
x
.
check
=
true
})
})
this
.
SQguestList
=
item
.
guestList
this
.
SQguestList
=
item
.
guestList
this
.
SQOrderId
=
item
.
orderId
this
.
SQOrderId
=
item
.
orderId
...
...
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