Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
Laisi_AutoMES2
Overview
Overview
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
jiawei.su
Laisi_AutoMES2
Commits
a1303788
Commit
a1303788
authored
Feb 05, 2021
by
xin.yang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://test.siger-data.com:9000/jiawei.su/Laisi_AutoMES2
parents
c5ad9b97
58359ff3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
feedingBlanking.vue
Html/src/view/fml/operation_manage/feedingBlanking.vue
+1
-1
taskList.vue
Html/src/view/fml/statistical_analysis/taskList.vue
+10
-1
No files found.
Html/src/view/fml/operation_manage/feedingBlanking.vue
View file @
a1303788
...
...
@@ -505,7 +505,7 @@ export default {
feedReady
()
{
// 准备上料
if
(
this
.
sectionid
==
0
)
{
this
.
$Message
.
error
(
"请选择工位"
);
this
.
$Message
.
error
(
"请选择
生产线、
工位"
);
return
false
;
}
let
data
=
{
...
...
Html/src/view/fml/statistical_analysis/taskList.vue
View file @
a1303788
...
...
@@ -10,6 +10,7 @@
class=
"searchSelect"
:data=
"datalevel"
:value=
"leveldata"
@
on-change=
"getSectionId"
></Cascader>
</div>
<div
class=
"filter"
>
...
...
@@ -300,6 +301,7 @@ export default {
startTime
:
[],
endTime
:
[],
detailobj
:
{},
sectionid
:
0
};
},
created
()
{
...
...
@@ -311,7 +313,7 @@ export default {
methods
:
{
search
(
page
,
pagesize
)
{
let
params
=
{
section
:
this
.
section
I
d
,
section
:
this
.
section
i
d
,
tasktype
:
this
.
taskType
,
productCode
:
this
.
productCode
,
sn
:
this
.
sn
,
...
...
@@ -340,6 +342,13 @@ export default {
this
.
total
=
res
.
data
.
data
.
total
;
});
},
getSectionId
(
val
)
{
this
.
leveldata
=
val
;
this
.
sectionid
=
this
.
leveldata
.
length
>
0
?
this
.
leveldata
[
this
.
leveldata
.
length
-
1
]
:
0
;
},
cancel
()
{
console
.
log
(
this
.
detailobj
);
if
(
!
this
.
detailobj
.
id
)
{
...
...
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