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
6e6ec6dd
Commit
6e6ec6dd
authored
Jan 08, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
f375415f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
passengerListSale.vue
src/components/SalesModule/passengerListSale.vue
+7
-3
No files found.
src/components/SalesModule/passengerListSale.vue
View file @
6e6ec6dd
...
...
@@ -128,7 +128,7 @@
{{
$t
(
'objFill.keyongfh'
)
}}
:
<span>
<i
v-for=
"item in orderHouseList"
v-show=
"showHouse"
>
{{
item
.
houseNo
}}{{
$t
(
'objFill.v101.Rest.hao'
)
}}{{
item
.
houseType
|
houseTypeFormat
(
item
.
houseType
)
}}
{{
item
.
houseNo
}}{{
$t
(
'objFill.v101.Rest.hao'
)
}}{{
houseTypeFormat
(
item
.
houseType
)
}}
</i>
</span>
</div>
...
...
@@ -307,6 +307,7 @@ export default {
let
_index
=
this
.
list
.
findIndex
(
item
=>
item
.
id
==
this
.
moveObj
.
id
)
//及时跟新列表分房号,和修改拖动状态
let
_index1
=
this
.
orderHouseList
.
findIndex
(
item
=>
item
.
houseNo
==
obj
.
houseNo
)
// 拖入房间在数组中的索引,添加房间成员
if
(
_index1
!=-
1
){
if
(
obj
.
houseType
==
1
)
{
if
(
this
.
moveObj
.
isBed
==
1
){
...
...
@@ -331,6 +332,7 @@ export default {
}
if
(
obj
.
houseType
==
2
||
obj
.
houseType
==
3
){
let
isBedNum
=
0
let
notBedNum
=
0
this
.
orderHouseList
[
_index1
].
orderGuestHouse
.
forEach
(
item
=>
{
...
...
@@ -395,7 +397,7 @@ export default {
}
if
(
obj
.
houseType
==
5
)
{
{
console
.
log
(
'--------4'
)
let
isBedNum
=
0
let
notBedNum
=
0
let
otherIsBedNum
=
0
...
...
@@ -575,8 +577,10 @@ export default {
},
mounted
(){
console
.
log
(
this
.
$route
.
query
)
this
.
getList
()
this
.
TNumber
=
this
.
$route
.
query
.
tcmun
if
(
this
.
$route
.
query
.
tcnum
)
this
.
TNumber
=
this
.
$route
.
query
.
tcnum
if
(
this
.
$route
.
query
.
tcmun
)
this
.
TNumber
=
this
.
$route
.
query
.
tcmun
}
}
</
script
>
...
...
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