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
24537552
authored
2025-05-30 14:48:20 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
d9f45fde
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
src/viewsPc/booking/pay.vue
src/viewsPc/booking/travelOrder.vue
src/viewsPc/booking/pay.vue
View file @
2453755
...
...
@@ -779,6 +779,8 @@ function startforGetData() {
clearTimeout
(
handle
)
handle
=
null
}
}
else
{
startforGetData
()
}
})
}
else
{
...
...
src/viewsPc/booking/travelOrder.vue
View file @
2453755
...
...
@@ -60,6 +60,12 @@
</el-form-item>
<el-form-item
v-for=
"(n,i) in gateList"
:key=
"i"
:label=
"language==0? n.name:n.name"
prop=
"count"
>
<el-input-number
v-model=
"n.count"
:min=
"0"
:max=
"n.leftNum"
@
change=
"changeNum(n)"
/>
<el-popover
placement=
"top-start"
>
<template
#
reference
>
<el-icon
class=
"ml20"
><Warning
/></el-icon>
</
template
>
<div
v-html=
"n.details"
></div>
</el-popover>
<div
class=
"red ml20"
>
<span
v-if=
"language == 0"
>
单价: ¥{{ n.price }}
</span>
<span
v-else
>
€ {{ n.priceEn }} / Ticket
</span>
...
...
@@ -68,6 +74,7 @@
<span
v-if=
"language == 0"
>
剩余票数:{{ n.leftNum }}
</span>
<span
v-else
>
{{ n.leftNum }} sheet remaining
</span>
</div>
</el-form-item>
<div
v-if=
"needPersonNum>0"
class=
"fakeFormItem"
>
...
...
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