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
1adb4965
Commit
1adb4965
authored
Sep 13, 2023
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ce43791c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
15 deletions
+30
-15
teamRevenueExpenditure.vue
src/components/dmc/manager/teamRevenueExpenditure.vue
+30
-15
No files found.
src/components/dmc/manager/teamRevenueExpenditure.vue
View file @
1adb4965
...
...
@@ -49,6 +49,7 @@
<th
width=
"100"
>
序号
</th>
<th
width=
"10%"
>
单号
</th>
<th
width=
"10%"
>
费用说明
</th>
<th
width=
"10%"
>
付款对象
</th>
<th
width=
"10%"
>
日期
</th>
<th
width=
"20%"
>
备注
</th>
<th
width=
"10%"
>
应付/应付金额
</th>
...
...
@@ -62,6 +63,7 @@
<td>
<span
class=
"padding10"
v-for=
"i in item.CostTypeList"
>
{{
i
}}
</span>
</td>
<td>
{{
item
.
ClientName
}}
</td>
<td>
{{
item
.
CreateDate
}}
</td>
<td>
<div
v-for=
"childItem in item.TradeWayList"
>
...
...
@@ -71,7 +73,8 @@
</div>
</td>
<td>
<span>
¥
{{
item
.
Type
===
2
?
'-'
:
''
}}{{
moneyFormat
(
item
.
Money
)
}}
</span>
<p><span>
原币
{{
item
.
WBMoney
}}
</span></p>
<p><span>
¥
{{
item
.
Type
===
2
?
'-'
:
''
}}{{
moneyFormat
(
item
.
Money
)
}}
</span></p>
</td>
<td>
{{
item
.
EmName
}}
</td>
<td>
...
...
@@ -88,12 +91,12 @@
</tr>
<tr
v-if=
'hotelList.length!=0'
>
<td>
成本总价
</td>
<td
style=
"text-align:left;padding-left:5px;"
colspan=
"
8
"
>
<td
style=
"text-align:left;padding-left:5px;"
colspan=
"
9
"
>
¥{{getTotalMoney(hotelList)}}
</td>
</tr>
<tr
v-if=
'hotelList.length==0'
>
<td
colspan=
"
9
"
class=
"color666"
>
没有找到你需要的财务数据
</td>
<td
colspan=
"
10
"
class=
"color666"
>
没有找到你需要的财务数据
</td>
</tr>
</table>
<p
class=
"teamRevenueExpenditureTitle"
>
...
...
@@ -109,6 +112,7 @@
<th
width=
"100"
>
序号
</th>
<th
width=
"10%"
>
单号
</th>
<th
width=
"10%"
>
费用说明
</th>
<th
width=
"10%"
>
付款对象
</th>
<th
width=
"10%"
>
日期
</th>
<th
width=
"20%"
>
备注
</th>
<th
width=
"10%"
>
应付/应付金额
</th>
...
...
@@ -122,6 +126,7 @@
<td>
<span
class=
"padding10"
v-for=
"i in item.CostTypeList"
>
{{i}}
</span>
</td>
<td>
{{item.ClientName}}
</td>
<td>
{{item.CreateDate}}
</td>
<td>
<div
v-for=
"childItem in item.TradeWayList"
>
...
...
@@ -131,7 +136,8 @@
</div>
</td>
<td>
<span>
¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}
</span>
<p><span>
原币{{item.WBMoney}}
</span></p>
<p><span>
¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}
</span></p>
</td>
<td>
{{item.EmName}}
</td>
<td>
...
...
@@ -148,12 +154,12 @@
</tr>
<tr
v-if=
'eatList.length!=0'
>
<td>
成本总价
</td>
<td
style=
"text-align:left;padding-left:5px;"
colspan=
"
8
"
>
<td
style=
"text-align:left;padding-left:5px;"
colspan=
"
9
"
>
¥{{getTotalMoney(eatList)}}
</td>
</tr>
<tr
v-if=
'eatList.length==0'
>
<td
colspan=
"
9
"
class=
"color666"
>
没有找到你需要的财务数据
</td>
<td
colspan=
"
10
"
class=
"color666"
>
没有找到你需要的财务数据
</td>
</tr>
</table>
<p
class=
"teamRevenueExpenditureTitle"
>
...
...
@@ -169,6 +175,7 @@
<th
width=
"100"
>
序号
</th>
<th
width=
"10%"
>
单号
</th>
<th
width=
"10%"
>
费用说明
</th>
<th
width=
"10%"
>
付款对象
</th>
<th
width=
"10%"
>
日期
</th>
<th
width=
"20%"
>
备注
</th>
<th
width=
"10%"
>
应付/应付金额
</th>
...
...
@@ -182,6 +189,7 @@
<td>
<span
class=
"padding10"
v-for=
"i in item.CostTypeList"
>
{{i}}
</span>
</td>
<td>
{{item.ClientName}}
</td>
<td>
{{item.CreateDate}}
</td>
<td>
<div
v-for=
"childItem in item.TradeWayList"
>
...
...
@@ -191,7 +199,8 @@
</div>
</td>
<td>
<span>
¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}
</span>
<p><span>
原币{{item.WBMoney}}
</span></p>
<p><span>
¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}
</span></p>
</td>
<td>
{{item.EmName}}
</td>
<td>
...
...
@@ -208,12 +217,12 @@
</tr>
<tr
v-if=
'ticketList.length!=0'
>
<td>
成本总价
</td>
<td
style=
"text-align:left;padding-left:5px;"
colspan=
"
8
"
>
<td
style=
"text-align:left;padding-left:5px;"
colspan=
"
9
"
>
¥{{getTotalMoney(ticketList)}}
</td>
</tr>
<tr
v-if=
'ticketList.length==0'
>
<td
colspan=
"
9
"
class=
"color666"
>
没有找到你需要的财务数据
</td>
<td
colspan=
"
10
"
class=
"color666"
>
没有找到你需要的财务数据
</td>
</tr>
</table>
<p
class=
"teamRevenueExpenditureTitle"
>
...
...
@@ -229,6 +238,7 @@
<th
width=
"100"
>
序号
</th>
<th
width=
"10%"
>
单号
</th>
<th
width=
"10%"
>
费用说明
</th>
<th
width=
"10%"
>
付款对象
</th>
<th
width=
"10%"
>
日期
</th>
<th
width=
"20%"
>
备注
</th>
<th
width=
"10%"
>
应付/应付金额
</th>
...
...
@@ -242,6 +252,7 @@
<td>
<span
class=
"padding10"
v-for=
"i in item.CostTypeList"
>
{{i}}
</span>
</td>
<td>
{{item.ClientName}}
</td>
<td>
{{item.CreateDate}}
</td>
<td>
<div
v-for=
"childItem in item.TradeWayList"
>
...
...
@@ -251,7 +262,8 @@
</div>
</td>
<td>
<span>
¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}
</span>
<p><span>
原币{{item.WBMoney}}
</span></p>
<p><span>
¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}
</span></p>
</td>
<td>
{{item.EmName}}
</td>
<td>
...
...
@@ -268,12 +280,12 @@
</tr>
<tr
v-if=
'busList.length!=0'
>
<td>
成本总价
</td>
<td
style=
"text-align:left;padding-left:5px;"
colspan=
"
8
"
>
<td
style=
"text-align:left;padding-left:5px;"
colspan=
"
9
"
>
¥{{getTotalMoney(busList)}}
</td>
</tr>
<tr
v-if=
'busList.length==0'
>
<td
colspan=
"
9
"
class=
"color666"
>
没有找到你需要的财务数据
</td>
<td
colspan=
"
10
"
class=
"color666"
>
没有找到你需要的财务数据
</td>
</tr>
</table>
...
...
@@ -290,6 +302,7 @@
<th
width=
"100"
>
序号
</th>
<th
width=
"10%"
>
单号
</th>
<th
width=
"10%"
>
费用说明
</th>
<th
width=
"10%"
>
付款对象
</th>
<th
width=
"10%"
>
日期
</th>
<th
width=
"20%"
>
备注
</th>
<th
width=
"10%"
>
应付/应付金额
</th>
...
...
@@ -303,6 +316,7 @@
<td>
<span
class=
"padding10"
v-for=
"i in item.CostTypeList"
>
{{i}}
</span>
</td>
<td>
{{item.ClientName}}
</td>
<td>
{{item.CreateDate}}
</td>
<td>
<div
v-for=
"childItem in item.TradeWayList"
>
...
...
@@ -312,7 +326,8 @@
</div>
</td>
<td>
<span>
¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}
</span>
<p><span>
原币{{item.WBMoney}}
</span></p>
<p><span>
¥{{item.Type === 2 ? '-' : ''}}{{moneyFormat(item.Money)}}
</span></p>
</td>
<td>
{{item.EmName}}
</td>
<td>
...
...
@@ -329,12 +344,12 @@
</tr>
<tr
v-if=
'otherList.length!=0'
>
<td>
成本总价
</td>
<td
style=
"text-align:left;padding-left:5px;"
colspan=
"
8
"
>
<td
style=
"text-align:left;padding-left:5px;"
colspan=
"
9
"
>
¥{{getTotalMoney(otherList)}}
</td>
</tr>
<tr
v-if=
'otherList.length==0'
>
<td
colspan=
"
9
"
class=
"color666"
>
没有找到你需要的财务数据
</td>
<td
colspan=
"
10
"
class=
"color666"
>
没有找到你需要的财务数据
</td>
</tr>
</table>
<div
v-if=
'picIsShow'
class=
"viewBigPicLayer"
@
click=
"picIsShow=false,picObj=[]"
>
...
...
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