Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
wangshusheng
2018-06-15 16:05:23 +0800
Commit
43dbb8474edf75ebdbbbcafba968a1f28cc5d120
2 parents
6f1abed9
524499b0
Merge branch 'master' into test6.7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
dist/yohobuy-portal-fe/5.0.2/jquery/customService.promotion.Index.js
server/interfaces/customService.promotion.js
server/views/customService/promotion/Index.html
dist/yohobuy-portal-fe/5.0.2/jquery/customService.promotion.Index.js
View file @
43dbb84
...
...
@@ -21,7 +21,8 @@ webpackJsonp([29],{
is_valid
:
$
(
"#is_valid"
).
val
(),
sort_type
:
$
(
"#sort_type"
).
val
(),
show_status
:
$
(
"#show_status"
).
val
(),
title
:
common
.
util
.
__input
(
'title'
)
title
:
common
.
util
.
__input
(
'title'
),
description
:
common
.
util
.
__input
(
'description'
)
};
},
columns
:
[{
...
...
@@ -31,6 +32,9 @@ webpackJsonp([29],{
display
:
"促销名称"
,
name
:
"title"
},
{
display
:
"促销描述"
,
name
:
"description"
},
{
display
:
'优先级'
,
name
:
"priority"
},
{
...
...
server/interfaces/customService.promotion.js
View file @
43dbb84
...
...
@@ -57,6 +57,7 @@ module.exports={
{
name
:
'show_status'
,
type
:
'Number'
},
{
name
:
'sort_type'
,
type
:
'Number'
},
{
name
:
'title'
,
type
:
'string'
},
{
name
:
'description'
,
type
:
'string'
},
{
name
:
'page'
,
type
:
'Number'
},
{
name
:
'size'
,
type
:
'Number'
}
]
...
...
server/views/customService/promotion/Index.html
View file @
43dbb84
...
...
@@ -42,6 +42,9 @@
</select>
</div>
<div
class=
"panel-col"
>
<input
name=
"description"
id=
"description"
placeholder=
"输入描述的关键信息"
class=
"form-control"
/>
</div>
<div
class=
"panel-col"
>
<a
id=
"filter-btn"
href=
"javascript:void(0);"
class=
"btn btn-info"
>
筛选
</a>
<a
id=
"filter-all"
href=
"/promotionInfo/index"
class=
"btn btn-info"
>
全部
</a>
</div>
...
...
Please
register
or
login
to post a comment