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
d574af07
Commit
d574af07
authored
Aug 23, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
effa7f1b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
produceStatistics.vue
src/views/productionStatis/produceStatistics.vue
+1
-1
repairStatistics.vue
src/views/productionStatis/repairStatistics.vue
+4
-0
vue.config.js
vue.config.js
+1
-0
No files found.
src/views/productionStatis/produceStatistics.vue
View file @
d574af07
...
@@ -250,7 +250,7 @@ export default {
...
@@ -250,7 +250,7 @@ export default {
{
dictLabel
:
'按线体统计'
,
dictValue
:
'Line'
},
{
dictLabel
:
'按线体统计'
,
dictValue
:
'Line'
},
{
dictLabel
:
'按工单统计'
,
dictValue
:
'Working Order'
},
{
dictLabel
:
'按工单统计'
,
dictValue
:
'Working Order'
},
{
dictLabel
:
'按追溯号统计'
,
dictValue
:
'Batch Number'
},
{
dictLabel
:
'按追溯号统计'
,
dictValue
:
'Batch Number'
},
{
dictLabel
:
'按PO号统计'
,
dictValue
:
'Po Number'
},
//
{ dictLabel: '按PO号统计', dictValue: 'Po Number' },
{
dictLabel
:
'按项目统计'
,
dictValue
:
'Project'
},
{
dictLabel
:
'按项目统计'
,
dictValue
:
'Project'
},
{
dictLabel
:
'按成品料号统计'
,
dictValue
:
'PartNumber'
}
{
dictLabel
:
'按成品料号统计'
,
dictValue
:
'PartNumber'
}
]
]
...
...
src/views/productionStatis/repairStatistics.vue
View file @
d574af07
...
@@ -388,6 +388,10 @@ export default {
...
@@ -388,6 +388,10 @@ export default {
right
:
'5%'
,
right
:
'5%'
,
left
:
'5%'
left
:
'5%'
},
},
legend
:
{
top
:
'5%'
,
data
:
[
'不良数量'
,
'累计占比'
]
},
xAxis
:
[
xAxis
:
[
{
{
show
:
_this
.
dataList
.
length
,
// 无数据时不展示 x 轴
show
:
_this
.
dataList
.
length
,
// 无数据时不展示 x 轴
...
...
vue.config.js
View file @
d574af07
...
@@ -84,6 +84,7 @@ module.exports = {
...
@@ -84,6 +84,7 @@ module.exports = {
// target: `http://124.71.16.228:8085/`,
// target: `http://124.71.16.228:8085/`,
// target: `http://192.168.1.20:8082/`,
// target: `http://192.168.1.20:8082/`,
target
:
`http://192.168.1.47:8082/`
,
target
:
`http://192.168.1.47:8082/`
,
// target: `http://192.168.1.89:8082/`,
changeOrigin
:
true
,
changeOrigin
:
true
,
pathRewrite
:
{
pathRewrite
:
{
[
'^'
+
process
.
env
.
VUE_APP_BASE_API
]:
''
[
'^'
+
process
.
env
.
VUE_APP_BASE_API
]:
''
...
...
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