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
2fdd304f
Commit
2fdd304f
authored
Aug 13, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
52c24f98
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
31 deletions
+33
-31
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+31
-29
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+2
-2
No files found.
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
2fdd304f
...
...
@@ -249,11 +249,10 @@
background-color
:
#dcebff
;
}
.groupTourOrder_remarks
{
font-size
:
0
px
;
.groupTourOrder_remarks
Bytuan
{
font-size
:
12
px
;
}
.groupTourOrder_remarks
>
div
>
div
:nth-child
(
1
)
{
/* .groupTourOrder_remarks>div>div:nth-child(1) {
float: left;
display: flex;
align-items: flex-start;
...
...
@@ -282,9 +281,9 @@
.groupTourOrder_remarks>div>div:nth-child(2)>i {
font-size: 10px;
cursor: pointer;
}
}
*/
.groupTourOrder_remarks
>
div
::after
{
.groupTourOrder_remarks
Bytuan
>
div
::after
{
display
:
block
;
clear
:
both
;
content
:
""
;
...
...
@@ -2149,26 +2148,29 @@
</td>
</tr>
<tr>
<td
colspan=
"5"
class=
"groupTourOrder_remarks"
style=
"height: 40px;"
>
<td
colspan=
"5"
class=
"groupTourOrder_remarks
Bytuan
"
style=
"height: 40px;"
>
<div>
<div><span>
备注时间:{{item.rematksTime}} 备注:
</span>
<p>
<span
v-if=
"item.tsIdList.length>0"
>
投诉单号:
<a
class=
"underline"
v-for=
"ts in item.tsIdList"
href=
"javascript:void(0);"
@
click=
"goUrlTS('ComplaintsDetail',ts,item.orderId,'投诉详情')"
>
{{ts}}
</a>
;
</span>
<
template
>
<template
v-if=
"item.isOwn==1||userId==1||userId==5||positionId==168||isUpdateOrder"
>
<span
v-if=
'item.clientSource==1&&item.brandName!=""'
>
{{
item
.
brandName
}}
订单
{{
item
.
platformOrder
}}
;
</span>
{{
item
.
remarks
}}
<div
style=
"width:95%;display:inline-block;"
>
<div
style=
"color:red;"
><span>
备注时间:{{item.rematksTime}}
</span></div>
<div
style=
"color:red;"
>
<p>
备注:
<span
v-if=
"item.tsIdList.length>0"
>
投诉单号:
<a
class=
"underline"
v-for=
"ts in item.tsIdList"
href=
"javascript:void(0);"
@
click=
"goUrlTS('ComplaintsDetail',ts,item.orderId,'投诉详情')"
>
{{ts}}
</a>
;
</span>
<
template
>
<template
v-if=
"item.isOwn==1||userId==1||userId==5||positionId==168||isUpdateOrder"
>
<span
v-if=
'item.clientSource==1&&item.brandName!=""'
>
{{
item
.
brandName
}}
订单
{{
item
.
platformOrder
}}
;
</span>
{{
item
.
remarks
}}
</
template
>
<!-- <template v-else>
<span v-if='item.clientSource==1&&item.brandName!=""'>{{item.brandName}}订单 {{item.platformOrder}};</span>*****
</template> -->
</template>
<!-- <template v-else>
<span v-if='item.clientSource==1&&item.brandName!=""'>{{item.brandName}}订单 {{item.platformOrder}};</span>*****
</template> -->
</template>
</p>
</p>
</div>
</div>
<div>
<div
style=
"float:right;text-align: right;font-size: 12px;color: #e95252;"
>
<!-- <span>{{item.remarksName}} {{item.rematksTime}}</span> -->
<el-popover
width=
"600"
placement=
"bottom-end"
trigger=
"click"
>
<div
class=
"groupTourOrder_remarks_popover"
>
...
...
@@ -2188,9 +2190,9 @@
</div>
</div>
</td>
<td
colspan=
"5"
class=
"groupTourOrder_remarks"
style=
"height: 40px;"
>
<td
colspan=
"5"
class=
"groupTourOrder_remarks
Bytuan
"
style=
"height: 40px;"
>
<div>
<div>
<div
style=
"color:red;"
>
<span>
OP备注:
</span>
<p>
{{item.oP_Remarks ? item.oP_Remarks : '无'}}
</p>
</div>
...
...
@@ -2453,9 +2455,9 @@
</td>
</tr>
<tr>
<td
colspan=
"5"
class=
"groupTourOrder_remarks"
style=
"height: 40px;"
>
<td
colspan=
"5"
class=
"groupTourOrder_remarks
Bytuan
"
style=
"height: 40px;"
>
<div>
<div><span>
备注:
</span>
<div
style=
"display:inline-block;width:95%;color:red;"
><span>
备注:
</span>
<p>
<span
v-if=
"item.tsIdList.length>0"
>
投诉单号:
<a
class=
"underline"
v-for=
"ts in item.tsIdList"
href=
"javascript:void(0);"
...
...
@@ -2469,7 +2471,7 @@
</template>
</p>
</div>
<div>
<div
style=
"display:inline-block;"
>
<el-popover
width=
"600"
placement=
"bottom-end"
trigger=
"click"
>
<div
class=
"groupTourOrder_remarks_popover"
>
<div>
历史备注
</div>
...
...
@@ -2487,7 +2489,7 @@
</div>
</div>
</td>
<td
colspan=
"5"
class=
"groupTourOrder_remarks"
style=
"height: 40px;"
>
<td
colspan=
"5"
class=
"groupTourOrder_remarks
Bytuan
"
style=
"height: 40px;"
>
<div>
<div>
<span>
OP备注:
</span>
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
2fdd304f
...
...
@@ -1785,7 +1785,7 @@
<td
colspan=
"5"
class=
"groupTourOrder_remarks"
style=
"height: 40px;"
>
<div
class=
"clearfix RL-MARK"
>
<span
class=
"RL-remarkTitle"
>
备注时间:
</span>
<p
class=
"RL-redType RL-remarkCon"
>
{{item.RematksTime}}
</p>
<p
class=
"RL-redType RL-remarkCon"
style=
"margin-left:62px;"
>
{{item.RematksTime}}
</p>
<span
class=
"RL-remarkTitle"
>
备注:
</span>
<p
class=
"RL-redType RL-remarkCon"
>
{{item.Remarks}}
</p>
</div>
...
...
@@ -2105,7 +2105,7 @@
<td
colspan=
"5"
class=
"groupTourOrder_remarks"
style=
"height: 40px;"
>
<div
class=
"clearfix RL-MARK"
>
<span
class=
"RL-remarkTitle"
>
备注时间:
</span>
<p
class=
"RL-redType RL-remarkCon"
>
{{
childItem
.
RematksTime
}}
</p>
<p
class=
"RL-redType RL-remarkCon"
style=
"margin-left:62px;"
>
{{
childItem
.
RematksTime
}}
</p>
<span
class=
"RL-remarkTitle"
>
备注:
</span>
<p
class=
"RL-redType RL-remarkCon"
>
...
...
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