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
b9d760da
Commit
b9d760da
authored
Aug 05, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
5206a685
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
22 deletions
+33
-22
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+33
-22
No files found.
src/components/dmc/manager/dmcTotalTable.vue
View file @
b9d760da
...
@@ -564,27 +564,36 @@
...
@@ -564,27 +564,36 @@
v-else
>
{{item.BusResult=='-1'?"x":"O"}}
</span>
v-else
>
{{item.BusResult=='-1'?"x":"O"}}
</span>
<span
@
click=
"GoShoupei(outItem)"
<span
@
click=
"GoShoupei(outItem)"
style=
"cursor:pointer;text-decoration:underline;display:block;color:#666;font-size:12px;"
>
{{$t('ground.cheliangxinxi')}}
</span>
style=
"cursor:pointer;text-decoration:underline;display:block;color:#666;font-size:12px;"
>
{{$t('ground.cheliangxinxi')}}
</span>
<!-- <template v-if="(item.LineId==14||item.LineId==118) &&(item.CarIsPush==0||item.CarIsPush==2)">
<span
v-if=
"(item.LineId == 14 || item.LineId == 118)"
style=
"font-size:12px;"
>
<el-tooltip class="item" effect="dark" :content="$t('objFill.v101.dmc.tongbucxxdch')"
<
template
v-if=
"item.JapanOrderList && item.JapanOrderList.length > 0"
>
placement="top-start">
<el-popover
width=
"980"
trigger=
"click"
popper-class=
"TC_HotelPop"
>
<div slot="content">
<commonBusInfo
:busData=
"item.JapanOrderList"
:TCID=
"item.TCID"
:DMCNum=
"item.DMCNum"
<div v-html="TipsContent(item)"></div>
:TCNUM=
"item.TCNUMS"
>
</div>
</commonBusInfo>
<span
<div
slot=
"reference"
>
style="cursor:pointer;text-decoration:underline;display:block;color:blue;font-size:12px;padding-top:2px;"
<span
class=
"price"
style=
"cursor: pointer; text-decoration: underline;color:blue;"
>
@click="PushMessage(outItem,item)">{{$t('objFill.v101.dmc.tongbu')}}</span>
<template
v-if=
"item.JapanOrderList[0].BookType==1"
>
</el-tooltip>
永乐预定
</template>
</
template
>
<template v-else-if="(item.LineId==14||item.LineId==118) &&item.CarIsPush==1">
<
template
v-else-if=
"item.JapanOrderList[0].BookType==2"
>
<el-tooltip class="item" effect="dark" placement="top-start">
公社预定
<div slot="content">
</
template
>
<div v-html="TipsContent(item)"></div>
<
template
v-else-if=
"item.JapanOrderList[0].BookType==3"
>
</div>
自理
<span
</
template
>
style="cursor:pointer;text-decoration:underline;display:block;color:red;font-size:12px;padding-top:2px;"
<
template
v-else
>
@click="PushMessage(outItem,item)">{{$t('objFill.v101.dmc.quxiaotongbu')}}</span>
{{
$t
(
"objFill.v101.dingcheqk"
)
}}
</el-tooltip>
</
template
>
</template> -->
</span>
</div>
</el-popover>
</template>
<
template
v-else
>
<span
class=
"price"
style=
"color:red;"
>
未预定车
</span>
</
template
>
</span>
</div>
</div>
</td>
</td>
<td>
<td>
...
@@ -779,6 +788,7 @@
...
@@ -779,6 +788,7 @@
import
commonTeamInfo
from
"../../commonPage/commonTeamInfo.vue"
;
import
commonTeamInfo
from
"../../commonPage/commonTeamInfo.vue"
;
import
priceDialog
from
'../../TravelManager/TravelNewQuotation/priceDialog.vue'
;
import
priceDialog
from
'../../TravelManager/TravelNewQuotation/priceDialog.vue'
;
import
DateLimit
from
'../../public/DateLimit.vue'
;
import
DateLimit
from
'../../public/DateLimit.vue'
;
import
commonBusInfo
from
"../../commonPage/commonBusInfo.vue"
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -949,7 +959,8 @@
...
@@ -949,7 +959,8 @@
commonHotelInfo
,
commonHotelInfo
,
commonTeamInfo
,
commonTeamInfo
,
priceDialog
,
priceDialog
,
DateLimit
DateLimit
,
commonBusInfo
},
},
methods
:
{
methods
:
{
checkFileType
(
url
)
{
checkFileType
(
url
)
{
...
...
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