Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
18421cf2
Commit
18421cf2
authored
Mar 14, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
广告图修改
parent
6df32693
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
178 additions
and
172 deletions
+178
-172
GroupAdvertising.vue
src/components/TravelManager/TravelList/GroupAdvertising.vue
+178
-172
No files found.
src/components/TravelManager/TravelList/GroupAdvertising.vue
View file @
18421cf2
...
@@ -19,16 +19,16 @@
...
@@ -19,16 +19,16 @@
</li>
</li>
<li>
<li>
<span>
<span>
<input
type=
"button"
class=
"normalBtn"
@
click=
"getaddatas"
value=
"查询"
/>
<input
type=
"button"
class=
"normalBtn"
@
click=
"getaddatas"
value=
"查询"
/>
</span>
</span>
<span>
<span>
<el-upload
class=
"upload-demo"
:http-request=
"UploadImage"
:multiple=
"true"
accept=
"image/jpeg,image/gif,image/png,image/bmp"
<el-upload
class=
"upload-demo"
:http-request=
"UploadImage"
:multiple=
"true"
accept=
"image/jpeg,image/gif,image/png,image/bmp"
:show-file-list=
"false"
action=
""
>
:show-file-list=
"false"
action=
""
>
<input
type=
"button"
class=
"normalBtn"
value=
"上传图片"
/>
<input
type=
"button"
class=
"normalBtn"
value=
"上传图片"
/>
</el-upload>
</el-upload>
</span>
</span>
<span>
<span>
<input
type=
"button"
class=
"normalBtn"
@
click=
'goUrl("advert",LineID,msg.TCID,"制作广告")'
value=
"制作广告"
/>
<input
type=
"button"
class=
"normalBtn"
@
click=
'goUrl("advert",LineID,msg.TCID,"制作广告")'
value=
"制作广告"
/>
</span>
</span>
</li>
</li>
</ul>
</ul>
...
@@ -41,7 +41,8 @@
...
@@ -41,7 +41,8 @@
<span
class=
"free"
v-if=
"item.AdType==1"
>
广告
</span>
<span
class=
"free"
v-if=
"item.AdType==1"
>
广告
</span>
<span
class=
"free"
v-if=
"item.AdType==2"
>
本地
</span>
<span
class=
"free"
v-if=
"item.AdType==2"
>
本地
</span>
<div
class=
"zezhao"
>
<div
class=
"zezhao"
>
<a
v-if=
"item.AdType==1"
:href=
'`/#/advert?id=$
{item.AdvertId}
&
TCID=${item.TCID}`'>
<i
class=
"el-icon-edit"
title=
"修改"
></i></a>
<a
v-if=
"item.AdType==1"
:href=
'`/#/advert?id=$
{item.AdvertId}
&
TCID=${item.TCID}`'>
<i
class=
"el-icon-edit"
title=
"修改"
></i></a>
<a
:href=
'item.AdvertisingPicUrl'
download=
"广告图.png"
><i
class=
"el-icon-download"
title=
"下载"
></i></a>
<a
:href=
'item.AdvertisingPicUrl'
download=
"广告图.png"
><i
class=
"el-icon-download"
title=
"下载"
></i></a>
<i
class=
"el-icon-delete"
title=
"删除"
@
click
.
stop=
"deleteItem(item.ID)"
></i>
<i
class=
"el-icon-delete"
title=
"删除"
@
click
.
stop=
"deleteItem(item.ID)"
></i>
</div>
</div>
...
@@ -49,7 +50,7 @@
...
@@ -49,7 +50,7 @@
</li>
</li>
</ul>
</ul>
<div
v-if=
'dataList.length==0'
style=
'width:100%;margin-top:50px;text-align:center;color: #ccc;'
>
<div
v-if=
'dataList.length==0'
style=
'width:100%;margin-top:50px;text-align:center;color: #ccc;'
>
<i
class=
"iconfont icon-kong"
style=
"font-size: 120px;"
></i><br
/>
<i
class=
"iconfont icon-kong"
style=
"font-size: 120px;"
></i><br
/>
还没有广告哦
还没有广告哦
</div>
</div>
</div>
</div>
...
@@ -65,48 +66,48 @@
...
@@ -65,48 +66,48 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
vueWaterfallEasy
from
'vue-waterfall-easy'
import
vueWaterfallEasy
from
'vue-waterfall-easy'
export
default
{
export
default
{
data
(){
data
()
{
return
{
return
{
dataList
:
[],
dataList
:
[],
pageIndex
:
0
,
pageIndex
:
0
,
pageSize
:
15
,
pageSize
:
15
,
picObj
:
[],
picObj
:
[],
picIsShow
:
false
,
picIsShow
:
false
,
initialIndex
:
0
,
initialIndex
:
0
,
total
:
0
,
total
:
0
,
LineID
:
0
,
LineID
:
0
,
msg
:
{
msg
:
{
TCID
:
0
,
TCID
:
0
,
AdType
:
0
AdType
:
0
},
},
SelectDefaultValue
:
0
,
SelectDefaultValue
:
0
,
AdTypeList
:
[{
AdTypeList
:
[{
Id
:
1
,
Id
:
1
,
name
:
'广告制作'
name
:
'广告制作'
},
{
},
{
Id
:
2
,
Id
:
2
,
name
:
'本地上传'
name
:
'本地上传'
}],
}],
}
}
},
},
components
:
{
components
:
{
vueWaterfallEasy
vueWaterfallEasy
},
},
mounted
(){
mounted
()
{
this
.
msg
.
TCID
=
this
.
$route
.
query
.
TCID
;
this
.
msg
.
TCID
=
this
.
$route
.
query
.
TCID
;
this
.
LineID
=
this
.
$route
.
query
.
LineID
this
.
LineID
=
this
.
$route
.
query
.
LineID
this
.
user
=
JSON
.
parse
(
window
.
localStorage
.
userInfo
)
this
.
user
=
JSON
.
parse
(
window
.
localStorage
.
userInfo
)
this
.
getaddatas
()
this
.
getaddatas
()
},
},
methods
:{
methods
:
{
//删除广告
//删除广告
deleteItem
(
ID
)
{
deleteItem
(
ID
)
{
var
that
=
this
;
var
that
=
this
;
var
Ids
=
[];
var
Ids
=
[];
Ids
.
push
(
ID
);
Ids
.
push
(
ID
);
that
.
Confirm
(
"是否删除?"
,
function
()
{
that
.
Confirm
(
"是否删除?"
,
function
()
{
var
msg
=
{
var
msg
=
{
Ids
:
Ids
Ids
:
Ids
};
};
...
@@ -128,22 +129,21 @@ export default {
...
@@ -128,22 +129,21 @@ export default {
this
.
pageIndex
++
this
.
pageIndex
++
this
.
getaddatas
()
this
.
getaddatas
()
},
},
getaddatas
()
{
getaddatas
()
{
this
.
apipost
(
"travel_post_GetPriceAdvert"
,
this
.
msg
,
res
=>
{
this
.
apipost
(
"travel_post_GetPriceAdvert"
,
this
.
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
dataList
=
res
.
data
.
data
;
this
.
dataList
=
res
.
data
.
data
;
console
.
log
(
this
.
dataList
,
'dataListtttt'
);
}
else
{
}
else
{
this
.
Error
(
res
.
data
.
message
);
this
.
Error
(
res
.
data
.
message
);
}
}
},
err
=>
{})
},
err
=>
{})
},
},
//获取轮播路径
//获取轮播路径
getPicList
(
index
)
{
getPicList
(
index
)
{
this
.
picIsShow
=
true
;
this
.
picIsShow
=
true
;
this
.
picObj
=
[];
this
.
picObj
=
[];
this
.
initialIndex
=
index
;
this
.
initialIndex
=
index
;
this
.
dataList
.
forEach
((
x
,
index
)
=>
{
this
.
dataList
.
forEach
((
x
,
index
)
=>
{
this
.
picObj
.
push
(
x
.
AdvertisingPicUrl
);
this
.
picObj
.
push
(
x
.
AdvertisingPicUrl
);
})
})
},
},
...
@@ -162,28 +162,34 @@ export default {
...
@@ -162,28 +162,34 @@ export default {
obj
.
ShowPath
=
imgUrl
;
obj
.
ShowPath
=
imgUrl
;
imgArr
.
push
(
obj
.
Path
);
imgArr
.
push
(
obj
.
Path
);
let
msg
=
{
let
msg
=
{
TCID
:
this
.
msg
.
TCID
,
TCID
:
this
.
msg
.
TCID
,
AdvertisingPicUrlList
:
imgArr
AdvertisingPicUrlList
:
imgArr
}
}
this
.
apipost
(
"travel_post_AddPriceLocalAdvert"
,
msg
,
res
=>
{
this
.
apipost
(
"travel_post_AddPriceLocalAdvert"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
res
.
data
.
message
);
this
.
Success
(
res
.
data
.
message
);
this
.
getaddatas
();
this
.
getaddatas
();
}
else
{
}
else
{
this
.
Error
(
res
.
data
.
message
);
this
.
Error
(
res
.
data
.
message
);
}
}
},
err
=>
{})
},
err
=>
{})
});
});
},
},
//跳转
//跳转
goUrl
(
path
,
LineID
,
TCID
,
name
)
{
goUrl
(
path
,
LineID
,
TCID
,
name
)
{
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
path
,
name
:
path
,
query
:
{
LineID
:
LineID
,
TCID
:
TCID
,
blank
:
'y'
,
tab
:
name
}
query
:
{
LineID
:
LineID
,
TCID
:
TCID
,
blank
:
'y'
,
tab
:
name
}
});
});
},
},
}
}
}
}
</
script
>
</
script
>
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