Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
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
张伯涛
NLT-e-cigarette
Commits
20ec0618
Commit
20ec0618
authored
Aug 09, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产出统计初步布局修改
parent
c19d32c0
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
434 additions
and
3 deletions
+434
-3
apis.js
src/views/productionStatis/apis.js
+6
-0
produceStatistics.vue
src/views/productionStatis/produceStatistics.vue
+428
-3
No files found.
src/views/productionStatis/apis.js
View file @
20ec0618
...
@@ -7,3 +7,9 @@ export function getDataDetails(params) {
...
@@ -7,3 +7,9 @@ export function getDataDetails(params) {
params
params
})
})
}
}
export
function
getProDetails
(
params
)
{
return
request
({
url
:
'/datamonitor/getStatisticsForProduce/'
+
'?beginDate='
+
params
.
beginDate
+
'&endDate='
+
params
.
endDate
+
'&type='
+
params
.
type
,
method
:
'get'
})
}
src/views/productionStatis/produceStatistics.vue
View file @
20ec0618
This diff is collapsed.
Click to expand it.
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