Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
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
1f7ee987
authored
2025-08-18 16:04:24 +0800
by
zrj
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
8.18 hebing
1 parent
4da7ea7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/viewsPc/center/info/reservationInfo.vue
src/viewsPc/center/info/reservationInfo.vue
View file @
1f7ee98
...
...
@@ -6,7 +6,7 @@
</div>
<div
v-for=
"b in list"
class=
"item"
>
<div
class=
"title"
>
<el-checkbox
v-model=
"b.ischeck"
></el-checkbox>
<el-checkbox
v-model=
"b.ischeck"
:disabled=
"b.status!='0'"
></el-checkbox>
<label
v-if=
"b.orderType == 0"
class=
"blueTag"
>
{{
language
==
0
?
'酒店'
:
'HOTEL'
}}
</label>
<label
v-if=
"b.orderType == 1"
class=
"purpleTag"
>
{{
language
==
0
?
'车辆'
:
'TRANSPORTATION'
}}
</label>
<label
v-if=
"b.orderType == 2"
class=
"orangeTag"
>
{{
language
==
0
?
'餐饮'
:
'DINING'
}}
</label>
...
...
@@ -280,6 +280,7 @@ function downloadAll() {
message
:
language
.
value
==
0
?
'存在不同货币结算的订单,无法合并!'
:
'Orders with different currency settlements cannot be merged!'
,
type
:
'warning'
})
return
}
let
ids
=
selectList
.
map
(
item
=>
item
.
id
)
downInvoices
(
ids
.
join
(
','
),
pType
)
...
...
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