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
aed220c0
Commit
aed220c0
authored
Dec 15, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ed9e64d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
TeamBalancePayment.vue
...omponents/TravelManager/TravelList/TeamBalancePayment.vue
+21
-1
No files found.
src/components/TravelManager/TravelList/TeamBalancePayment.vue
View file @
aed220c0
...
...
@@ -198,7 +198,17 @@
overflow
:
auto
;
margin-bottom
:
0
!important
;
}
.PayDayContent
{
float
:
left
;
margin-left
:
2px
;
text-align
:
left
;
word-break
:
break-all
;
text-overflow
:
ellipsis
;
display
:
-webkit-box
;
/** 对象作为伸缩盒子模型显示 **/
-webkit-box-orient
:
vertical
;
/** 设置或检索伸缩盒对象的子元素的排列方式 **/
-webkit-line-clamp
:
1
;
/** 显示的行数 **/
overflow
:
hidden
;
/** 隐藏超出的内容 **/
}
</
style
>
<
template
>
...
...
@@ -998,6 +1008,7 @@
<tr>
<th
width=
"180"
>
单号
</th>
<th
width=
"200"
>
费用类型
</th>
<th
width=
"200"
>
使用日期
</th>
<th
width=
"200"
>
付款对象
</th>
<th
width=
"400"
>
交易明细
</th>
<th
width=
"300"
>
本位币
</th>
...
...
@@ -1013,6 +1024,7 @@
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
</td>
<td><span
v-for=
"subItem in item.CostTypeList"
:key=
"subItem.subCode"
>
{{
subItem
}}
<br
/></span></td>
<td><span
class=
"PayDayContent"
v-for=
"subItem in item.DescriptionList"
>
{{
subItem
}}
<br/></span></td>
<td>
{{
item
.
ClientName
}}
</td>
<td>
<div
class=
"Team_ComCoin"
v-for=
"childItem in item.TradeWayList"
>
...
...
@@ -1053,6 +1065,7 @@
<tr>
<th
width=
"180"
>
单号
</th>
<th
width=
"200"
>
费用类型
</th>
<th
width=
"200"
>
使用日期
</th>
<th
width=
"200"
>
付款对象
</th>
<th
width=
"400"
>
交易明细
</th>
<th
width=
"300"
>
金额
</th>
...
...
@@ -1068,6 +1081,7 @@
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
</td>
<td><span
v-for=
"subItem in item.CostTypeList"
:key=
"subItem.subCode"
>
{{
subItem
}}
<br
/></span></td>
<td><span
class=
"PayDayContent"
v-for=
"subItem in item.DescriptionList"
>
{{
subItem
}}
<br/></span></td>
<td>
{{
item
.
ClientName
}}
</td>
<td>
<div
class=
"Team_ComCoin"
v-for=
"childItem in item.TradeWayList"
>
...
...
@@ -1107,6 +1121,7 @@
<tr>
<th
width=
"180"
>
单号
</th>
<th
width=
"200"
>
费用类型
</th>
<th
width=
"200"
>
使用日期
</th>
<th
width=
"200"
>
付款对象
</th>
<th
width=
"400"
>
交易明细
</th>
<th
width=
"300"
>
金额
</th>
...
...
@@ -1124,6 +1139,7 @@
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
</td>
<td><span
v-for=
"subItem in item.CostTypeList"
:key=
"subItem.subCode"
>
{{
subItem
}}
<br
/></span></td>
<td><span
class=
"PayDayContent"
v-for=
"subItem in item.DescriptionList"
>
{{
subItem
}}
<br/></span></td>
<td>
{{
item
.
ClientName
}}
</td>
<td>
<div
class=
"Team_ComCoin"
v-for=
"childItem in item.TradeWayList"
>
...
...
@@ -1164,6 +1180,7 @@
<tr>
<th
width=
"180"
>
单号
</th>
<th
width=
"200"
>
费用类型
</th>
<th
width=
"200"
>
使用日期
</th>
<th
width=
"200"
>
付款对象
</th>
<th
width=
"400"
>
交易明细
</th>
<th
width=
"300"
>
金额
</th>
...
...
@@ -1179,6 +1196,7 @@
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
</td>
<td><span
v-for=
"subItem in item.CostTypeList"
:key=
"subItem.subCode"
>
{{
subItem
}}
<br
/></span></td>
<td><span
class=
"PayDayContent"
v-for=
"subItem in item.DescriptionList"
>
{{
subItem
}}
<br/></span></td>
<td>
{{
item
.
ClientName
}}
</td>
<td>
<div
class=
"Team_ComCoin"
v-for=
"childItem in item.TradeWayList"
>
...
...
@@ -1656,6 +1674,7 @@
<tr>
<th
width=
"180"
>
单号
</th>
<th
width=
"200"
>
费用类型
</th>
<th
width=
"200"
>
使用日期
</th>
<th
width=
"200"
>
付款对象
</th>
<th
width=
"400"
>
交易明细
</th>
<th
width=
"300"
>
金额
</th>
...
...
@@ -1699,6 +1718,7 @@
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
</td>
<td><span
v-for=
"subItem in item.CostTypeList"
:key=
"subItem.subCode"
>
{{
subItem
}}
<br
/></span></td>
<td><span
class=
"PayDayContent"
v-for=
"subItem in item.DescriptionList"
>
{{
subItem
}}
<br/></span></td>
<td>
{{
item
.
ClientName
}}
</td>
<td>
<div
class=
"Team_ComCoin"
v-for=
"childItem in item.TradeWayList"
>
...
...
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