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
3bd2bb1d
authored
2024-07-17 10:12:59 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge commit '
ee471d6c
' into dev
2 parents
c1e224e6
ee471d6c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
src/viewsPc/booking/addInvoice.vue
src/viewsPc/booking/invoiceDetail.vue
src/viewsPc/center/myCanKP.vue
src/viewsPc/booking/addInvoice.vue
View file @
3bd2bb1
...
...
@@ -62,7 +62,8 @@
<div
class=
"border-rr mt20 pd20"
>
<el-form
class=
"mw500"
:model=
"form"
:label-width=
"language == 0 ?'100':'150'"
:rules=
"rules"
ref=
"formRef"
>
<el-form-item
:label=
"language == 0 ?'开票金额':'Amount'"
>
<span
class=
"bigprice"
>
{{
paymentType
==
1
?
'¥'
:
'€'
}}{{
totalMoney
}}
</span>
<span
v-if=
"orderType==5||orderType==6"
class=
"bigprice"
>
{{
paymentType
!=
2
?
'¥'
:
'€'
}}{{
totalMoney
}}
</span>
<span
v-else
class=
"bigprice"
>
{{
paymentType
!=
3
?
'¥'
:
'€'
}}{{
totalMoney
}}
</span>
</el-form-item>
<el-form-item
:label=
"language == 0 ?`发票形式`:'Invoice Form'"
required
prop=
"invoiceForm"
>
...
...
src/viewsPc/booking/invoiceDetail.vue
View file @
3bd2bb1
...
...
@@ -20,7 +20,7 @@
<div
v-if=
"b.orderType == 0"
>
<p>
{{
b
.
messageObj
.
roomInfo
}}
</p>
<p>
{{
b
.
messageObj
.
roomStayDate
}}
</p>
<p
class=
"poPrice"
>
¥
{{
b
.
totalStr
}}
</p>
<p
class=
"poPrice"
>
{{
b
.
paymentType
==
3
?
'€'
:
'¥'
}}
{{
b
.
totalStr
}}
</p>
</div>
<!-- 接送订单-->
<div
v-if=
"b.orderType == 1"
>
...
...
@@ -53,7 +53,8 @@
<div
class=
"border-rr mt20 pd20"
>
<el-form
class=
"mw500"
:model=
"form"
:label-width=
"language == 0 ?'100':'150'"
:rules=
"rules"
ref=
"formRef"
>
<el-form-item
:label=
"'开票金额'"
>
<span
class=
"bigprice"
>
{{
paymentType
==
1
?
'¥'
:
'€'
}}{{
totalMoney
}}
</span>
<span
v-if=
"orderType==5||orderType==6"
class=
"bigprice"
>
{{
paymentType
!=
2
?
'¥'
:
'€'
}}{{
totalMoney
}}
</span>
<span
v-else
class=
"bigprice"
>
{{
paymentType
!=
3
?
'¥'
:
'€'
}}{{
totalMoney
}}
</span>
</el-form-item>
<el-form-item
:label=
"`发票形式`"
required
prop=
"invoiceForm"
>
...
...
@@ -127,6 +128,7 @@ const {proxy} = getCurrentInstance()
const
user
=
useUserStore
().
user
const
language
=
useStorage
(
'language'
,
0
)
const
paymentType
=
ref
(
1
)
const
router
=
useRouter
()
const
route
=
useRoute
()
const
list
=
ref
([])
...
...
@@ -171,6 +173,7 @@ onMounted(() => {
form
.
value
.
activeId
=
route
.
query
.
activeId
}
orderType
.
value
=
route
.
query
.
orderType
paymentType
.
value
=
route
.
query
.
paymentType
invoiceId
=
route
.
query
.
invoiceId
getList
()
...
...
src/viewsPc/center/myCanKP.vue
View file @
3bd2bb1
...
...
@@ -319,7 +319,7 @@ const showDetail = (item) => {
invoiceId
:
query
.
value
.
orderType
==
6
?
item
.
invoiceIdStr
:
item
.
invoiceId
,
type
:
activeName
.
value
,
orderType
:
query
.
value
.
orderType
,
paymentType
:
query
.
value
.
orderType
==
6
?
item
.
payType
:
item
.
paymentType
,
paymentType
:
query
.
value
.
orderType
==
6
||
query
.
value
.
orderType
==
5
?
item
.
payType
:
item
.
paymentType
,
}
})
}
...
...
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