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
580e3b0c
Commit
580e3b0c
authored
Jun 20, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9bd91a5c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
CompanyAccDetail.vue
...components/FinancialModule/accDetail/CompanyAccDetail.vue
+7
-3
No files found.
src/components/FinancialModule/accDetail/CompanyAccDetail.vue
View file @
580e3b0c
...
...
@@ -194,7 +194,9 @@
<
th
>
{{
$t
(
'system.query_company'
)
}}
<
/th
>
<
th
>
{{
$t
(
'fnc.danhao'
)
}}
<
/th
>
<
th
>
{{
$t
(
'fnc.a_zhaiyao'
)
}}
<
/th
>
<
th
>
{{
$t
(
'fnc.a_hkrfkduixiang'
)
}}
<
/th
>
<
th
>
制单人
<
/th
>
<
th
>
单据状态
<
/th
>
<
th
width
=
"100px"
>
{{
$t
(
'fnc.a_hkrfkduixiang'
)
}}
<
/th
>
<
th
>
{{
$t
(
'fnc.a_hkfkshijian'
)
}}
<
/th
>
<
th
>
{{
$t
(
'fnc.jylshuihao'
)
}}
<
/th
>
<
th
>
原币种
<
/th
>
...
...
@@ -209,7 +211,7 @@
<
th
>
{{
$t
(
'fnc.yueacc'
)
}}
<
/th
>
<
/tr
>
<
tr
>
<
td
:
colspan
=
"
8
"
>
{{
$t
(
'fnc.a_qcyue'
)
}}
:
<
/td
>
<
td
:
colspan
=
"
10
"
>
{{
$t
(
'fnc.a_qcyue'
)
}}
:
<
/td
>
<
td
><
/td
>
<
td
><
/td
>
<
td
><
/td
>
...
...
@@ -229,6 +231,8 @@
<
p
>
{{
item
.
CostTypeName
}}
<
/p
>
<
p
v
-
for
=
" ( son , sIndex ) in item.TCIDAndTCNUMList"
>
<
span
>
{{
son
.
TCNUM
}}
(
<
span
>
{{
son
.
TCID
}}
<
/span>
)
</
span
>
<
/p
>
<
/td
>
<
td
>
{{
item
.
EmName
}}
<
/td
>
<
td
>
{{
item
.
AuditDescription
}}
<
/td
>
<
td
>
<
span
v
-
if
=
" item.Type == 1"
>
{{
$t
(
'fnc.hnrdanwei'
)
}}
:
{{
item
.
RemitterName
}}
<
/span
>
<
span
v
-
if
=
" item.Type == 2"
>
{{
item
.
ClientTypeName
}}
:
{{
item
.
RemitterName
}}
<
/span
>
...
...
@@ -248,7 +252,7 @@
<
td
>
{{
moneyFormat
(
item
.
EndMoney
)
}}
<
/td
>
<
/tr
>
<
tr
>
<
td
:
colspan
=
"
8
"
>
{{
$t
(
'fnc.a_heji'
)
}}
(
{{
$t
(
'hotel.hotel_totalRoom'
)
}}
{{
DataList
.
length
}}
{{
$t
(
'hotel.hotel_item'
)
}}
)
<
/td
>
<
td
:
colspan
=
"
10
"
>
{{
$t
(
'fnc.a_heji'
)
}}
(
{{
$t
(
'hotel.hotel_totalRoom'
)
}}
{{
DataList
.
length
}}
{{
$t
(
'hotel.hotel_item'
)
}}
)
<
/td
>
<
td
>
{{
InMoneyB
==
0
?
'-'
:
moneyFormat
(
InMoneyB
)
}}
<
/td
>
<
td
>
{{
OutMoneyB
==
0
?
'-'
:
moneyFormat
(
OutMoneyB
)
}}
<
/td
>
<
td
>
{{
InMoney
==
0
?
'-'
:
moneyFormat
(
InMoney
)
}}
<
/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