记得上下班打卡 | 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
8db1b012
Commit
8db1b012
authored
Aug 12, 2022
by
sangchunxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
限制
parent
d98d9dd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
add.html
...rces/templates/zhengzai/sweet/affiliatedActivity/add.html
+2
-2
edit.html
...ces/templates/zhengzai/sweet/affiliatedActivity/edit.html
+1
-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 @
8db1b012
...
@@ -277,7 +277,7 @@
...
@@ -277,7 +277,7 @@
let
prefix2
=
ctx
+
"local"
;
let
prefix2
=
ctx
+
"local"
;
// let itemId = Number(getUrlParms('id'))
// let itemId = Number(getUrlParms('id'))
let
affiliatedUrl
=
[
'goblin/common/sku'
,
'goblin/common/mix'
,
'kylin/performances/roadShow/performance/status'
,
'
compilations/goodsList
'
]
let
affiliatedUrl
=
[
'goblin/common/sku'
,
'goblin/common/mix'
,
'kylin/performances/roadShow/performance/status'
,
'
goblin/common/goods
'
]
let
listData
=
[]
let
listData
=
[]
let
isOneDom
=
$
(
'#addClassify2'
).
find
(
$
(
'.addAvatarItem'
)).
length
+
1
// 判断是否默认一组表单
let
isOneDom
=
$
(
'#addClassify2'
).
find
(
$
(
'.addAvatarItem'
)).
length
+
1
// 判断是否默认一组表单
let
currentUrl
=
'goblin/common/sku'
let
currentUrl
=
'goblin/common/sku'
...
@@ -461,7 +461,7 @@
...
@@ -461,7 +461,7 @@
// 只有一组,可添加
// 只有一组,可添加
if
(
dynamicDomLength
>=
0
&&
dynamicDomLength
<=
20
)
{
if
(
dynamicDomLength
>=
0
&&
dynamicDomLength
<=
19
)
{
console
.
log
(
'dynamicDomLength'
,
dynamicDomLength
)
console
.
log
(
'dynamicDomLength'
,
dynamicDomLength
)
$
(
'.sortable-list'
).
append
(
dynamicAddDom
)
$
(
'.sortable-list'
).
append
(
dynamicAddDom
)
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/sweet/affiliatedActivity/edit.html
View file @
8db1b012
...
@@ -498,7 +498,7 @@
...
@@ -498,7 +498,7 @@
// 只有一组,可添加
// 只有一组,可添加
if
(
dynamicDomLength
>=
0
&&
dynamicDomLength
<=
20
)
{
if
(
dynamicDomLength
>=
0
&&
dynamicDomLength
<=
19
)
{
$
(
'.sortable-list'
).
append
(
dynamicAddDom
)
$
(
'.sortable-list'
).
append
(
dynamicAddDom
)
setTimeout
(()
=>
{
setTimeout
(()
=>
{
...
...
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