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
84694e1c
authored
2025-07-10 09:49:15 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'devmatch' into 中分支
2 parents
13f49961
c7b50e86
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
10 deletions
src/viewsPc/booking/pay.vue
src/viewsPc/booking/pay.vue
View file @
84694e1
...
...
@@ -381,15 +381,15 @@
</div>
</el-col>
<el-col
:lg=
"24"
>
<
el-link
v-if=
"(form.viewStatus=='1'||form.viewStatus=='5')&&language!=0"
type=
"primary"
@
click=
"exportPdf"
>
<el-icon
>
<Upload
/
>
</el-icon
>
{{
language
==
0
?
'导出酒店预订单'
:
'Export PDF'
}}
<
/el-link
>
<
!--
<el-link-->
<!-- v-if="(form.viewStatus=='1'||form.viewStatus=='5')&&language!=0" type="primary"-->
<!-- @click="exportPdf"-->
<!-- >--
>
<!--
<el-icon>
--
>
<!--
<Download
/>
--
>
<!--
</el-icon>
--
>
<!--
{{
language
==
0
?
'导出酒店预订单'
:
'Download Confirmation'
}}
-->
<
!--
</el-link>
--
>
</el-col>
</el-row>
</div>
...
...
@@ -497,6 +497,17 @@
>
{{
language
==
0
?
'确定'
:
'Submit'
}}
</el-button>
<el-button
v-if=
"(form.viewStatus=='1'||form.viewStatus=='5')&&language!=0&&type=='hotel'"
class=
"btn-lineG w200px"
round
type=
"primary"
@
click=
"exportPdf"
>
<el-icon>
<Download
/>
</el-icon>
{{
language
==
0
?
'导出酒店预订单'
:
'Download Confirmation'
}}
</el-button>
<el-button
v-if=
"form.viewStatus == '5'"
round
@
click=
"unsubscribe"
>
{{
language
==
0
?
'退订'
:
'Unsubscribe'
}}
</el-button>
...
...
@@ -920,7 +931,7 @@ function exportPdf() {
}
else
{
proxy
.
download
(
'/ota/orderRoom/downRoomConfirmation'
,
{
...
obj
},
`Hotel Reservation
.pdf
`
)
},
`Hotel Reservation`
)
}
}
...
...
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