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
dd85e7e9
Commit
dd85e7e9
authored
5 years ago
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
b41eaaa1
63ac5f51
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
CombinedRevenueReport.vue
...ents/FinancialModule/ReportForm/CombinedRevenueReport.vue
+10
-0
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+2
-2
No files found.
src/components/FinancialModule/ReportForm/CombinedRevenueReport.vue
View file @
dd85e7e9
...
@@ -796,6 +796,16 @@ export default {
...
@@ -796,6 +796,16 @@ export default {
columnAlign
:
"left"
,
columnAlign
:
"left"
,
isResize
:
true
,
isResize
:
true
,
},
},
{
field
:
"YouHui"
,
formatter
:
this
.
moneyFormat
,
title
:
"优惠"
,
width
:
100
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
,
componentName
:
"TCIDJumpWang"
},
{
{
field
:
"DaiShou"
,
field
:
"DaiShou"
,
formatter
:
this
.
moneyFormat
,
formatter
:
this
.
moneyFormat
,
...
...
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
dd85e7e9
...
@@ -1548,7 +1548,7 @@
...
@@ -1548,7 +1548,7 @@
<th
width=
"150"
class=
"nowrap"
>
操作
</th>
<th
width=
"150"
class=
"nowrap"
>
操作
</th>
</tr>
</tr>
<tr>
<tr>
<td
v-show=
"OrderDataList.
L
ength==0"
colspan=
"14"
align=
"center"
>
暂无数据
</td>
<td
v-show=
"OrderDataList.
l
ength==0"
colspan=
"14"
align=
"center"
>
暂无数据
</td>
</tr>
</tr>
<tr
v-if=
"OrderDataList.leadetList!=null && OrderDataList.leadetList.length>0"
>
<tr
v-if=
"OrderDataList.leadetList!=null && OrderDataList.leadetList.length>0"
>
...
@@ -1982,7 +1982,7 @@
...
@@ -1982,7 +1982,7 @@
<div
class=
"clearfix RL-MARK"
>
<div
class=
"clearfix RL-MARK"
>
<span
class=
"RL-remarkTitle"
>
备注:
</span>
<span
class=
"RL-remarkTitle"
>
备注:
</span>
<p
class=
"RL-redType RL-remarkCon"
>
<p
class=
"RL-redType RL-remarkCon"
>
<span
v-if=
"childItem.tsIdList.length>0"
>
投诉单号:
<span
v-if=
"childItem.tsIdList
&&childItem.tsIdList
.length>0"
>
投诉单号:
<a
clas=
"underline"
v-for=
"ts in childItem.TsIdList"
href=
"javascript:void(0);"
<a
clas=
"underline"
v-for=
"ts in childItem.TsIdList"
href=
"javascript:void(0);"
@
click=
"goUrlTS('ComplaintsDetail',ts,childItem.OrderId,'投诉详情')"
>
{{
ts
}}
</a>
@
click=
"goUrlTS('ComplaintsDetail',ts,childItem.OrderId,'投诉详情')"
>
{{
ts
}}
</a>
;
</span>
;
</span>
...
...
This diff is collapsed.
Click to expand it.
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