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
8fb434f0
Commit
8fb434f0
authored
May 11, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
进度汇报--工单列表title&search
parent
aa330f15
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
package-lock.json
package-lock.json
+2
-4
execute.less
pages/produce/execute/execute.less
+2
-0
index.vue
pages/produce/execute/index.vue
+3
-3
No files found.
package-lock.json
View file @
8fb434f0
...
...
@@ -9538,8 +9538,7 @@
"dependencies"
:
{
"deepmerge"
:
{
"version"
:
"2.2.1"
,
"resolved"
:
"https://registry.npmjs.org/deepmerge/-/deepmerge-2.2.1.tgz"
,
"integrity"
:
"sha512-R9hc1Xa/NOBi9WRVUWg19rl1UB7Tt4kuPd+thNJgFZoxXsTz7ncaPaeIm+40oSGuP33DfMb4sZt1QIGiJzC4EA=="
"bundled"
:
true
}
}
},
...
...
@@ -19891,8 +19890,7 @@
"version"
:
"4.0.8"
,
"resolved"
:
"https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz"
,
"integrity"
:
"sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ="
,
"dev"
:
true
,
"optional"
:
true
"dev"
:
true
},
"rx-lite-aggregates"
:
{
"version"
:
"4.0.8"
,
...
...
pages/produce/execute/execute.less
View file @
8fb434f0
...
...
@@ -83,6 +83,8 @@
border: none;
.header {
height: 34px;
margin: 0 -16px;
padding: 0 15px 0;
border-bottom: 1px solid #ccc;
}
.select_t{
...
...
pages/produce/execute/index.vue
View file @
8fb434f0
...
...
@@ -130,10 +130,10 @@ export default {
this
.
$Message
.
success
(
"开工..."
)
},
searchOrder
(
value
){
let
allList
=
this
.
listTask
;
let
allList
=
this
.
$refs
.
orderlist
.
listTask
;
let
newitems
=
[];
if
(
value
==
"全部"
){
this
.
loadTree
();
this
.
$refs
.
orderlist
.
loadTree
();
}
else
{
allList
.
map
((
u
,
i
)
=>
{
// console.log(i,":",u)
...
...
@@ -141,7 +141,7 @@ export default {
newitems
.
push
(
u
)
}
})
this
.
listTasks
=
newitems
this
.
$refs
.
orderlist
.
listTasks
=
newitems
}
},
},
...
...
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