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
bb687f22
Commit
bb687f22
authored
Jul 31, 2024
by
xuzhuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大屏当日订单量跳转
parent
7ff13d40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
turnoverDetail.js
src/module/databoard/databoard/turnoverDetail.js
+1
-1
No files found.
src/module/databoard/databoard/turnoverDetail.js
View file @
bb687f22
...
...
@@ -558,7 +558,7 @@ export const getShipmentWeight = async function (department_code, cur_day) {
var
xAxis
=
[];
//目标量
let
targetResp
=
await
getDepartmentTargetWeight
(
department_code
,
new
Date
().
getFullYear
());
var
target
=
targetResp
.
data
?
targetResp
.
data
.
settle_weight_sum
:
'无'
;
var
target
=
targetResp
.
data
?
Math
.
round
(
targetResp
.
data
.
settle_weight_sum
/
365
*
100
)
/
100
:
'无'
;
xAxis
.
push
(
adapterXAxisData2
(
"#00bbe5"
,
xAxisData
,
target
));
var
seriesBar
=
[];
...
...
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