Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-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
周远喜
mes-ui
Commits
025cb5b7
Commit
025cb5b7
authored
Mar 31, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setProcess/process...
parent
90462a65
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
18 deletions
+18
-18
index.vue
pages/processDesign/Process/index.vue
+5
-5
index.vue
pages/processDesign/productTree/index.vue
+2
-2
index.vue
pages/processManage/Process/index.vue
+5
-5
index.vue
pages/processManage/setProcess/index.vue
+5
-5
add.vue
pages/resource/material/powder/add.vue
+1
-1
No files found.
pages/processDesign/Process/index.vue
View file @
025cb5b7
...
...
@@ -8,7 +8,7 @@
<Tree
:data=
"searchList"
:style=
"
{height:(treeHeight-
9
5)+'px'}"
:style=
"
{height:(treeHeight-
11
5)+'px'}"
style="overflow:auto;width:215px;"
@on-select-change="selectTreeNode"
>
</Tree>
...
...
@@ -422,8 +422,8 @@ export default {
}
},
created
()
{
this
.
treeHeight
=
window
.
innerHeight
-
1
0
0
this
.
tableHeight
=
window
.
innerHeight
-
19
0
this
.
treeHeight
=
window
.
innerHeight
-
1
5
0
this
.
tableHeight
=
window
.
innerHeight
-
22
0
this
.
loaddata
()
this
.
getapprovalStatusdata
()
},
...
...
@@ -435,8 +435,8 @@ export default {
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
return
(()
=>
{
this
.
treeHeight
=
window
.
innerHeight
-
1
0
0
this
.
tableHeight
=
window
.
innerHeight
-
19
0
this
.
treeHeight
=
window
.
innerHeight
-
1
5
0
this
.
tableHeight
=
window
.
innerHeight
-
22
0
})()
}
},
...
...
pages/processDesign/productTree/index.vue
View file @
025cb5b7
...
...
@@ -611,12 +611,12 @@ export default {
},
created
(){
this
.
loadProduct
()
this
.
divHeihgt
=
window
.
innerHeight
-
1
0
0
+
"px"
;
this
.
divHeihgt
=
window
.
innerHeight
-
1
3
0
+
"px"
;
},
mounted
()
{
window
.
onresize
=
()
=>
{
return
(()
=>
{
this
.
divHeihgt
=
window
.
innerHeight
-
1
0
0
+
"px"
;
this
.
divHeihgt
=
window
.
innerHeight
-
1
3
0
+
"px"
;
})()
}
},
...
...
pages/processManage/Process/index.vue
View file @
025cb5b7
...
...
@@ -8,7 +8,7 @@
<Tree
:data=
"searchList"
:style=
"
{height:(treeHeight-
9
5)+'px'}"
:style=
"
{height:(treeHeight-
11
5)+'px'}"
style="overflow:auto;width:215px;"
@on-select-change="selectTreeNode"
>
</Tree>
...
...
@@ -408,8 +408,8 @@ export default {
}
},
created
()
{
this
.
treeHeight
=
window
.
innerHeight
-
1
0
0
this
.
tableHeight
=
window
.
innerHeight
-
19
0
this
.
treeHeight
=
window
.
innerHeight
-
1
5
0
this
.
tableHeight
=
window
.
innerHeight
-
23
0
this
.
loaddata
()
this
.
getapprovalStatusdata
()
},
...
...
@@ -421,8 +421,8 @@ export default {
window
.
onresize
=
()
=>
{
///浏览器窗口大小变化
return
(()
=>
{
this
.
treeHeight
=
window
.
innerHeight
-
1
0
0
this
.
tableHeight
=
window
.
innerHeight
-
19
0
this
.
treeHeight
=
window
.
innerHeight
-
1
5
0
this
.
tableHeight
=
window
.
innerHeight
-
23
0
})()
}
},
...
...
pages/processManage/setProcess/index.vue
View file @
025cb5b7
...
...
@@ -8,7 +8,7 @@
<Tree
:data=
"searchList"
:style=
"
{height:(treeHeight-
9
5)+'px'}"
:style=
"
{height:(treeHeight-
11
5)+'px'}"
style="overflow:auto;width:215px;"
@on-select-change="selectTreeNode"
>
</Tree>
...
...
@@ -630,8 +630,8 @@ export default {
}
},
created
()
{
this
.
treeHeight
=
window
.
innerHeight
-
1
0
0
this
.
tableHeight
=
window
.
innerHeight
-
2
4
0
this
.
treeHeight
=
window
.
innerHeight
-
1
5
0
this
.
tableHeight
=
window
.
innerHeight
-
2
3
0
this
.
newColumn
=
this
.
historycolumn
this
.
column
=
this
.
newColumn
this
.
loaddata
(
''
)
...
...
@@ -645,8 +645,8 @@ export default {
///浏览器窗口大小变化
return
(()
=>
{
window
.
screenHeight
=
window
.
innerHeight
this
.
treeHeight
=
window
.
screenHeight
-
1
0
0
this
.
tableHeight
=
window
.
screenHeight
-
2
4
0
this
.
treeHeight
=
window
.
screenHeight
-
1
5
0
this
.
tableHeight
=
window
.
screenHeight
-
2
3
0
})()
}
},
...
...
pages/resource/material/powder/add.vue
View file @
025cb5b7
...
...
@@ -131,7 +131,7 @@ export default {
entity
:
{
totalInventory
:
null
,
unitPrice
:
null
,
creator
:
parseInt
(
JSON
.
parse
(
sessionStorage
.
getItem
(
'userInfo'
)).
userId
)
},
rules
:
{
storeTitle
:
[
...
...
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