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
efbe171d
Commit
efbe171d
authored
Feb 17, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
6f01cc4e
0fc74906
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
4 deletions
+23
-4
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+23
-4
No files found.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
efbe171d
...
...
@@ -2362,11 +2362,29 @@
</div>
</td>
<td
colspan=
"3"
style=
"height: 40px;"
>
<div
class=
"clearfix RL-MARK"
style=
"width:
75
%;float:left;"
>
<span
class=
"RL-opremarkTitle"
>
{{
$t
(
'Operation.Op_remark'
)
}}
:
</span>
<div
class=
"clearfix RL-MARK"
style=
"width:
100
%;float:left;"
>
<span
class=
"RL-opremarkTitle"
style=
"width:52px;"
>
{{
$t
(
'Operation.Op_remark'
)
}}
:
</span>
<span
class=
"RL-redType RL-remarkCon"
style=
"width:74%;display:inline-block;"
>
{{
childItem
.
OP_Remarks
?
childItem
.
OP_Remarks
:
'无'
}}
</span>
<div><span
style=
"display:inline-block;"
>
备注人/时间
</span>
:
{{
childItem
.
OPRemarkUpdateName
}}
{{
childItem
.
OPRemarkUpdateTimeStr
}}
</div>
style=
"width:73%;display:inline-block;"
>
{{
childItem
.
OP_Remarks
?
childItem
.
OP_Remarks
:
'无'
}}
</span>
<div
style=
"text-align:right;"
>
{{
childItem
.
OPRemarkUpdateName
}}
{{
childItem
.
OPRemarkUpdateTimeStr
}}
<el-popover
width=
"600"
placement=
"bottom-end"
trigger=
"click"
>
<div
class=
"groupTourOrder_remarks_popover"
>
<div>
{{
$t
(
'fnc.lsbeizhu'
)
}}
</div>
<p
v-if=
"childItem.OPRemarksList.length !== 0"
v-for=
"(item2, index2) in childItem.OPRemarksList"
:key=
"index2"
style=
"padding:5px 0;margin-bottom:5px;"
>
<span>
{{
item2
.
Remarks
}}
</span>
<span>
{{
item2
.
CreateByName
}}
 
<span
style=
"color: #666666;"
>
{{
item2
.
CreateDate
}}
</span></span>
</p>
<span
v-if=
"childItem.OPRemarksList.length === 0"
>
{{
$t
(
'system.content_noData'
)
}}
</span>
</div>
<el-button
slot=
"reference"
icon=
"iconfont icon-gengduo"
style=
"padding:0px;border:none;color:#e95252;font-size:12px;"
class=
"groupTourOrder_remarks_btn"
>
</el-button>
</el-popover>
</div>
</div>
</td>
...
...
@@ -5093,6 +5111,7 @@
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
OrderDataList
=
res
.
data
.
data
;
this
.
IsUpdateOrderMoney
=
res
.
data
.
data
.
IsUpdateOrderMoney
console
.
log
(
this
.
OrderDataList
,
'this.OrderDataList'
);
}
},
err
=>
{}
...
...
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