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
232c64ec
Commit
232c64ec
authored
Aug 13, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
1b70ca40
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
50 deletions
+50
-50
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+50
-50
No files found.
src/components/dmc/manager/dmcTotalTable.vue
View file @
232c64ec
...
...
@@ -286,14 +286,16 @@
<p
v-if=
'!item.LeaderName'
@
click=
"goUrlT('RegistrationList',item.TCID,'报名清单')"
>
{{
$t
(
'ground.peizhilingdui'
)
}}
</p>
<p
v-else
@
click=
"goUrlT('RegistrationList',item.TCID,'报名清单')"
>
{{
item
.
LeaderName
}}{{
item
.
IsLeaderDaiTuan
==
1
?
"(带团)"
:
"(不带团)"
}}{{
getLeaderTypeStr
(
item
.
LeaderGuidClass
)
}}
</p>
{{
item
.
LeaderName
}}{{
item
.
IsLeaderDaiTuan
==
1
?
"(带团)"
:
"(不带团)"
}}{{
getLeaderTypeStr
(
item
.
LeaderGuidClass
)
}}
</p>
</div>
</td>
<td>
<div
class=
"link"
>
<p
v-if=
'!item.GuideName'
@
click=
"goUrlT('leaderArrangement',item.TCID,'带团安排')"
>
{{
$t
(
'ground.daituananpai'
)
}}
</p>
<p
v-else
@
click=
"goUrlT('leaderArrangement',item.TCID,'带团安排')"
>
{{
item
.
GuideName
}}{{
item
.
IsGuideDaiTuan
==
1
?
"(带团)"
:
"(不带团)"
}}
</p>
<p
v-else
@
click=
"goUrlT('leaderArrangement',item.TCID,'带团安排')"
>
{{
item
.
GuideName
}}{{
item
.
IsGuideDaiTuan
==
1
?
"(带团)"
:
"(不带团)"
}}
</p>
</div>
</td>
<td>
...
...
@@ -371,12 +373,11 @@
<span
style=
"color: #4BCA81;"
v-if=
"item.FoodsResult==1"
>
√
</span>
<span
class=
"colorE95252"
v-else
>
{{
item
.
FoodsResult
==
'-1'
?
"x"
:
"O"
}}
</span>
</div>
<a
style=
"text-decoration:underline;cursor:pointer;"
title=
"点击下载餐配信息"
<a
style=
"text-decoration:underline;cursor:pointer;
display:none;
"
title=
"点击下载餐配信息"
@
click=
"DownLoadDinner(item)"
>
{{
$t
(
'ground.peicanxiazai'
)
}}
</a>
<a
style=
"text-decoration:underline;cursor:pointer;"
title=
"点击下载新餐配信息"
@
click=
"DownLoadNewDinner(item)"
>
{{
$t
(
'ground.peicanxiazai'
)
}}
</a>
</td>
<td>
<div
class=
"fz16 fbold linkspan"
>
<span
style=
"color: #4BCA81;"
@
click=
"goUrlBus('BusInfo',item,outItem,'车配信息')"
...
...
@@ -787,7 +788,7 @@
methods
:
{
//推送消息
PushMessage
(
obj
,
item
)
{
PushMessage
(
obj
,
item
)
{
var
pMsg
=
{
TCID
:
item
.
TCID
};
...
...
@@ -799,7 +800,7 @@
tipMessage
=
"取消印象车行订单"
;
}
let
that
=
this
;
that
.
$confirm
(
'是否确认'
+
tipMessage
,
this
.
$t
(
'tips.tips'
),
{
that
.
$confirm
(
'是否确认'
+
tipMessage
,
this
.
$t
(
'tips.tips'
),
{
confirmButtonText
:
this
.
$t
(
'pub.sureBtn'
),
cancelButtonText
:
this
.
$t
(
'pub.cancelBtn'
),
type
:
'warning'
...
...
@@ -818,22 +819,21 @@
});
},
TipsContent
(
item
){
let
resultStr
=
''
;
let
dateStr
=
''
;
TipsContent
(
item
)
{
let
resultStr
=
''
;
let
dateStr
=
''
;
if
(
item
.
CarIsPush
==
1
){
resultStr
+=
'点击取消印象车行订单'
+
"<br/>"
+
''
dateStr
=
'推送时间:'
;
}
else
if
(
item
.
CarIsPush
==
2
||
item
.
CarIsPush
==
0
){
resultStr
+=
'同步车信息到印象车行'
+
"<br/>"
if
(
item
.
CarIsPush
==
2
){
dateStr
=
'取消时间:'
;
if
(
item
.
CarIsPush
==
1
)
{
resultStr
+=
'点击取消印象车行订单'
+
"<br/>"
+
''
dateStr
=
'推送时间:'
;
}
else
if
(
item
.
CarIsPush
==
2
||
item
.
CarIsPush
==
0
)
{
resultStr
+=
'同步车信息到印象车行'
+
"<br/>"
if
(
item
.
CarIsPush
==
2
)
{
dateStr
=
'取消时间:'
;
}
}
if
(
item
.
CarPushDateStr
)
{
resultStr
+=
dateStr
+
item
.
CarPushDateStr
+
"<br/>"
if
(
item
.
CarPushDateStr
)
{
resultStr
+=
dateStr
+
item
.
CarPushDateStr
+
"<br/>"
}
return
resultStr
;
},
...
...
@@ -1461,9 +1461,9 @@
if
(
userInfo
.
RB_Group_id
==
this
.
QjGroupId
())
{
// this.msg.LineId = 14;
}
if
(
this
.
$route
.
query
.
CombinationNum
)
{
if
(
this
.
$route
.
query
.
CombinationNum
)
{
this
.
msg
.
CombinationNum
=
this
.
$route
.
query
.
CombinationNum
;
this
.
msg
.
StartDate
=
''
;
this
.
msg
.
StartDate
=
''
;
}
this
.
getLineList
();
...
...
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