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
12d2c529
Commit
12d2c529
authored
Jun 04, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
84b320bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
czBillModule.vue
...nents/FinancialModule/FinancialSubmodule/czBillModule.vue
+6
-0
No files found.
src/components/FinancialModule/FinancialSubmodule/czBillModule.vue
View file @
12d2c529
...
@@ -37,6 +37,7 @@
...
@@ -37,6 +37,7 @@
<tr>
<tr>
<th>
{{
$t
(
'fnc.danhao'
)
}}
</th>
<th>
{{
$t
(
'fnc.danhao'
)
}}
</th>
<th>
{{
$t
(
'sm.company'
)
}}
</th>
<th>
{{
$t
(
'sm.company'
)
}}
</th>
<th
style=
"width:180px"
>
{{
$t
(
'objFill.fukuanzhanghao'
)
}}
</th>
<th>
{{
$t
(
'fnc.feiyongleixing'
)
}}
</th>
<th>
{{
$t
(
'fnc.feiyongleixing'
)
}}
</th>
<th>
{{
$t
(
'hotel.hotel_Currency'
)
}}
</th>
<th>
{{
$t
(
'hotel.hotel_Currency'
)
}}
</th>
<th>
{{
$t
(
'hotel.hotel_CurrentRate'
)
}}
</th>
<th>
{{
$t
(
'hotel.hotel_CurrentRate'
)
}}
</th>
...
@@ -46,6 +47,11 @@
...
@@ -46,6 +47,11 @@
<tr
class=
"_color_b"
v-for=
"(item,index) in czList"
:key=
"index"
>
<tr
class=
"_color_b"
v-for=
"(item,index) in czList"
:key=
"index"
>
<td
class=
"hover_text"
@
click=
"goDetail(item.FrID)"
><span>
{{
item
.
FrID
}}
</span></td>
<td
class=
"hover_text"
@
click=
"goDetail(item.FrID)"
><span>
{{
item
.
FrID
}}
</span></td>
<td>
{{
item
.
BranchName
}}
</td>
<td>
{{
item
.
BranchName
}}
</td>
<td
style=
"max-width: 100px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; "
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"item.RemitterName+'/'+item.AccountNumber"
placement=
"top-start"
>
<div>
{{
item
.
RemitterName
}}
/
{{
item
.
AccountNumber
}}
</div>
</el-tooltip>
</td>
<td>
{{
item
.
CostTypeName
}}
</td>
<td>
{{
item
.
CostTypeName
}}
</td>
<td>
{{
item
.
CurrencyName
}}
</td>
<td>
{{
item
.
CurrencyName
}}
</td>
<td>
{{
item
.
Rate
}}
</td>
<td>
{{
item
.
Rate
}}
</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