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
2def52b3
authored
2024-07-25 17:55:40 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge commit '
226a9c2b
' into dev
2 parents
dd3fa06d
226a9c2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/viewsPc/booking/addInvoice.vue
src/viewsPc/center/myCanKP.vue
src/viewsPc/booking/addInvoice.vue
View file @
2def52b
...
...
@@ -117,7 +117,7 @@
<el-form-item
:label=
"`邮箱`"
v-if=
"form.invoiceForm=='1'"
required
prop=
"invoiceEmail"
>
<el-input
v-model=
"form.invoiceEmail"
/>
</el-form-item>
<el-form-item
label=
"备注"
v-if=
"form.invoiceForm=='1'"
prop=
"remarks"
>
<el-form-item
label=
"备注"
prop=
"remarks"
>
<el-input
type=
"textarea"
v-model=
"form.remarks"
/>
</el-form-item>
<div
v-if=
"form.invoiceForm=='3'&&form.invoiceType=='0'"
>
...
...
@@ -389,6 +389,7 @@ function submit() {
form
.
value
.
total
=
totalMoney
.
value
form
.
value
.
version
=
2
form
.
value
.
invoicePhone
=
paymentType
.
value
if
(
orderType
.
value
==
6
)
form
.
value
.
orders
=
route
.
query
.
orderSn
if
(
isEdit
.
value
)
{
update
()
}
else
{
...
...
src/viewsPc/center/myCanKP.vue
View file @
2def52b
...
...
@@ -46,8 +46,7 @@
<el-col
:lg=
"9"
:md=
"12"
:sm=
"12"
:xs=
"24"
>
<h3
class=
"m0"
>
{{
b
.
name
}}
</h3>
<p>
{{
language
==
0
?
"时间"
:
"Event Date & Time"
}}
:
{{
b
.
dateStr
}}
</p>
b
.
dateStr
}}
</p>
<p
class=
"common"
>
{{
language
==
0
?
"张数"
:
"Location"
}}
:
{{
b
.
ticketNum
}}{{
language
==
0
?
"张"
:
"tickets"
}}
</p>
...
...
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