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
3da6d043
Commit
3da6d043
authored
Aug 24, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a0ea2e28
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
9 deletions
+23
-9
TeamBalancePayment.vue
...omponents/TravelManager/TravelList/TeamBalancePayment.vue
+23
-9
No files found.
src/components/TravelManager/TravelList/TeamBalancePayment.vue
View file @
3da6d043
...
@@ -102,7 +102,7 @@
...
@@ -102,7 +102,7 @@
}
}
.Team_ComCoin
{
.Team_ComCoin
{
width
:
6
0%
;
width
:
7
0%
;
margin
:
auto
;
margin
:
auto
;
text-align
:
left
;
text-align
:
left
;
}
}
...
@@ -903,8 +903,9 @@
...
@@ -903,8 +903,9 @@
<tr>
<tr>
<th
width=
"180"
>
单号
</th>
<th
width=
"180"
>
单号
</th>
<th
width=
"200"
>
费用类型
</th>
<th
width=
"200"
>
费用类型
</th>
<th
width=
"500"
>
交易明细
</th>
<th
width=
"200"
>
付款对象
</th>
<th
width=
"300"
>
金额
</th>
<th
width=
"400"
>
交易明细
</th>
<th
width=
"300"
>
本位币
</th>
<th
width=
"200"
>
交易日期
</th>
<th
width=
"200"
>
交易日期
</th>
<th
width=
"250"
>
制单人员
</th>
<th
width=
"250"
>
制单人员
</th>
<th
width=
'180'
>
审核状态
</th>
<th
width=
'180'
>
审核状态
</th>
...
@@ -917,6 +918,7 @@
...
@@ -917,6 +918,7 @@
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
</td>
</td>
<td><span
v-for=
"subItem in item.CostTypeList"
:key=
"subItem.subCode"
>
{{
subItem
}}
<br
/></span></td>
<td><span
v-for=
"subItem in item.CostTypeList"
:key=
"subItem.subCode"
>
{{
subItem
}}
<br
/></span></td>
<td>
{{
item
.
ClientName
}}
</td>
<td>
<td>
<div
class=
"Team_ComCoin"
v-for=
"childItem in item.TradeWayList"
>
<div
class=
"Team_ComCoin"
v-for=
"childItem in item.TradeWayList"
>
支付方式:
{{
childItem
.
Alias
}}
币种:
{{
childItem
.
CurrencyName
}}
支付方式:
{{
childItem
.
Alias
}}
币种:
{{
childItem
.
CurrencyName
}}
...
@@ -925,6 +927,7 @@
...
@@ -925,6 +927,7 @@
</div>
</div>
</td>
</td>
<td
style=
"font-size:14px;"
>
<td
style=
"font-size:14px;"
>
<span
v-if=
"item.Rate !=1"
>
原币:
{{
item
.
WBMoney
}}
<br
/></span>
应付:
{{
item
.
Money
}}
<br
/>
应付:
{{
item
.
Money
}}
<br
/>
实付:
{{
item
.
PayMoney
}}
实付:
{{
item
.
PayMoney
}}
</td>
</td>
...
@@ -955,7 +958,8 @@
...
@@ -955,7 +958,8 @@
<tr>
<tr>
<th
width=
"180"
>
单号
</th>
<th
width=
"180"
>
单号
</th>
<th
width=
"200"
>
费用类型
</th>
<th
width=
"200"
>
费用类型
</th>
<th
width=
"500"
>
交易明细
</th>
<th
width=
"200"
>
付款对象
</th>
<th
width=
"400"
>
交易明细
</th>
<th
width=
"300"
>
金额
</th>
<th
width=
"300"
>
金额
</th>
<th
width=
"200"
>
交易日期
</th>
<th
width=
"200"
>
交易日期
</th>
<th
width=
"250"
>
制单人员
</th>
<th
width=
"250"
>
制单人员
</th>
...
@@ -969,6 +973,7 @@
...
@@ -969,6 +973,7 @@
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
</td>
</td>
<td><span
v-for=
"subItem in item.CostTypeList"
:key=
"subItem.subCode"
>
{{
subItem
}}
<br
/></span></td>
<td><span
v-for=
"subItem in item.CostTypeList"
:key=
"subItem.subCode"
>
{{
subItem
}}
<br
/></span></td>
<td>
{{
item
.
ClientName
}}
</td>
<td>
<td>
<div
class=
"Team_ComCoin"
v-for=
"childItem in item.TradeWayList"
>
<div
class=
"Team_ComCoin"
v-for=
"childItem in item.TradeWayList"
>
支付方式:
{{
childItem
.
Alias
}}
币种:
{{
childItem
.
CurrencyName
}}
支付方式:
{{
childItem
.
Alias
}}
币种:
{{
childItem
.
CurrencyName
}}
...
@@ -977,8 +982,8 @@
...
@@ -977,8 +982,8 @@
</div>
</div>
</td>
</td>
<td
style=
"font-size:14px;"
>
<td
style=
"font-size:14px;"
>
应付:
{{
item
.
Money
}}
<br
/
>
<span
v-if=
"item.Rate !=1"
>
原币:
{{
item
.
WBMoney
}}
<br
/>
本位币:
{{
item
.
Money
}}
实付:
{{
item
.
PayMoney
}}
</span
>
实付:
{{
item
.
PayMoney
}}
<span
v-else
>
应付:
{{
item
.
Money
}}
<br
/>
实付:
{{
item
.
PayMoney
}}
</span>
</td>
</td>
<td>
{{
item
.
TradeDate
}}
</td>
<td>
{{
item
.
TradeDate
}}
</td>
<td>
<td>
...
@@ -1007,7 +1012,8 @@
...
@@ -1007,7 +1012,8 @@
<tr>
<tr>
<th
width=
"180"
>
单号
</th>
<th
width=
"180"
>
单号
</th>
<th
width=
"200"
>
费用类型
</th>
<th
width=
"200"
>
费用类型
</th>
<th
width=
"500"
>
交易明细
</th>
<th
width=
"200"
>
付款对象
</th>
<th
width=
"400"
>
交易明细
</th>
<th
width=
"300"
>
金额
</th>
<th
width=
"300"
>
金额
</th>
<th
width=
"200"
>
交易日期
</th>
<th
width=
"200"
>
交易日期
</th>
<th
width=
"250"
>
制单人员
</th>
<th
width=
"250"
>
制单人员
</th>
...
@@ -1023,6 +1029,7 @@
...
@@ -1023,6 +1029,7 @@
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
</td>
</td>
<td><span
v-for=
"subItem in item.CostTypeList"
:key=
"subItem.subCode"
>
{{
subItem
}}
<br
/></span></td>
<td><span
v-for=
"subItem in item.CostTypeList"
:key=
"subItem.subCode"
>
{{
subItem
}}
<br
/></span></td>
<td>
{{
item
.
ClientName
}}
</td>
<td>
<td>
<div
class=
"Team_ComCoin"
v-for=
"childItem in item.TradeWayList"
>
<div
class=
"Team_ComCoin"
v-for=
"childItem in item.TradeWayList"
>
支付方式:
{{
childItem
.
Alias
}}
币种:
{{
childItem
.
CurrencyName
}}
支付方式:
{{
childItem
.
Alias
}}
币种:
{{
childItem
.
CurrencyName
}}
...
@@ -1031,6 +1038,7 @@
...
@@ -1031,6 +1038,7 @@
</div>
</div>
</td>
</td>
<td
style=
"font-size:14px;"
>
<td
style=
"font-size:14px;"
>
<span
v-if=
"item.Rate !=1"
>
原币:
{{
item
.
WBMoney
}}
<br
/></span>
应付:
{{
item
.
Money
}}
<br
/>
应付:
{{
item
.
Money
}}
<br
/>
实付:
{{
item
.
PayMoney
}}
实付:
{{
item
.
PayMoney
}}
</td>
</td>
...
@@ -1061,7 +1069,8 @@
...
@@ -1061,7 +1069,8 @@
<tr>
<tr>
<th
width=
"180"
>
单号
</th>
<th
width=
"180"
>
单号
</th>
<th
width=
"200"
>
费用类型
</th>
<th
width=
"200"
>
费用类型
</th>
<th
width=
"500"
>
交易明细
</th>
<th
width=
"200"
>
付款对象
</th>
<th
width=
"400"
>
交易明细
</th>
<th
width=
"300"
>
金额
</th>
<th
width=
"300"
>
金额
</th>
<th
width=
"200"
>
交易日期
</th>
<th
width=
"200"
>
交易日期
</th>
<th
width=
"250"
>
制单人员
</th>
<th
width=
"250"
>
制单人员
</th>
...
@@ -1075,6 +1084,7 @@
...
@@ -1075,6 +1084,7 @@
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
</td>
</td>
<td><span
v-for=
"subItem in item.CostTypeList"
:key=
"subItem.subCode"
>
{{
subItem
}}
<br
/></span></td>
<td><span
v-for=
"subItem in item.CostTypeList"
:key=
"subItem.subCode"
>
{{
subItem
}}
<br
/></span></td>
<td>
{{
item
.
ClientName
}}
</td>
<td>
<td>
<div
class=
"Team_ComCoin"
v-for=
"childItem in item.TradeWayList"
>
<div
class=
"Team_ComCoin"
v-for=
"childItem in item.TradeWayList"
>
支付方式:
{{
childItem
.
Alias
}}
币种:
{{
childItem
.
CurrencyName
}}
支付方式:
{{
childItem
.
Alias
}}
币种:
{{
childItem
.
CurrencyName
}}
...
@@ -1083,6 +1093,7 @@
...
@@ -1083,6 +1093,7 @@
</div>
</div>
</td>
</td>
<td
style=
"font-size:14px;"
>
<td
style=
"font-size:14px;"
>
<span
v-if=
"item.Rate !=1"
>
原币:
{{
item
.
WBMoney
}}
<br
/></span>
应付:
{{
item
.
Money
}}
<br
/>
应付:
{{
item
.
Money
}}
<br
/>
实付:
{{
item
.
PayMoney
}}
实付:
{{
item
.
PayMoney
}}
</td>
</td>
...
@@ -1497,7 +1508,8 @@
...
@@ -1497,7 +1508,8 @@
<tr>
<tr>
<th
width=
"180"
>
单号
</th>
<th
width=
"180"
>
单号
</th>
<th
width=
"200"
>
费用类型
</th>
<th
width=
"200"
>
费用类型
</th>
<th
width=
"500"
>
交易明细
</th>
<th
width=
"200"
>
付款对象
</th>
<th
width=
"400"
>
交易明细
</th>
<th
width=
"300"
>
金额
</th>
<th
width=
"300"
>
金额
</th>
<th
width=
"200"
>
交易日期
</th>
<th
width=
"200"
>
交易日期
</th>
<th
width=
"250"
>
制单人员
</th>
<th
width=
"250"
>
制单人员
</th>
...
@@ -1537,6 +1549,7 @@
...
@@ -1537,6 +1549,7 @@
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
<span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{
item
.
FrID
}}
</span>
</td>
</td>
<td><span
v-for=
"subItem in item.CostTypeList"
:key=
"subItem.subCode"
>
{{
subItem
}}
<br
/></span></td>
<td><span
v-for=
"subItem in item.CostTypeList"
:key=
"subItem.subCode"
>
{{
subItem
}}
<br
/></span></td>
<td>
{{
item
.
ClientName
}}
</td>
<td>
<td>
<div
class=
"Team_ComCoin"
v-for=
"childItem in item.TradeWayList"
>
<div
class=
"Team_ComCoin"
v-for=
"childItem in item.TradeWayList"
>
支付方式:
{{
childItem
.
Alias
}}
币种:
{{
childItem
.
CurrencyName
}}
支付方式:
{{
childItem
.
Alias
}}
币种:
{{
childItem
.
CurrencyName
}}
...
@@ -1545,6 +1558,7 @@
...
@@ -1545,6 +1558,7 @@
</div>
</div>
</td>
</td>
<td
style=
"font-size:14px;"
>
<td
style=
"font-size:14px;"
>
<span
v-if=
"item.Rate !=1"
>
原币:
{{
item
.
WBMoney
}}
<br
/></span>
应付:
{{
item
.
Money
}}
<br
/>
应付:
{{
item
.
Money
}}
<br
/>
实付:
{{
item
.
PayMoney
}}
实付:
{{
item
.
PayMoney
}}
</td>
</td>
...
...
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