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
83967c20
authored
2024-07-16 17:28:20 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
票务
1 parent
43ab02e6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
src/viewsPc/booking/addInvoice.vue
src/viewsPc/center/myCanKP.vue
src/viewsPc/booking/addInvoice.vue
View file @
83967c2
...
...
@@ -29,7 +29,7 @@
<div
v-if=
"b.orderType == 0"
>
<p>
{{
b
.
messageObj
.
roomInfo
}}
</p>
<p>
{{
b
.
messageObj
.
roomStayDate
}}
</p>
<p
class=
"poPrice"
v-if=
"b.total
"
>
¥
{{
b
.
total
}}
</p>
<p
class=
"poPrice"
v-if=
"b.total
Str"
>
¥
{{
b
.
totalStr
}}
</p>
</div>
<!-- 接送订单-->
<div
v-if=
"b.orderType == 1"
>
...
...
src/viewsPc/center/myCanKP.vue
View file @
83967c2
...
...
@@ -59,13 +59,13 @@
</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.payType!='2'
"
@
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.payType!='2'
"
@
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>
</div>
...
...
@@ -104,12 +104,12 @@
<el-button
type=
"primary"
plain
round
v-if=
"b.invoiceId&&b.languageSource=='100'"
@
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'
}}
</el-button
>
<el-button
type=
"primary"
plain
round
v-if=
"b.invoiceId&&b.languageSource!='100'"
@
click
.
stop=
"showSJ(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'
}}
-->
<!--
</el-button>
--
>
<!--
<el-button
type=
"primary"
plain
round
v-if=
"b.invoiceId&&b.languageSource!='100'"
--
>
<!-- @click.stop="showSJ(b)">
{{
language
==
0
?
'查看收据'
:
'Detail'
}}
-->
<!--
</el-button>
--
>
</div>
</el-col>
</el-row>
...
...
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