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
98abe1b8
authored
2024-07-16 15:46:51 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
票务
1 parent
2a8042bb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
src/viewsPc/center/myCanKP.vue
src/viewsPc/center/myCanKP.vue
View file @
98abe1b
...
...
@@ -31,6 +31,7 @@
</el-select>
</el-form-item>
</el-form>
<div
v-show=
"list&&list.length>0"
style=
"padding-left: 28px;color: red;font-size: 15px"
>
温馨提示:发票申请成功后,将以电子发票的形式发送至您邮箱,请注意查收!
</div>
</div>
<el-empty
:image=
"`/img/order_no.png`"
:image-size=
"228"
v-if=
"list?.length == 0"
/>
<div
v-if=
"activeName=='6'"
class=
"pd20"
>
...
...
@@ -59,13 +60,13 @@
<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.payType!='2'"
@
click
.
stop=
"gokp(b)"
>
{{
language
==
0
?
'
开发
票'
:
'Invoice'
}}
{{
language
==
0
?
'
申请开
票'
:
'Invoice'
}}
</el-button>
<el-button
type=
"primary"
plain
round
v-if=
"b.isInvoice == '0'&&b.invoiceId&&b.payType!='2'"
@
click
.
stop=
"editkp(b)"
>
{{
language
==
0
?
'重
开发票
'
:
'Rebilling'
}}
{{
language
==
0
?
'重
新申请
'
:
'Rebilling'
}}
</el-button>
<el-button
type=
"primary"
plain
round
v-if=
"b.invoiceId&&b.paymentType!='3'"
@
click
.
stop=
"showDetail(b)"
>
{{
language
==
0
?
'
查看发票
'
:
'Detail'
}}
@
click
.
stop=
"showDetail(b)"
>
{{
language
==
0
?
'
发票信息
'
:
'Detail'
}}
</el-button>
</div>
</el-col>
...
...
@@ -95,13 +96,13 @@
<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.languageSource=='100'"
@
click
.
stop=
"gokp(b)"
>
{{
language
==
0
?
'
开发
票'
:
'Invoice'
}}
{{
language
==
0
?
'
申请开
票'
:
'Invoice'
}}
</el-button>
<el-button
type=
"primary"
plain
round
v-if=
"b.isInvoice == '0'&&b.invoiceId&&b.languageSource=='100'"
@
click
.
stop=
"editkp(b)"
>
{{
language
==
0
?
'重
开发票
'
:
'Rebilling'
}}
{{
language
==
0
?
'重
新申请
'
:
'Rebilling'
}}
</el-button>
<el-button
type=
"primary"
plain
round
v-if=
"b.invoiceId&&b.languageSource=='100'"
@
click
.
stop=
"showDetail(b)"
>
{{
language
==
0
?
'
查看发票
'
:
'Detail'
}}
@
click
.
stop=
"showDetail(b)"
>
{{
language
==
0
?
'
发票信息
'
:
'Detail'
}}
</el-button>
<el-button
type=
"primary"
v-if=
"b.isInvoice == '0'&&!b.invoiceId&&b.languageSource!='100'"
plain
round
@
click
.
stop=
"goSj(b)"
>
{{
language
==
0
?
'开收据'
:
'Receipt'
}}
...
...
@@ -164,13 +165,13 @@
<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)"
>
{{
language
==
0
?
'
开发
票'
:
'Invoice'
}}
{{
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)"
>
{{
language
==
0
?
'重
开发票
'
:
'Rebilling'
}}
{{
language
==
0
?
'重
新申请
'
:
'Rebilling'
}}
</el-button>
<el-button
type=
"primary"
plain
round
v-if=
"b.invoiceId&&b.paymentType!='3'"
@
click
.
stop=
"showDetail(b)"
>
{{
language
==
0
?
'
查看发票
'
:
'Detail'
}}
@
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)"
>
-->
<!--
{{
language
==
0
?
'开收据'
:
'Receipt'
}}
-->
...
...
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