记得上下班打卡 | 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
085aba6a
Commit
085aba6a
authored
Mar 05, 2022
by
dongchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改admin前端问题
parent
317400e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
carefullyGoods.html
...rces/templates/zhengzai/store/homeSet/carefullyGoods.html
+6
-4
activityList.html
...s/templates/zhengzai/store/placingOrder/activityList.html
+2
-2
addNewActivity.html
...templates/zhengzai/store/placingOrder/addNewActivity.html
+1
-1
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/homeSet/carefullyGoods.html
View file @
085aba6a
...
@@ -134,13 +134,13 @@
...
@@ -134,13 +134,13 @@
</div>
</div>
<div
class=
"tags"
>
<div
class=
"tags"
>
<label>
<label>
<input
type=
"radio"
checked
value=
"1"
id=
"
optionsRadios
1"
name=
"optionsRadios"
><span>
上架时间
</span></label>
<input
type=
"radio"
checked
value=
"1"
id=
"
tagType
1"
name=
"optionsRadios"
><span>
上架时间
</span></label>
<label>
<label>
<input
type=
"radio"
value=
"2"
id=
"
optionsRadios1
"
name=
"optionsRadios"
><span>
销量
</span></label>
<input
type=
"radio"
value=
"2"
id=
"
tagType2
"
name=
"optionsRadios"
><span>
销量
</span></label>
<label>
<label>
<input
type=
"radio"
value=
"3"
id=
"
optionsRadios1
"
name=
"optionsRadios"
><span>
价格高
</span></label>
<input
type=
"radio"
value=
"3"
id=
"
tagType3
"
name=
"optionsRadios"
><span>
价格高
</span></label>
<label>
<label>
<input
type=
"radio"
value=
"4"
id=
"
optionsRadios1
"
name=
"optionsRadios"
><span>
价格低
</span></label>
<input
type=
"radio"
value=
"4"
id=
"
tagType4
"
name=
"optionsRadios"
><span>
价格低
</span></label>
</div>
</div>
</div>
</div>
<div
class=
"function_btn"
>
<div
class=
"function_btn"
>
...
@@ -215,6 +215,8 @@
...
@@ -215,6 +215,8 @@
creatDom
(
1
);
creatDom
(
1
);
return
;
return
;
}
}
$
(
"input[name="
+
data
[
0
].
orderType
+
"]"
).
attr
(
'checked'
,
true
).
parent
().
siblings
().
children
().
removeAttr
(
'checked'
);
createTime
=
data
[
0
].
createTime
;
createTime
=
data
[
0
].
createTime
;
mid
=
data
[
0
].
mid
;
mid
=
data
[
0
].
mid
;
selectGoodsId
=
data
[
0
].
selectGoodsId
;
selectGoodsId
=
data
[
0
].
selectGoodsId
;
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/placingOrder/activityList.html
View file @
085aba6a
...
@@ -92,9 +92,9 @@
...
@@ -92,9 +92,9 @@
<a
class=
"btn btn-warning"
onclick=
"functionBtn(2)"
>
<a
class=
"btn btn-warning"
onclick=
"functionBtn(2)"
>
停用
停用
</a>
</a>
<a
class=
"btn btn-danger"
onclick=
"functionBtn(3)"
>
<
!-- <
a class="btn btn-danger" onclick="functionBtn(3)">
删除
删除
</a>
</a>
-->
<a
class=
"btn btn-success"
id=
"addActivity"
th:onclick=
"$.operate.addTab()"
>
<a
class=
"btn btn-success"
id=
"addActivity"
th:onclick=
"$.operate.addTab()"
>
<i
class=
"fa fa-plus"
></i>
新增活动
<i
class=
"fa fa-plus"
></i>
新增活动
</a>
</a>
...
...
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/store/placingOrder/addNewActivity.html
View file @
085aba6a
...
@@ -252,7 +252,7 @@
...
@@ -252,7 +252,7 @@
});
});
}
}
function
nextBtn
(
params
)
{
function
nextBtn
(
params
)
{
if
(
!
$
(
"#endTime"
).
val
()
||
!
$
(
"#startTime"
).
val
()
||
!
$
(
"#selectShow"
).
val
(
))
{
if
(
!
$
(
"#endTime"
).
val
()
||
!
$
(
"#startTime"
).
val
()
||
!
$
(
"#selectShow"
).
attr
(
'data-id'
))
{
return
layer
.
msg
(
'请输入必填项!'
)
return
layer
.
msg
(
'请输入必填项!'
)
}
}
let
data
=
{
let
data
=
{
...
...
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