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
966416e4
authored
2024-07-16 16:58:50 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
票务
1 parent
05fe6c4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
src/viewsPc/center/myCanKP.vue
src/viewsPc/center/myCanKP.vue
View file @
966416e
...
...
@@ -89,7 +89,7 @@
</div>
</el-col>
<el-col
:lg=
"3"
:md=
"6"
:sm=
"6"
:xs=
"6"
class=
"text-center"
>
<span
class=
"text-warning"
>
{{
b
.
languageSource
==
'100
'
?
'¥'
:
'€'
}}
<span
class=
"text-warning"
>
{{
b
.
payType
!=
'2
'
?
'¥'
:
'€'
}}
<span
class=
"bigMoney"
>
{{
b
.
totalPayAmount
}}
</span>
</span>
</el-col>
...
...
@@ -158,19 +158,19 @@
</div>
</el-col>
<el-col
:lg=
"3"
:md=
"6"
:sm=
"6"
:xs=
"6"
class=
"text-center"
>
<span
class=
"text-warning"
>
{{
language
==
0
?
'¥'
:
'€
'
}}
<span
class=
"bigMoney"
>
{{
language
==
0
?
b
.
total
:
b
.
totalEn
}}
</span>
<span
class=
"text-warning"
>
{{
b
.
paymentType
==
3
?
'€'
:
'¥
'
}}
<span
class=
"bigMoney"
>
{{
b
.
totalStr
}}
</span>
</span>
</el-col>
<el-col
:lg=
"6"
:md=
"16"
:sm=
"16"
:xs=
"16"
>
<div
class=
"text-right"
>
<el-button
type=
"primary"
plain
round
v-if=
"b.isInvoice == '0'&&!b.invoiceId
&&b.paymentType!='3'
"
@
click
.
stop=
"gokp(b)"
>
<el-button
type=
"primary"
plain
round
v-if=
"b.isInvoice == '0'&&!b.invoiceId"
@
click
.
stop=
"gokp(b)"
>
{{
language
==
0
?
'申请开票'
:
'Invoice'
}}
</el-button>
<el-button
type=
"primary"
plain
round
v-if=
"b.isInvoice == '0'&&b.invoiceId
&&b.paymentType!='3'
"
@
click
.
stop=
"editkp(b)"
>
<el-button
type=
"primary"
plain
round
v-if=
"b.isInvoice == '0'&&b.invoiceId"
@
click
.
stop=
"editkp(b)"
>
{{
language
==
0
?
'重新申请'
:
'Rebilling'
}}
</el-button>
<el-button
type=
"primary"
plain
round
v-if=
"b.invoiceId
&&b.paymentType!='3'
"
<el-button
type=
"primary"
plain
round
v-if=
"b.invoiceId"
@
click
.
stop=
"showDetail(b)"
>
{{
language
==
0
?
'发票信息'
:
'Detail'
}}
</el-button>
<!--
<el-button
type=
"primary"
v-if=
"b.isInvoice == '0'&&!b.invoiceId&&b.paymentType=='3'"
plain
round
@
click
.
stop=
"goSj(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