记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
6e05b19b
Commit
6e05b19b
authored
Oct 15, 2021
by
dongchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改下拉框显示不全问题
parent
ccb50e20
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
add1.html
...n/resources/templates/zhengzai/candy/coupon/mgt/add1.html
+2
-2
add101.html
...resources/templates/zhengzai/candy/coupon/mgt/add101.html
+2
-2
add2.html
...n/resources/templates/zhengzai/candy/coupon/mgt/add2.html
+2
-2
add3.html
...n/resources/templates/zhengzai/candy/coupon/mgt/add3.html
+2
-2
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/add1.html
View file @
6e05b19b
...
...
@@ -328,7 +328,7 @@
filterData
.
reduce
((
cur
,
next
)
=>
{
if
(
!
obj
[
next
.
timeId
])
{
obj
[
next
.
timeId
]
=
true
str
+=
`<option value='
${
next
.
timeId
}
' label=
${
next
.
timeTitle
}
>
${
next
.
timeTitle
}
</option>`
str
+=
`<option value='
${
next
.
timeId
}
' label=
'
${
next
.
timeTitle
}
'
>
${
next
.
timeTitle
}
</option>`
}
},
[])
selectTwoId
=
''
;
// 选中演出下级的ID
...
...
@@ -368,7 +368,7 @@
let
str
=
`<option value="0" label="" >所有</option>`
;
searchData
.
forEach
(
item
=>
{
if
(
item
.
timeId
==
selectTwoId
)
{
str
+=
`<option value='
${
item
.
ticketId
}
' label=
${
item
.
ticketTitle
}
>
${
item
.
ticketTitle
}
</option>`
str
+=
`<option value='
${
item
.
ticketId
}
' label=
'
${
item
.
ticketTitle
}
'
>
${
item
.
ticketTitle
}
</option>`
}
})
selectThreeId
=
''
;
// 选中演出三级的ID
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/add101.html
View file @
6e05b19b
...
...
@@ -309,7 +309,7 @@
let
str
=
`<option value="0" label="">所有</option>`
;
searchData
.
forEach
(
item
=>
{
if
(
item
.
performancesId
==
id
)
{
str
+=
`<option value='
${
item
.
timeId
}
' label=
${
item
.
timeTitle
}
>
${
item
.
timeTitle
}
</option>`
str
+=
`<option value='
${
item
.
timeId
}
' label=
'
${
item
.
timeTitle
}
'
>
${
item
.
timeTitle
}
</option>`
}
})
selectTwoId
=
''
;
// 选中演出下级的ID
...
...
@@ -343,7 +343,7 @@
let
str
=
`<option value="0" label="" >所有</option>`
;
searchData
.
forEach
(
item
=>
{
if
(
item
.
timeId
==
selectTwoId
)
{
str
+=
`<option value='
${
item
.
ticketId
}
' label=
${
item
.
ticketTitle
}
>
${
item
.
ticketTitle
}
</option>`
str
+=
`<option value='
${
item
.
ticketId
}
' label=
'
${
item
.
ticketTitle
}
'
>
${
item
.
ticketTitle
}
</option>`
}
})
selectThreeId
=
''
;
// 选中演出三级的ID
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/add2.html
View file @
6e05b19b
...
...
@@ -329,7 +329,7 @@
filterData
.
reduce
((
cur
,
next
)
=>
{
if
(
!
obj
[
next
.
timeId
])
{
obj
[
next
.
timeId
]
=
true
str
+=
`<option value='
${
next
.
timeId
}
' label=
${
next
.
timeTitle
}
>
${
next
.
timeTitle
}
</option>`
str
+=
`<option value='
${
next
.
timeId
}
' label=
'
${
next
.
timeTitle
}
'
>
${
next
.
timeTitle
}
</option>`
}
},
[])
selectTwoId
=
''
;
// 选中演出下级的ID
...
...
@@ -369,7 +369,7 @@
let
str
=
`<option value="0" label="" >所有</option>`
;
searchData
.
forEach
(
item
=>
{
if
(
item
.
timeId
==
selectTwoId
)
{
str
+=
`<option value='
${
item
.
ticketId
}
' label=
${
item
.
ticketTitle
}
>
${
item
.
ticketTitle
}
</option>`
str
+=
`<option value='
${
item
.
ticketId
}
' label=
'
${
item
.
ticketTitle
}
'
>
${
item
.
ticketTitle
}
</option>`
}
})
selectThreeId
=
''
;
// 选中演出三级的ID
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/candy/coupon/mgt/add3.html
View file @
6e05b19b
...
...
@@ -246,7 +246,7 @@
filterData
.
reduce
((
cur
,
next
)
=>
{
if
(
!
obj
[
next
.
timeId
])
{
obj
[
next
.
timeId
]
=
true
str
+=
`<option value='
${
next
.
timeId
}
' label=
${
next
.
timeTitle
}
>
${
next
.
timeTitle
}
</option>`
str
+=
`<option value='
${
next
.
timeId
}
' label=
'
${
next
.
timeTitle
}
'
>
${
next
.
timeTitle
}
</option>`
}
},
[])
selectTwoId
=
''
;
// 选中演出下级的ID
...
...
@@ -279,7 +279,7 @@
let
str
=
`<option value="0" label="" >所有</option>`
;
searchData
.
forEach
(
item
=>
{
if
(
item
.
timeId
==
selectTwoId
)
{
str
+=
`<option value='
${
item
.
ticketId
}
' label=
${
item
.
ticketTitle
}
>
${
item
.
ticketTitle
}
</option>`
str
+=
`<option value='
${
item
.
ticketId
}
' label=
'
${
item
.
ticketTitle
}
'
>
${
item
.
ticketTitle
}
</option>`
}
})
selectThreeId
=
''
;
// 选中演出三级的ID
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment