记得上下班打卡 | 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
70c83a63
Commit
70c83a63
authored
Aug 18, 2022
by
sangchunxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
功能阻塞
parent
5dce2506
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
2 deletions
+26
-2
add.html
...rces/templates/zhengzai/sweet/affiliatedActivity/add.html
+13
-1
edit.html
...ces/templates/zhengzai/sweet/affiliatedActivity/edit.html
+13
-1
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/sweet/affiliatedActivity/add.html
View file @
70c83a63
...
@@ -384,7 +384,9 @@
...
@@ -384,7 +384,9 @@
for
(
let
i
=
0
;
i
<
list
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
list
.
length
;
i
++
)
{
createListenerSearch
(
i
+
1
)
createListenerSearch
(
i
+
1
)
$
(
`#listActiveType
${
i
+
1
}
`
).
change
(
function
()
{
$
(
`#listActiveType
${
i
+
1
}
`
).
change
(
function
()
{
varObj
[
Object
.
keys
(
varObj
)[
i
]].
empty
()
$
(
'#listRemoteSearch'
+
(
i
+
1
)
+
' input'
).
attr
(
'value'
,
''
)
$
(
'#listRemoteSearch'
+
(
i
+
1
)
+
' input'
).
attr
(
'value'
,
''
)
$
(
'#listRemoteSearch'
+
(
i
+
1
)
+
' input'
).
attr
(
'data-id'
,
''
)
})
})
$
(
'#listRemoteSearch'
+
(
i
+
1
)
+
' input'
).
focus
(
function
()
{
$
(
'#listRemoteSearch'
+
(
i
+
1
)
+
' input'
).
focus
(
function
()
{
...
@@ -479,14 +481,24 @@
...
@@ -479,14 +481,24 @@
setTimeout
(()
=>
{
setTimeout
(()
=>
{
$
(
`#listActiveType
${
count
}
`
).
change
(
function
()
{
$
(
`#listActiveType
${
count
}
`
).
change
(
function
()
{
varObj
[
Object
.
keys
(
varObj
)[
count
-
1
]].
empty
()
$
(
'#listRemoteSearch'
+
(
count
)
+
' input'
).
attr
(
'value'
,
''
)
$
(
'#listRemoteSearch'
+
(
count
)
+
' input'
).
attr
(
'value'
,
''
)
$
(
'#listRemoteSearch'
+
(
count
)
+
' input'
).
attr
(
'data-id'
,
''
)
})
})
$
(
'#listRemoteSearch'
+
(
count
)
+
' input'
).
focus
(
function
()
{
$
(
'#listRemoteSearch'
+
(
count
)
+
' input'
).
focus
(
function
()
{
$
(
this
).
val
(
''
)
$
(
this
).
val
(
''
)
$
(
this
).
attr
(
'data-id'
,
''
)
$
(
this
).
attr
(
'data-id'
,
''
)
})
})
},
800
)
},
600
)
setTimeout
(()
=>
{
$
(
'#listRemoteSearch'
+
(
count
)
+
' input'
).
focus
(
function
()
{
$
(
this
).
val
(
''
)
$
(
this
).
attr
(
'data-id'
,
''
)
})
},
600
)
}
else
{
}
else
{
layer
.
msg
(
'不能添加'
)
layer
.
msg
(
'不能添加'
)
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/sweet/affiliatedActivity/edit.html
View file @
70c83a63
...
@@ -411,9 +411,11 @@
...
@@ -411,9 +411,11 @@
for
(
let
i
=
0
;
i
<
list
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
list
.
length
;
i
++
)
{
createListenerSearch
(
i
+
1
)
createListenerSearch
(
i
+
1
)
$
(
`#listActiveType
${
i
+
1
}
`
).
change
(
function
()
{
$
(
`#listActiveType
${
i
+
1
}
`
).
change
(
function
()
{
varObj
[
Object
.
keys
(
varObj
)[
i
]].
empty
()
$
(
'#listRemoteSearch'
+
(
i
+
1
)
+
' input'
).
attr
(
'value'
,
''
)
$
(
'#listRemoteSearch'
+
(
i
+
1
)
+
' input'
).
attr
(
'value'
,
''
)
$
(
'#listRemoteSearch'
+
(
i
+
1
)
+
' input'
).
attr
(
'data-id'
,
''
)
})
})
$
(
'#listRemoteSearch'
+
(
i
+
1
)
+
' input'
).
focus
(
function
(
e
)
{
$
(
'#listRemoteSearch'
+
(
i
+
1
)
+
' input'
).
focus
(
function
()
{
$
(
this
).
val
(
''
)
$
(
this
).
val
(
''
)
$
(
this
).
attr
(
'data-id'
,
''
)
$
(
this
).
attr
(
'data-id'
,
''
)
})
})
...
@@ -514,13 +516,23 @@
...
@@ -514,13 +516,23 @@
setTimeout
(()
=>
{
setTimeout
(()
=>
{
$
(
`#listActiveType
${
count
}
`
).
change
(
function
()
{
$
(
`#listActiveType
${
count
}
`
).
change
(
function
()
{
varObj
[
Object
.
keys
(
varObj
)[
count
-
1
]].
empty
()
$
(
'#listRemoteSearch'
+
count
+
' input'
).
attr
(
'value'
,
''
)
$
(
'#listRemoteSearch'
+
count
+
' input'
).
attr
(
'value'
,
''
)
$
(
'#listRemoteSearch'
+
count
+
' input'
).
attr
(
'data-id'
,
''
)
})
})
},
600
)
setTimeout
(()
=>
{
$
(
'#listRemoteSearch'
+
count
+
' input'
).
focus
(
function
()
{
$
(
'#listRemoteSearch'
+
count
+
' input'
).
focus
(
function
()
{
$
(
this
).
val
(
''
)
$
(
this
).
val
(
''
)
$
(
this
).
attr
(
'data-id'
,
''
)
$
(
this
).
attr
(
'data-id'
,
''
)
})
})
// $('#listRemoteSearch' + count + ' input').blur(function () {
//
// })
},
800
)
},
800
)
}
else
{
}
else
{
...
...
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