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
950d5da4
Commit
950d5da4
authored
Jul 30, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改评分详情细节
parent
b5104022
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
27 additions
and
6 deletions
+27
-6
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+1
-1
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+1
-1
groupTourOrderByTuanOne.vue
src/components/SalesModule/groupTourOrderByTuanOne.vue
+1
-1
investigationDetail.vue
src/components/SalesModule/investigationDetail.vue
+9
-0
investigationYouDetail.vue
src/components/SalesModule/investigationYouDetail.vue
+14
-2
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+1
-1
No files found.
src/components/SalesModule/groupTourOrder.vue
View file @
950d5da4
...
...
@@ -1521,7 +1521,7 @@
<p
class=
"fbold over_ellipsis"
style=
"width: 100%;cursor:pointer;"
>
<span
:title=
"item.orderId"
@
click=
"goUrlX('团报名清单','groupTourOrderByTuan',item.tcid,item.tcnum)"
>
{{
item
.
orderId
}}
</span>
<span
style=
"font-weight: 100;"
v-if=
"item.scoreNum >= 0"
@
click=
'goInvetig("investigationList", item.tcid, item.orderId)'
>
(评分
{{
item
.
scoreNum
}}
)
</span>
<span
style=
"font-weight: 100;
text-decoration:underline;cursor:pointer;color: #e95252;
"
v-if=
"item.scoreNum >= 0"
@
click=
'goInvetig("investigationList", item.tcid, item.orderId)'
>
(评分
{{
item
.
scoreNum
}}
)
</span>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"通过小程序确认单报名"
placement=
"top"
v-show=
"item.orderForm==4"
>
<i
class=
"iconfont icon-xiaochengxu"
style=
"font-size:22px;color:red;"
></i></el-tooltip></p>
<p
class=
"fz12 over_ellipsis"
style=
"width: 100%;text-decoration:underline;cursor:pointer;"
...
...
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
950d5da4
...
...
@@ -1762,7 +1762,7 @@
<p
v-if=
"item.isChargeLossOrders==1"
style=
"color:red"
>
损
</p>
<p
class=
"fbold over_ellipsis"
style=
"width: 100%;"
:title=
"item.orderId"
>
<span>
{{
item
.
orderId
}}
</span>
<span
style=
"font-weight: 100;
cursor:pointer
;"
v-if=
"item.scoreNum >= 0"
<span
style=
"font-weight: 100;
text-decoration:underline;cursor:pointer;color: #e95252
;"
v-if=
"item.scoreNum >= 0"
@
click=
'goInvetig("investigationList", item.tcid, item.orderId)'
>
(评分
{{
item
.
scoreNum
}}
)
</span>
<!--
<span
style=
"font-weight: 100;"
v-if=
"item.scoreNum >= 0"
>
(评分
{{
item
.
scoreNum
}}
)
</span>
-->
<el-tooltip
class=
"item"
effect=
"dark"
content=
"通过小程序确认单报名"
placement=
"top"
...
...
src/components/SalesModule/groupTourOrderByTuanOne.vue
View file @
950d5da4
...
...
@@ -1534,7 +1534,7 @@
<p
v-if=
"item.isChargeLossOrders==1"
style=
"color:red"
>
损
</p>
<p
class=
"fbold over_ellipsis"
style=
"width: 100%;"
:title=
"item.orderId"
>
<span>
{{
item
.
orderId
}}
</span>
<span
style=
"font-weight: 100;"
v-if=
"item.scoreNum >= 0"
@
click=
'goInvetig("investigationList", item.tcid, item.orderId)'
>
(评分
{{
item
.
scoreNum
}}
)
</span>
<span
style=
"font-weight: 100;
text-decoration:underline;cursor:pointer;color: #e95252;
"
v-if=
"item.scoreNum >= 0"
@
click=
'goInvetig("investigationList", item.tcid, item.orderId)'
>
(评分
{{
item
.
scoreNum
}}
)
</span>
<!--
<span
style=
"font-weight: 100;"
v-if=
"item.scoreNum >= 0"
>
(评分
{{
item
.
scoreNum
}}
)
</span>
-->
<el-tooltip
class=
"item"
effect=
"dark"
content=
"通过小程序确认单报名"
placement=
"top"
v-show=
"item.orderForm==4"
>
<i
class=
"iconfont icon-xiaochengxu"
style=
"font-size:22px;color:red;"
></i></el-tooltip>
...
...
src/components/SalesModule/investigationDetail.vue
View file @
950d5da4
...
...
@@ -42,6 +42,15 @@ export default {
details
:
[],
texts
:
[
'非常不满意'
,
'不满意'
,
'感觉一般'
,
'满意'
,
'非常满意'
]
}
},
watch
:
{
ID
:
{
handler
:
function
(
val
,
oldVal
)
{
if
(
val
!==
oldVal
){
this
.
getDetails
()
}
},
deep
:
true
}
},
mounted
()
{
this
.
getDetails
()
},
methods
:
{
...
...
src/components/SalesModule/investigationYouDetail.vue
View file @
950d5da4
...
...
@@ -33,10 +33,13 @@
</
style
>
<
template
>
<div
class=
"investigationYouDetail"
>
<div
v-for=
"(item, index) in details.GuestTravelLableList"
:key=
"index"
class=
"item"
>
<div
v-
if=
"details.GuestTravelLableList"
v-
for=
"(item, index) in details.GuestTravelLableList"
:key=
"index"
class=
"item"
>
<div
class=
"_lable"
v-if=
"item.Name"
>
{{
item
.
Name
}}
:
</div>
<div
:class=
"
{_content: item.Name}">
{{
item
.
Content
}}
</div>
</div>
<div
v-else
>
<p>
未填写
</p>
</div>
<el-row
class=
"img-box"
:gutter=
"15"
>
<el-col
:span=
"8"
v-for=
"(item, index) in details.NotesPics"
:key=
"index"
>
<img
:src=
"item"
@
click=
"showImg(item)"
alt
>
...
...
@@ -59,6 +62,15 @@ export default {
},
images
:
[]
};
},
watch
:
{
ID
:
{
handler
:
function
(
val
,
oldVal
)
{
if
(
val
!==
oldVal
){
this
.
getDetails
()
}
},
deep
:
true
}
},
mounted
()
{
this
.
getDetails
();
...
...
@@ -79,7 +91,7 @@ export default {
}
this
.
$viewer
.
show
();
},
getDetails
:
function
()
{
getDetails
:
function
()
{
this
.
apipost
(
"survey_post_GetGuestTravelNotes"
,
{
Id
:
this
.
ID
},
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
950d5da4
...
...
@@ -373,7 +373,7 @@
:class=
"
{'TC_hasContent':item.OPInnerRemark==''
&&
item.OPRemark==''}">
<div
class=
"TC_remarkContent TC_teamName"
>
<div
class=
"clearfix"
>
<div
class=
"TCL_remarkTitle"
style=
"width:105px;"
><span
style=
"font-weight: 100;
cursor:pointer
;"
<div
class=
"TCL_remarkTitle"
style=
"width:105px;"
><span
style=
"font-weight: 100;
text-decoration:underline;cursor:pointer;color: #e95252
;"
v-if=
"item.ScoreNum >= 0"
@
click=
'goInvetig("investigationList", item.TCID, 0)'
>
(评分
{{
item
.
ScoreNum
}}
)
</span>
{{
$t
(
'Operation.Op_TeamName'
)
}}
:
</div>
...
...
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