记得上下班打卡 | 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
acbf2ff6
Commit
acbf2ff6
authored
Feb 22, 2022
by
dongchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
5d5d54a6
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
37 additions
and
8 deletions
+37
-8
extag.html
...main/resources/templates/zhengzai/goblin/extag/extag.html
+2
-0
tag.html
...src/main/resources/templates/zhengzai/goblin/tag/tag.html
+3
-0
activityList.html
...s/templates/zhengzai/store/placingOrder/activityList.html
+5
-1
addNewActivity.html
...templates/zhengzai/store/placingOrder/addNewActivity.html
+15
-1
setGoodsRole.html
...s/templates/zhengzai/store/placingOrder/setGoodsRole.html
+12
-6
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/goblin/extag/extag.html
View file @
acbf2ff6
...
...
@@ -355,6 +355,8 @@
closeModal
();
reset
()
$
(
"button[name=refresh]"
).
click
()
}
else
{
layer
.
msg
(
res
.
msg
)
}
}
})
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/goblin/tag/tag.html
View file @
acbf2ff6
...
...
@@ -297,6 +297,9 @@
$
(
"#viewImg"
).
attr
(
'src'
,
''
);
}
function
yes
(
index
,
layero
)
{
if
(
!
$
(
"#musicName"
).
val
()
||
!
$
(
"#viewImg"
).
attr
(
'src'
))
{
return
layer
.
msg
(
'请将内容填写完整!'
)
}
let
data
=
{
tagName
:
$
(
"#musicName"
).
val
(),
tagPic
:
$
(
"#viewImg"
).
attr
(
'src'
)
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/placingOrder/activityList.html
View file @
acbf2ff6
...
...
@@ -202,7 +202,11 @@
data
.
status
=
status
;
promiseMethods
(
'/goblin/marketing/zhengzai/status'
,
'post'
,
data
).
then
(
res
=>
{
if
(
res
.
code
==
0
)
{
if
(
type
==
3
)
{
layer
.
msg
(
'删除成功!'
)
}
else
{
layer
.
msg
(
'修改状态成功!'
)
}
setTimeout
(()
=>
{
$
(
"#searchBtns"
).
click
();
},
500
);
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/placingOrder/addNewActivity.html
View file @
acbf2ff6
...
...
@@ -282,10 +282,14 @@
let
data
=
[];
// 新增集合
let
data2
=
[];
// 修改集合
let
domData
=
$
(
".activityStore_item"
);
let
flag
=
false
;
Array
.
prototype
.
forEach
.
call
(
domData
,
function
(
item
,
index
){
obj
[
'marketId'
]
=
marketId
;
obj
[
'showTime'
]
=
item
.
querySelector
(
'.timeSp'
).
value
;
obj
[
'storeId'
]
=
item
.
querySelector
(
'.storeList'
).
getAttribute
(
'data-id'
);
if
(
!
item
.
querySelector
(
'.timeSp'
).
value
||
!
item
.
querySelector
(
'.storeList'
).
getAttribute
(
'data-id'
))
{
flag
=
true
;
}
obj
[
'delTag'
]
=
0
;
if
(
item
.
getAttribute
(
'data-newTag'
))
{
obj
[
'newTag'
]
=
1
;
...
...
@@ -300,8 +304,18 @@
// }
})
if
(
flag
)
{
layer
.
msg
(
'请将选项填写完整!'
)
flag
=
false
return
}
promiseMethods
(
'/goblin/marketing/zhengzai/store'
,
'post'
,
JSON
.
stringify
(
data
),
'application/json'
).
then
(
res
=>
{
if
(
res
.
code
==
0
)
{
$
.
operate
.
successCallback
(
res
);
}
else
{
layer
.
msg
(
res
.
message
)
}
})
}
function
promiseMethods
(
url
,
type
,
data
,
contentType
)
{
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/placingOrder/setGoodsRole.html
View file @
acbf2ff6
...
...
@@ -121,7 +121,7 @@
align
:
'center'
},
{
field
:
'
bindType
'
,
field
:
'
priceMarketing
'
,
// title: `线下售价
<
a
onclick
=
"setPrice(1)"
>
批量
<
/a>`
,
title
:
`线下售价`
,
width
:
'150'
,
...
...
@@ -132,17 +132,23 @@
// title: '库存限量
<
a
onclick
=
"setPrice(2)"
>
批量
<
/a>'
,
title
:
'库存限量'
,
width
:
'150'
,
align
:
'center'
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
let
str
=
''
;
if
(
value
==
0
)
{
str
=
'无限量'
;
}
else
{
str
=
value
;
}
return
str
}
},
{
field
:
'buyRoster'
,
// title: '用户限购
<
a
onclick
=
"setPrice(3)"
>
批量
<
/a>'
,
title
:
'用户限购'
,
width
:
'150'
,
align
:
'center'
,
formatter
:
function
(
value
,
row
)
{
}
align
:
'center'
},
{
title
:
'购买条件'
,
...
...
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