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
29757dc9
Commit
29757dc9
authored
Jan 27, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改核实核实页面样式
parent
5d430289
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
ProductTicketLossList.vue
src/components/SalesModule/Common/ProductTicketLossList.vue
+15
-15
No files found.
src/components/SalesModule/Common/ProductTicketLossList.vue
View file @
29757dc9
...
@@ -572,7 +572,7 @@
...
@@ -572,7 +572,7 @@
<li
v-for=
"(item, index) in list"
:key=
"index"
>
<li
v-for=
"(item, index) in list"
:key=
"index"
>
<div
class=
"dline"
>
<div
class=
"dline"
>
<div
class=
"d1"
style=
"width:1
5
%"
>
<div
class=
"d1"
style=
"width:1
7
%"
>
<div>
<div>
<p><i
class=
"iconfont icon-biaoti1"
></i>
{{
item
.
LineName
}}
</p>
<p><i
class=
"iconfont icon-biaoti1"
></i>
{{
item
.
LineName
}}
</p>
...
@@ -595,7 +595,7 @@
...
@@ -595,7 +595,7 @@
</p>
</p>
</el-tooltip></div>
</el-tooltip></div>
</div>
</div>
<div
class=
"d4"
style=
"width:
6
%"
>
<div
class=
"d4"
style=
"width:
9
%"
>
<div
class=
"people-item"
>
<div
class=
"people-item"
>
<span
class=
"people-item-title"
>
票务:
</span>
<span
class=
"people-item-title"
>
票务:
</span>
{{
item
.
TicketCreateName
}}
{{
item
.
TicketCreateName
}}
...
@@ -605,7 +605,7 @@
...
@@ -605,7 +605,7 @@
{{
item
.
JiPiao
}}
{{
item
.
JiPiao
}}
</div>
</div>
</div>
</div>
<div
class=
"d4"
style=
"width:1
0
%"
>
<div
class=
"d4"
style=
"width:1
1
%"
>
<div
class=
"people-item"
>
<div
class=
"people-item"
>
<span
class=
"people-item-title"
>
团OP:
</span>
<span
class=
"people-item-title"
>
团OP:
</span>
{{
item
.
CreateName
}}
{{
item
.
CreateName
}}
...
@@ -622,11 +622,18 @@
...
@@ -622,11 +622,18 @@
{{
item
.
JiPiao
}}
{{
item
.
JiPiao
}}
</div>
-->
</div>
-->
</div>
</div>
<div
class=
"d5"
style=
"width:
22
%"
>
<div
class=
"d5"
style=
"width:
19
%"
>
<div
class=
"people-item"
>
<div
class=
"people-item"
>
<span
class=
"people-item-title"
>
确认状态:
</span>
<span
v-if=
"item.DamageStatus==0"
class=
"people-item-title"
>
确认状态:
</span>
<span
v-if=
"item.DamageStatus==1"
>
已确认(
{{
item
.
TicketLoassByStr
}}{{
item
.
TicketLoassTimeStr
}}
)
</span>
<span
v-if=
"item.DamageStatus==0"
style=
"color:red;"
v-else
>
未确认
</span>
<span
style=
"color:red;"
v-else
>
未确认
</span>
<el-tooltip
v-if=
"item.DamageStatus==1"
class=
"item"
effect=
"dark"
:content=
"(item.TicketLoassByStr+item.TicketLoassTimeStr)"
v-else
placement=
"top-start"
popper-class=
"max-w250"
style=
"text-overflow:ellipsis;"
>
<span
class=
"d12p"
style=
"font-size: 12px;cursor: pointer;max-height: 20px;line-height: 20px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1; -webkit-box-orient: vertical"
:title=
"(item.TicketLoassByStr+item.TicketLoassTimeStr)"
>
<span
class=
"people-item-title"
>
确认状态:
</span>
已确认(
{{
item
.
TicketLoassByStr
}}
/
{{
item
.
TicketLoassTimeStr
}}
)
</span>
</el-tooltip>
</div>
</div>
<div
class=
"people-item"
>
<div
class=
"people-item"
>
<span
class=
"people-item-title"
v-if=
"item.Notes==''"
>
备注:
</span>
<span
class=
"people-item-title"
v-if=
"item.Notes==''"
>
备注:
</span>
...
@@ -985,13 +992,7 @@ export default {
...
@@ -985,13 +992,7 @@ export default {
);
);
}
}
},
},
toTrip
(
obj
)
{
this
.
tripObj
.
tcid
=
obj
.
TCID
;
this
.
tripObj
.
configId
=
obj
.
ConfigID
;
this
.
tripObj
.
cityId
=
obj
.
StartCityID
;
this
.
tripObj
.
orderId
=
0
;
this
.
travelControlTripLayerShow
=
true
;
},
hideTripDown
()
{
hideTripDown
()
{
this
.
travelControlTripLayerShow
=
false
;
this
.
travelControlTripLayerShow
=
false
;
},
},
...
@@ -1091,7 +1092,6 @@ export default {
...
@@ -1091,7 +1092,6 @@ export default {
},
},
mounted
()
{
mounted
()
{
this
.
userInfo
=
this
.
getLocalStorage
();
this
.
userInfo
=
this
.
getLocalStorage
();
this
.
GetSupperOrderEditAuth
();
//分享权限
this
.
qjGroupId
=
this
.
QjGroupId
();
this
.
qjGroupId
=
this
.
QjGroupId
();
this
.
CurrentUserInfo
=
this
.
userInfo
;
this
.
CurrentUserInfo
=
this
.
userInfo
;
this
.
userId
=
this
.
userInfo
.
EmployeeId
;
this
.
userId
=
this
.
userInfo
.
EmployeeId
;
...
...
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