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
7b6871ac
Commit
7b6871ac
authored
May 08, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
自主定制添加跳转
parent
9f820bc8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
SalesTravelCoupomPlanList.vue
...ts/TravelManager/TravelList/SalesTravelCoupomPlanList.vue
+1
-1
TravelCoupomPlanList.vue
src/components/activity/TravelCoupomPlanList.vue
+10
-4
No files found.
src/components/TravelManager/TravelList/SalesTravelCoupomPlanList.vue
View file @
7b6871ac
...
...
@@ -56,7 +56,7 @@
<td>
{{
item
.
planPrice
}}
</td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"下单"
placement=
"top"
>
<el-button
@
click=
"PlaceOrder('productQuery',item.tcnum)"
type=
"primary"
class=
'zidingyiFz'
icon=
"el-icon-goods"
circle
></el-button>
<el-button
v-if=
"item.planUseStatus==2"
@
click=
"PlaceOrder('productQuery',item.tcnum)"
type=
"primary"
class=
'zidingyiFz'
icon=
"el-icon-goods"
circle
></el-button>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"删除"
placement=
"top"
>
<el-button
@
click=
"Delete(item)"
type=
"danger"
class=
'zidingyiFz'
icon=
"el-icon-delete"
circle
></el-button>
...
...
src/components/activity/TravelCoupomPlanList.vue
View file @
7b6871ac
...
...
@@ -17,6 +17,11 @@
.TravelInfoList
.info_details
p
{
padding
:
4px
0
;
}
.TravelInfoList
.underline
:hover
{
text-decoration
:
underline
;
cursor
:
pointer
;
font-family
:
"PIngFangR"
;
}
</
style
>
<
template
>
<div
class=
"TravelInfoList flexOne"
>
...
...
@@ -31,7 +36,7 @@
<!--
<div
style=
"margin: 10px 0;"
class=
"fz14 color333"
>
{{
$t
(
'adm.adm_Validaccount'
)
}}
:
<span
class=
"colorE95252"
>
{{
UseNum
}}
</span>
账号限额:
<span
class=
"colorE95252"
>
{{
TotalNum
}}
</span></div>
-->
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<th>
团期ID
</th>
<th
width=
"150"
>
团期ID
</th>
<th>
部门名称
</th>
<th>
销售姓名
</th>
<th>
公司名称
</th>
...
...
@@ -39,7 +44,7 @@
</tr>
<tr
v-for=
"(item,index) in DataList"
:key=
"index"
v-loading=
'loading'
>
<td>
{{
item
.
tcid
}}
</td>
<td>
<span
@
click=
"goUrl('TravelControlListSale',item.tcnum)"
class=
"underline"
>
{{
item
.
tcnum
}}
(
{{
item
.
tcid
}}
)
</span></td>
<td>
{{
item
.
departmentName
}}
</td>
<td>
{{
item
.
salseName
}}
</td>
<td>
{{
item
.
companyName
}}
</td>
...
...
@@ -88,12 +93,13 @@ import moment from "moment"
},
methods
:
{
goUrl
(
path
,
tcmun
)
{
this
.
$router
.
push
({
name
:
path
,
query
:{
"tcmun"
:
tcmun
,
blank
:
"y"
}
})
},
getList
()
{
//获取数据
this
.
loading
=
true
,
this
.
apiJavaPost
(
"/api/dmc/travelCoupom/getTravelCoupomPlanList"
,{
customId
:
this
.
customId
},
res
=>
{
console
.
log
(
"res"
,
res
);
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
DataList
=
res
.
data
.
data
.
pageData
;
...
...
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