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
a638bb17
Commit
a638bb17
authored
Apr 27, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0df882d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
czBillModule.vue
...nents/FinancialModule/FinancialSubmodule/czBillModule.vue
+33
-0
No files found.
src/components/FinancialModule/FinancialSubmodule/czBillModule.vue
View file @
a638bb17
...
...
@@ -211,6 +211,37 @@
</tr>
</table>
</div>
</div>
<div
v-if=
"details.SpecialType && details.SpecialType==17"
>
<div
class=
"_tit"
>
<span
class=
"_text"
>
压房分摊关联单据
</span>
<div>
<span
class=
"_btn"
v-if=
"tableShow"
@
click=
"tableShow=false"
>
{{
$t
(
'fnc.shouqi'
)
}}
<i
class=
"iconfont icon-gengduo _rotate"
></i>
</span>
<span
class=
"_btn"
v-else
@
click=
"tableShow=true"
>
{{
$t
(
'fnc.zhankai'
)
}}
<i
class=
"iconfont icon-gengduo"
></i>
</span>
</div>
</div>
<div
v-show=
"tableShow"
class=
"sanjiao-box _padding_20_15"
>
<table
border=
"1"
class=
"czBillModule _border_color_b Receipt_table"
bordercolor=
"#c94052"
style=
"border-collapse:collapse;width: 100%;"
v-loading=
'loading'
>
<tr>
<th>
{{
$t
(
'sm.company'
)
}}
</th>
<th>
{{
$t
(
'advmanager.v_type'
)
}}
</th>
<th>
{{
$t
(
'fnc.danhao'
)
}}
</th>
<th>
{{
$t
(
'fnc.feiyongleixing'
)
}}
</th>
<th>
{{
$t
(
'fnc.yuanbi'
)
}}
</th>
<th>
{{
$t
(
'fnc.bweibi'
)
}}
</th>
<th>
{{
$t
(
'hotel.hotel_status'
)
}}
</th>
</tr>
<tr
class=
"_color_b"
v-for=
"(item,index) in opFinanceFeeList"
:key=
"index"
>
<td>
{{
item
.
BranchName
}}
</td>
<th>
{{
item
.
TypeName
}}
</th>
<td
class=
"hover_text"
@
click=
"goDetail(item.FrID)"
><span>
{{
item
.
FrID
}}
</span></td>
<th>
{{
item
.
CostTypeIdStr
}}
</th>
<td>
{{
item
.
WBMoney
}}
/
{{
item
.
CurrencyName
}}
</td>
<td>
{{
item
.
Money
}}
</td>
<td>
{{
item
.
Status
}}
</td>
</tr>
</table>
</div>
</div>
<div
v-if=
"details.SpecialType && details.SpecialType==15"
>
<div
class=
"_tit"
>
...
...
@@ -570,6 +601,8 @@ export default {
this
.
getOPFinanceFeeList
(
14
);
}
else
if
(
this
.
details
.
SpecialType
&&
this
.
details
.
SpecialType
==
16
){
this
.
getSaleClaimList
();
}
else
if
(
this
.
details
.
SpecialType
&&
this
.
details
.
SpecialType
==
17
){
this
.
getOPFinanceFeeList
(
22
);
}
},
goTravelControlList
(
id
){
...
...
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