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
9991952f
Commit
9991952f
authored
Feb 22, 2021
by
jiawei.su
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
someupdate
parent
8c5d4f65
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
3 deletions
+17
-3
feedingBlanking.vue
Html/src/view/fml/operation_manage/feedingBlanking.vue
+14
-2
AutomationController.cs
Server/Apis/Siger.ApiACC/Controllers/AutomationController.cs
+1
-0
AutomationOperateController.cs
...s/Siger.ApiACC/Controllers/AutomationOperateController.cs
+2
-1
No files found.
Html/src/view/fml/operation_manage/feedingBlanking.vue
View file @
9991952f
...
...
@@ -142,7 +142,7 @@
:data=
"data2"
:columns=
"columns2"
:max-height=
"200"
style=
"width:
50
0px"
style=
"width:
68
0px"
highlight-row
@
on-current-change=
"handleRowChange1"
></Table>
...
...
@@ -316,18 +316,30 @@ export default {
},
width
:
70
,
},
{
title
:
"仓库"
,
key
:
"wavehouse"
,
width
:
70
,
},
{
title
:
"储位
编号
"
,
title
:
"储位"
,
key
:
"locationid"
,
width
:
70
,
},
{
title
:
"工装编号"
,
key
:
"code"
,
width
:
160
,
},
{
title
:
"工件编号"
,
key
:
"materialsn"
,
},
{
title
:
"下一工序"
,
key
:
"route"
,
width
:
100
,
},
],
data2
:
[],
orderDetail
:
{},
...
...
Server/Apis/Siger.ApiACC/Controllers/AutomationController.cs
View file @
9991952f
...
...
@@ -619,6 +619,7 @@ namespace Siger.ApiACC.Controllers
if
(
fullAllMachine
.
Any
()
&&
cleanMachine
.
status
==
(
int
)
Automation
.
MachineStatus
.
Waiting
)
{
Logger
.
WriteLineError
(
$"AutoProcess 清洗机空闲,创建普通设备下料到清洗机Task "
);
//清洗机上料 为 任务触发 触发
if
(
tasklist
!=
null
&&
fullAllMachine
.
Where
(
p
=>
p
.
section
==
tasklist
.
sectionid
).
Any
())
{
...
...
Server/Apis/Siger.ApiACC/Controllers/AutomationOperateController.cs
View file @
9991952f
...
...
@@ -151,7 +151,7 @@ namespace Siger.ApiACC.Controllers
{
OrderNumber
=
monitor
!=
null
?
monitor
.
ordercode
:
""
,
FixtureGuid
=
monitor
!=
null
?
monitor
.
fixtureguid
:
""
,
Fixture
Nam
e
=
monitor
!=
null
?
monitor
.
fixturename
:
""
,
Fixture
Cod
e
=
monitor
!=
null
?
monitor
.
fixturename
:
""
,
ProductCode
=
monitor
!=
null
?
monitor
.
productcode
:
""
,
ProductName
=
monitor
!=
null
?
monitor
.
productname
:
""
,
Sn
=
monitor
!=
null
?
monitor
.
sn
:
""
,
...
...
@@ -397,6 +397,7 @@ namespace Siger.ApiACC.Controllers
fixturename
=
fixtureToolsObj
.
FixtureCode
,
locationid
=
fixtureToolsObj
.
Location
,
productcode
=
plan
.
product_code
,
productname
=
plan
.
product_name
,
processid
=
0
,
programnumber
=
""
,
remark
=
"手动任务-准备上料"
,
...
...
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