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
a6fc0865
Commit
a6fc0865
authored
Jun 17, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
金额计算
parent
c6676eb7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+1
-1
TeamBalancePayment.vue
...omponents/TravelManager/TravelList/TeamBalancePayment.vue
+2
-2
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
a6fc0865
...
...
@@ -640,7 +640,7 @@
<th>
制单人
</th>
</tr>
<tr
v-for=
"(item, index) in HangingAccountList"
>
<td
style=
"text-align: left"
><label><input
type=
"checkbox"
v-model=
"item.checked"
>
{{item.CostTypeName}}
</label></td>
<td
style=
"text-align: left"
><label><input
type=
"checkbox"
v-model=
"item.checked"
@
change=
"checkdIteam(item)"
>
{{item.CostTypeName}}
</label></td>
<td>
{{item.TCNUM}}
</td>
<td>
{{item.FrID}}
</td>
<td>
{{item.HangingAccountsTypeStr}}
</td>
...
...
src/components/TravelManager/TravelList/TeamBalancePayment.vue
View file @
a6fc0865
...
...
@@ -1088,7 +1088,7 @@
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<th
width=
"180"
>
单号
</th>
<th
width=
"200"
>
挂账
金额
</th>
<th
width=
"200"
>
冲抵
金额
</th>
<th
width=
"500"
>
挂账类型
</th>
<th
width=
"500"
>
挂账对象
</th>
<th
width=
"500"
>
单据状态
</th>
...
...
@@ -1098,7 +1098,7 @@
<tr
v-for=
"item in DataList.CDList"
>
<td><span
class=
"Team_income"
@
click=
"goUrl('FinancialDocumentsDetail',item.FrID)"
>
{{item.FrID}}
</span></td>
<td>
<span>
{{item.Money}}
</span>
<span>
{{item.
fmr
Money}}
</span>
</td>
<td>
<span>
{{item.HangingAccountsTypeStr}}
</span>
...
...
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