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
f337b144
Commit
f337b144
authored
May 20, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增评价显示
parent
ba42148a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
13 deletions
+27
-13
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+27
-13
No files found.
src/components/dmc/manager/dmcTotalTable.vue
View file @
f337b144
...
...
@@ -139,8 +139,8 @@
</span>
</li>
<li>
<span><em>
团队类型
</em>
</span>
<el-select
class=
"w150"
v-model=
"msg.QTeamType"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<span><em>
团队类型
</em>
<el-select
v-model=
"msg.QTeamType"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
value=
""
></el-option>
<el-option
label=
"常规团"
:value=
"0"
:key=
"0"
></el-option>
<el-option
label=
"小包团"
:value=
"1"
:key=
"1"
></el-option>
...
...
@@ -148,8 +148,17 @@
<el-option
label=
"PAK"
:value=
"4"
:key=
"4"
></el-option>
<el-option
label=
"切位团"
:value=
"5"
:key=
"5"
></el-option>
</el-select>
</span>
</li>
<li>
<span><em>
评价状态
</em>
<el-select
v-model=
"msg.PriceCommentStatus"
filterable
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"0"
:key=
"0"
></el-option>
<el-option
label=
"已评价"
:value=
"1"
:key=
"1"
></el-option>
<el-option
label=
"待评价"
:value=
"2"
:key=
"2"
></el-option>
</el-select>
</span>
</li>
<li>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"getList();resetPageIndex()"
/>
<input
type=
"button"
class=
"normalBtn"
:value=
"$t('adm.adm_download')"
@
click=
"DownLoad.ShowDownLoad=true"
/>
...
...
@@ -386,7 +395,7 @@
<span
style=
"color: #4BCA81;"
v-if=
"item.PriceCommentFinishStatus==2"
>
√
</span>
<span
class=
"colorE95252"
v-else
>
{{
item
.
PriceCommentFinishStatus
==
0
?
"x"
:
"O"
}}
</span>
</div>
<
!--
<
el-popover
width=
"1100"
trigger=
"click"
popper-class=
"DMC_HotelPop"
>
<el-popover
width=
"1100"
trigger=
"click"
popper-class=
"DMC_HotelPop"
>
<div
v-if=
"tcnDatas"
>
<div
class=
"tcnDatasBox"
>
<div
class=
"tcnDatasText"
>
...
...
@@ -430,7 +439,11 @@
<span
style=
"color: #4BCA81;"
v-if=
"child.DetailsId>0"
>
√
</span>
<span
class=
"colorE95252"
v-else
>
x
</span>
</div>
<div
class=
"daysInforCBox-r-addr"
>
地址:
{{
child
.
Address
?
child
.
Address
:
'-'
}}
</div>
<div
class=
"daysInforCBox-r-addr"
>
<template
v-if=
"child.CommentType!=4"
>
地址:
</
template
>
{{ child.Address?child.Address:'-' }}
</div>
<div
v-if=
"child.Score"
class=
"daysInforCBox-r-score"
>
<span
class=
"daysInforCBox-r-scoret"
>
评分:
</span>
<el-rate
v-model=
"child.Score"
disabled
text-color=
"#ff9900"
>
...
...
@@ -457,7 +470,7 @@
</div>
<span
slot=
"reference"
class=
"price"
style=
"cursor:pointer;text-decoration:underline;"
@
click=
"getData(item)"
>
评价信息
</span>
</el-popover>
-->
</el-popover>
</td>
<td>
<div
class=
"fz16 fbold linkspan"
@
click=
"goUrlYongKuan('leaderReimbursement',item,outItem,'用款计划')"
>
...
...
@@ -755,6 +768,7 @@
LeaderType
:
0
,
//领队导游类型
QLeaderId
:
0
,
//领队导游编号
HotelStatus
:
0
,
//酒店状态
PriceCommentStatus
:
0
,
//评价状态(1-已评价,2-待评价)
},
CheckedVaule
:
1
,
UnCheckedVaule
:
0
,
...
...
@@ -935,7 +949,7 @@
types
.
CommentName
=
'景点'
}
else
if
(
Source
.
CommentType
==
4
)
{
types
.
CommentType
=
4
types
.
CommentName
=
'车'
types
.
CommentName
=
'车
服务
'
}
types
.
CoverImg
=
DayList
.
CoverImg
types
.
DayNum
=
DayList
.
DayNum
...
...
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