Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
shld-databoard-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
潘自豪 Rambo Pan
shld-databoard-ui
Commits
caaff2a0
Commit
caaff2a0
authored
Dec 12, 2025
by
Inner peace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
营销 大屏应收账款情况率值展示问题修复
parent
899f92ef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
index.vue
src/module/databoard/index.vue
+5
-2
No files found.
src/module/databoard/index.vue
View file @
caaff2a0
...
...
@@ -276,6 +276,7 @@ export default {
yszk
:
{
title
:
"应收账款"
,
amount
:
"20,303"
,
amountNum
:
0
,
unit
:
"万元"
,
hb
:
[
{
...
...
@@ -636,6 +637,7 @@ export default {
this
.
arSummary
[
1
].
value
=
conver_num_retain
(
data
.
unregister_amount
)
this
.
arSummary
[
2
].
value
=
conver_num_retain
(
data
.
receivable_amount
)
this
.
zkqk
.
yszk
.
amount
=
conver_num_retain
(
data
.
receivable_amount
)
this
.
zkqk
.
yszk
.
amountNum
=
data
.
receivable_amount
this
.
$refs
.
arSummaryBar
.
drawArSummaryBar
(
seriesData
)
}).
catch
(
err
=>
{
console
.
log
(
err
);
...
...
@@ -646,9 +648,10 @@ export default {
getAccountSituation
(
this
.
today
).
then
(
res
=>
{
let
data
=
res
.
data
this
.
zkqk
.
yszk
.
hb
[
0
].
amount
=
conver_amont
(
data
.
per_day_receivable_amount
);
this
.
zkqk
.
yszk
.
hb
[
0
].
rate
=
calc_hb_str
(
this
.
zkqk
.
yszk
.
amount
,
data
.
per_day_receivable_amount
);
this
.
zkqk
.
yszk
.
hb
[
0
].
rate
=
calc_hb_str
(
this
.
zkqk
.
yszk
.
amountNum
,
(
data
.
per_day_receivable_amount
/
10000
));
this
.
zkqk
.
yszk
.
hb
[
1
].
amount
=
conver_amont
(
data
.
per_month_receivable_amount
);
this
.
zkqk
.
yszk
.
hb
[
1
].
rate
=
calc_tb_str
(
this
.
zkqk
.
yszk
.
amount
,
data
.
per_month_receivable_amount
);
this
.
zkqk
.
yszk
.
hb
[
1
].
rate
=
calc_tb_str
(
this
.
zkqk
.
yszk
.
amountNum
,
data
.
per_month_receivable_amount
/
10000
);
this
.
zkqk
.
yfzk
.
amount
=
conver_amont
(
data
.
payable_amount
)
this
.
zkqk
.
yfzk
.
hb
[
0
].
amount
=
conver_amont
(
data
.
per_day_payable_amount
);
...
...
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