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
38f5f173
Commit
38f5f173
authored
Jan 23, 2021
by
yiyu.li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
687af983
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
3 deletions
+21
-3
feedingBlanking.vue
Html/src/view/fml/operation_manage/feedingBlanking.vue
+12
-2
assemblyInfo.vue
Html/src/view/fms/associate/assemblyInfo.vue
+9
-1
No files found.
Html/src/view/fml/operation_manage/feedingBlanking.vue
View file @
38f5f173
...
@@ -94,7 +94,11 @@
...
@@ -94,7 +94,11 @@
orderDetail
.
fixtureGuid
orderDetail
.
fixtureGuid
}}
</span>
}}
</span>
</p>
</p>
<Button
type=
"primary"
@
click=
"modal = true"
>
储位选择
</Button
>
</div>
</div>
<div>
<div>
<Button
type=
"primary"
@
click=
"feedReady()"
<Button
type=
"primary"
@
click=
"feedReady()"
>
准备上料
</Button
>
准备上料
</Button
...
@@ -217,6 +221,7 @@
...
@@ -217,6 +221,7 @@
type=
"primary"
type=
"primary"
size=
"large"
size=
"large"
v-text=
"$t('1011')"
v-text=
"$t('1011')"
@
click=
"modal = false"
>
提交
</Button
>
提交
</Button
>
>
</div>
</div>
...
@@ -391,9 +396,11 @@ export default {
...
@@ -391,9 +396,11 @@ export default {
}
}
let
data
=
{
let
data
=
{
section
:
this
.
sectionid
,
section
:
this
.
sectionid
,
code
:
this
.
orderDetail
.
fixtureGuid
,
code
:
this
.
orderDetail
.
orderNumber
,
guid
:
this
.
orderDetail
.
fixtureGuid
,
locationid
:
this
.
orderDetail
.
location
};
};
this
.
request
(
"/acc/AutomationOperate/Loading"
,
data
,
"post"
).
th
ne
(
this
.
request
(
"/acc/AutomationOperate/Loading"
,
data
,
"post"
).
th
en
(
(
res
)
=>
{
(
res
)
=>
{
if
(
res
.
data
.
ret
==
1
)
{
if
(
res
.
data
.
ret
==
1
)
{
console
.
log
(
res
.
data
.
data
);
console
.
log
(
res
.
data
.
data
);
...
@@ -416,6 +423,9 @@ export default {
...
@@ -416,6 +423,9 @@ export default {
},
},
handleRowChange
(
currentRow
,
oldCurrentRow
)
{
handleRowChange
(
currentRow
,
oldCurrentRow
)
{
this
.
detailobj
=
currentRow
;
this
.
detailobj
=
currentRow
;
this
.
orderDetail
.
fixtureGuid
=
this
.
detailobj
.
fixtureguid
;
this
.
orderDetail
.
location
=
this
.
detailobj
.
locationid
;
},
},
request
(
url
,
data
,
type
)
{
request
(
url
,
data
,
type
)
{
if
(
type
==
"get"
)
{
if
(
type
==
"get"
)
{
...
...
Html/src/view/fms/associate/assemblyInfo.vue
View file @
38f5f173
...
@@ -379,6 +379,7 @@ export default {
...
@@ -379,6 +379,7 @@ export default {
created
()
{
created
()
{
this
.
columns1
=
this
.
$time
.
initTableTitle
(
this
.
columns1
);
this
.
columns1
=
this
.
$time
.
initTableTitle
(
this
.
columns1
);
this
.
initFrockType
();
this
.
initFrockType
();
this
.
search
(
1
,
10
)
},
},
methods
:
{
methods
:
{
search
(
page
,
pagesize
)
{
search
(
page
,
pagesize
)
{
...
@@ -402,6 +403,13 @@ export default {
...
@@ -402,6 +403,13 @@ export default {
});
});
},
},
add
()
{
add
()
{
this
.
parentType
=
[];
this
.
parentId
=
0
;
this
.
sonType
=
[];
this
.
sonId
=
0
;
this
.
remark
=
''
;
this
.
fileurl
=
''
;
this
.
filename
=
''
;
this
.
modal
=
true
;
this
.
modal
=
true
;
this
.
type
=
1
;
this
.
type
=
1
;
},
},
...
@@ -413,7 +421,7 @@ export default {
...
@@ -413,7 +421,7 @@ export default {
filename
:
this
.
filename
,
//附件名称
filename
:
this
.
filename
,
//附件名称
status
:
1
,
status
:
1
,
};
};
this
.
request
(
"/acc/
AutomationLocation
/Add"
,
data
,
"post"
).
then
(
this
.
request
(
"/acc/
FixtureToolsAssembly
/Add"
,
data
,
"post"
).
then
(
(
res
)
=>
{
(
res
)
=>
{
if
(
res
.
data
.
ret
==
1
)
{
if
(
res
.
data
.
ret
==
1
)
{
}
else
{
}
else
{
...
...
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