Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
5cfb96c2
Commit
5cfb96c2
authored
Aug 13, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
8db363d7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
155 additions
and
4 deletions
+155
-4
ActiveDataDetail.vue
src/components/pintuan/ActiveDataDetail.vue
+145
-0
pintuanActive.vue
src/components/pintuan/pintuanActive.vue
+3
-3
pintuanList.vue
src/components/pintuan/pintuanList.vue
+1
-1
index.js
src/router/index.js
+6
-0
No files found.
src/components/pintuan/ActiveDataDetail.vue
0 → 100644
View file @
5cfb96c2
<
style
>
.ActiveImg
{
background-size
:
cover
;
background-position
:
center
center
;
width
:
50px
!important
;
height
:
50px
;
border-radius
:
0%
;
}
</
style
>
<
template
>
<div
class=
"ActiveData"
>
<div
class=
"head-title"
>
<span
@
click=
"CommonJump('pintuanList')"
class=
"blue point"
>
拼团活动
</span>
/ 活动数据
</div>
<div
class=
"content"
>
<div>
<el-tabs
v-model=
"msg.status"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"全部"
name=
"-1"
></el-tab-pane>
<el-tab-pane
label=
"进行中"
name=
"1"
></el-tab-pane>
<el-tab-pane
label=
"拼团成功"
name=
"2"
></el-tab-pane>
<el-tab-pane
label=
"拼团失败"
name=
"3"
></el-tab-pane>
</el-tabs>
</div>
<div>
<el-form
size=
"small"
:inline=
"true"
>
<el-form-item
label=
"开团时间"
>
<el-date-picker
v-model=
"dateList"
@
change=
"msg.pageIndex=1,getList()"
size=
"small"
type=
"datetimerange"
range-separator=
"至"
value-format=
"yyyy-MM-dd HH:mm:ss"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
>
</el-date-picker>
</el-form-item>
<el-form-item>
<div
class=
"input-item"
>
<el-input
@
keyup
.
enter
.
native=
"getList"
size=
"small"
class=
"input-with-select"
placeholder=
"请输入搜索内容"
v-model=
"msg.keyword"
clearable
@
clear=
'getList'
>
<el-select
v-model=
"msg.keyword_name"
slot=
"prepend"
placeholder=
"请选择"
>
<el-option
:label=
"item.label"
v-for=
"(item,index) in search_list"
:key=
"index"
:value=
"item.value"
>
</el-option>
</el-select>
<el-button
slot=
"append"
icon=
"el-icon-search"
@
click=
"getList"
></el-button>
</el-input>
</div>
</el-form-item>
</el-form>
</div>
<div
flex=
"dir:left cross: center"
style=
"margin-bottom: 15px;"
>
<span
style=
"line-height: 76px;margin-right: 16px"
>
商品信息:
</span>
<div
flex=
"box:first"
style=
"width:420px;border: 1px solid #ebeef5;height: 76px;padding:12px;line-height:14px"
>
<div
class=
"ActiveImg"
:style=
"
{backgroundImage:'url(' + imgUrl + ')'}">
</div>
<div
style=
"font-size: 14px;color:#606266;margin-left:16px"
flex=
"dir:top main:justify"
>
<div
style=
"margin-top: 4px;-webkit-line-clamp: 2;word-break: break-all;"
class=
"vue-line-clamp"
>
日本POLA宝丽黑BA限定小礼盒(黑ba水20ml +黑ba乳液15ml +黑ba面霜5g +黑ba唇颊膏2g)
</div>
</div>
</div>
</div>
<el-table
:data=
"tableData"
v-loading=
"loading"
border
style=
"width: 100%;margin:20px 0"
>
<el-table-column
label=
"开团时间"
width=
"380"
>
</el-table-column>
<el-table-column
label=
"拼团信息"
width=
"150"
>
</el-table-column>
<el-table-column
label=
"团长信息"
>
</el-table-column>
<el-table-column
label=
"活动状态"
width=
"100"
>
</el-table-column>
<el-table-column
label=
"操作"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑"
placement=
"top"
>
<img
style=
"width:32px;height:32px;margin:0 10px"
src=
"../../assets/img/userman/edit.png"
alt=
""
>
</el-tooltip>
</el-table-column>
</el-table>
<el-pagination
style=
"text-align:right"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
:current-page
.
sync=
"msg.pageIndex"
:total=
"total"
>
</el-pagination>
</div>
</div>
</
template
>
<
script
>
export
default
{
name
:
"ActiveData"
,
data
()
{
return
{
//日期数组
dateList
:
[],
msg
:
{
pageIndex
:
1
,
pageSize
:
15
,
status
:
'-1'
,
//状态
date_start
:
''
,
//开始日期
date_end
:
''
,
//结束日期
keyword_name
:
''
,
//商品名称
keyword
:
''
//关键字
},
search_list
:
[],
//商品名称下拉
tableData
:
[],
//列表数据
total
:
0
,
loading
:
false
,
imgUrl
:
'https://cdnimg.iotweixin.com/uploads/mall1285/20200506/904171cab7db2201f6f35c0ca5bb0a93.png'
}
},
created
()
{
this
.
getList
();
},
methods
:
{
//获取数据
getList
()
{
if
(
this
.
dateList
&&
this
.
dateList
.
length
>
0
)
{
this
.
msg
.
date_start
=
this
.
dateList
[
0
];
this
.
msg
.
date_end
=
this
.
dateList
[
1
];
}
else
{
this
.
msg
.
date_start
=
''
;
this
.
msg
.
date_end
=
''
;
}
// this.loading = true;
// this.apipost("/api/GroupBuy/GetGroupbuyActivityPageList", this.msg, res => {
// this.loading = false;
// if (res.data.resultCode == 1) {
// this.total = res.data.data.count;
// let pageData = res.data.data.pageData;
// this.tableData = pageData;
// }
// })
},
//切换活动状态
handleClick
(
val
)
{
this
.
msg
.
pageIndex
=
1
this
.
getList
();
},
handleCurrentChange
(
val
)
{
this
.
msg
.
pageIndex
=
val
;
this
.
getList
();
},
},
};
</
script
>
<
style
>
.ActiveData
.content
{
background
:
#fff
;
margin-top
:
10px
;
padding
:
20px
;
box-sizing
:
border-box
;
}
</
style
>
src/components/pintuan/pintuanActive.vue
View file @
5cfb96c2
...
...
@@ -84,8 +84,8 @@
<i
class=
"el-tooltip el-icon-info"
></i>
</el-tooltip>
</
template
>
<el-button
type=
"text"
v-if=
"addMsg.name==''"
@
click=
"isShowGoods=true"
>
选择商品
</el-button>
<el-button
type=
"text"
v-
else
>
{{addMsg.name}}
</el-button>
<el-button
type=
"text"
>
{{addMsg.name}}
</el-button>
<el-button
type=
"text"
v-
if=
"addMsg.ActivityId==0"
@
click=
"isShowGoods=true"
>
选择商品
</el-button>
</el-form-item>
<el-form-item
label=
"商品名称"
prop=
"Name"
>
<el-input
size=
"small"
v-model=
"addMsg.name"
placeholder=
"请输入内容"
maxlength=
"500"
:disabled=
"true"
>
...
...
@@ -547,7 +547,7 @@
formName
:
''
,
imgDialog
:
false
,
rules
:
{},
shareGroup_list
:
[]
shareGroup_list
:
[]
,
};
},
created
()
{},
...
...
src/components/pintuan/pintuanList.vue
View file @
5cfb96c2
...
...
@@ -88,7 +88,7 @@
<img
style=
"width:32px;height:32px;margin:0 10px"
@
click=
"CommonJump('pintuanActive',
{Id:scope.row.ActivityId})" src="../../assets/img/userman/edit.png" alt="">
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"活动数据"
placement=
"top"
>
<img
style=
"width:32px;height:32px;margin:0 10px"
src=
"../../assets/img/userman/order.png"
alt=
""
>
<img
style=
"width:32px;height:32px;margin:0 10px"
@
click=
"CommonJump('ActiveDataDetail',
{Id:scope.row.ActivityId})"
src="../../assets/img/userman/order.png" alt="">
</el-tooltip>
</
template
>
</el-table-column>
...
...
src/router/index.js
View file @
5cfb96c2
...
...
@@ -842,6 +842,12 @@ export default new Router({
path
:
'/ActiveData'
,
name
:
'ActiveData'
,
component
:
resolve
=>
require
([
'@/components/pintuan/ActiveData'
],
resolve
),
},
//拼团 活动数据 列表跳过去
{
path
:
'/ActiveDataDetail'
,
name
:
'ActiveDataDetail'
,
component
:
resolve
=>
require
([
'@/components/pintuan/ActiveDataDetail'
],
resolve
),
}
]
}
...
...
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