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
1aa2a9a2
authored
2024-09-13 11:24:39 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
赛事开票
1 parent
d6d72744
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
src/viewsPc/center/myCanKP.vue
src/viewsPc/center/myCanKP.vue
View file @
1aa2a9a
...
...
@@ -87,13 +87,15 @@
</div>
</el-col>
<el-col
:lg=
"3"
:md=
"6"
:sm=
"6"
:xs=
"6"
class=
"text-center"
>
<span
class=
"text-warning"
>
{{
b
.
payType
!=
'2'
?
'¥'
:
'€'
}}
<span
class=
"text-warning"
>
{{
b
.
payType
!=
'2'
||
!
b
.
totalPayAmount
?
'¥'
:
'€'
}}
<span
class=
"bigMoney"
>
{{
b
.
totalPayAmount
||
b
.
totalAmount
}}
</span>
</span>
</el-col>
<el-col
:lg=
"6"
:md=
"16"
:sm=
"16"
:xs=
"16"
>
<div
class=
"text-right"
>
<el-button
v-if=
"b.isInvoice == '0'&&!b.invoiceId"
plain
round
type=
"primary"
@
click
.
stop=
"gokp(b)"
>
<el-button
v-if=
"b.isInvoice == '0'&&!b.invoiceId"
:disabled=
"!b.totalPayAmount||b.totalAmount==0"
plain
round
type=
"primary"
@
click
.
stop=
"gokp(b)"
>
{{
language
==
0
?
'申请开票'
:
'Invoice'
}}
</el-button>
<el-button
v-if=
"b.isInvoice == '0'&&b.invoiceId"
plain
round
type=
"primary"
@
click
.
stop=
"editkp(b)"
>
...
...
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