Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
Project
Project
Details
Activity
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
ximai
mes-pad
Commits
5ed114fc
Commit
5ed114fc
authored
Jan 28, 2024
by
mengcheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改主体样式
parent
93fdb87b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
index.vue
pages/mes/prodReport/index.vue
+7
-6
No files found.
pages/mes/prodReport/index.vue
View file @
5ed114fc
...
...
@@ -313,7 +313,7 @@ export default {
width
:
110
,
},
{
name
:
'workorderCode'
,
name
:
'workorderCode
s
'
,
label
:
'生产单号'
,
width
:
120
,
},
...
...
@@ -400,6 +400,11 @@ export default {
}]
}
},
mounted
()
{
//监听工作站切换事件
uni
.
$on
(
'switchWorkstation'
,
(
station
)
=>
{
this
.
getTaskList
();
})
},
created
()
{
//获取屏幕高度
uni
.
getSystemInfo
({
...
...
@@ -407,11 +412,7 @@ export default {
this
.
screenHeight
=
res
.
windowHeight
;
}
})
//监听工作站切换事件
uni
.
$on
(
'switchWorkstation'
,
(
station
)
=>
{
// this.reset();
this
.
getTaskList
();
})
uni
.
$on
(
'taskStatusChanged'
,
()
=>
{
this
.
getTaskList
();
//刷新任务状态
...
...
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