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
8fe9c53b
Commit
8fe9c53b
authored
Feb 02, 2021
by
jiawei.su
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
someupdate
parent
5f976c7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
AutomationController.cs
Server/Apis/Siger.ApiACC/Controllers/AutomationController.cs
+4
-2
siger_project_beat_set.cs
...dlelayer.AccRepository/Entities/siger_project_beat_set.cs
+2
-2
No files found.
Server/Apis/Siger.ApiACC/Controllers/AutomationController.cs
View file @
8fe9c53b
...
@@ -418,7 +418,8 @@ namespace Siger.ApiACC.Controllers
...
@@ -418,7 +418,8 @@ namespace Siger.ApiACC.Controllers
section
=
location
.
section
,
section
=
location
.
section
,
sn
=
location
.
sn
,
sn
=
location
.
sn
,
createtime
=
DateTime
.
Now
,
createtime
=
DateTime
.
Now
,
updatetime
=
DateTime
.
Now
updatetime
=
DateTime
.
Now
,
route
=
location
.
route
,
});
});
}
}
else
else
...
@@ -432,6 +433,7 @@ namespace Siger.ApiACC.Controllers
...
@@ -432,6 +433,7 @@ namespace Siger.ApiACC.Controllers
monitor
.
locationId
=
location
.
location
;
monitor
.
locationId
=
location
.
location
;
monitor
.
sn
=
location
.
sn
;
monitor
.
sn
=
location
.
sn
;
monitor
.
updatetime
=
DateTime
.
Now
;
monitor
.
updatetime
=
DateTime
.
Now
;
monitor
.
route
=
location
.
route
;
_automationFixtureMonitor
.
Update
(
monitor
);
_automationFixtureMonitor
.
Update
(
monitor
);
}
}
CreateTask
(
location
.
section
,
TaskActionType
.
Load
,
TaskAction
.
Step_LK_JGZX
,
location
.
fixture
,
location
.
ordernumber
,
location
.
sn
,
location
.
pn
,
location
.
productId
,
location
.
productCode
,
location
.
location
);
CreateTask
(
location
.
section
,
TaskActionType
.
Load
,
TaskAction
.
Step_LK_JGZX
,
location
.
fixture
,
location
.
ordernumber
,
location
.
sn
,
location
.
pn
,
location
.
productId
,
location
.
productCode
,
location
.
location
);
...
@@ -528,7 +530,7 @@ namespace Siger.ApiACC.Controllers
...
@@ -528,7 +530,7 @@ namespace Siger.ApiACC.Controllers
Pn
=
b
.
process_number
,
Pn
=
b
.
process_number
,
ProductId
=
b
.
product_name
.
ToInt
(),
ProductId
=
b
.
product_name
.
ToInt
(),
ProductName
=
b
.
product_name
,
ProductName
=
b
.
product_name
,
Location
=
autoLocation
.
id
,
Location
=
autoLocation
.
location
id
,
Route
=
b
.
route_number
.
ToInt
(),
Route
=
b
.
route_number
.
ToInt
(),
RouteName
=
b
.
route_name
,
RouteName
=
b
.
route_name
,
OrderNo
=
autoLocation
.
ordernumber
,
OrderNo
=
autoLocation
.
ordernumber
,
...
...
Server/Infrastructure/Repositories/Siger.Middlelayer.AccRepository/Entities/siger_project_beat_set.cs
View file @
8fe9c53b
...
@@ -67,8 +67,8 @@ namespace Siger.Middlelayer.AccRepository.Entities
...
@@ -67,8 +67,8 @@ namespace Siger.Middlelayer.AccRepository.Entities
public
int
changemodeltime
{
get
;
set
;
}
public
int
changemodeltime
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 工序
顺序
/// 工序
ID Route.Id
/// </summary>
/// </summary>
public
string
route_number
{
get
;
set
;
}
=
""
;
public
string
route_number
{
get
;
set
;
}
=
""
;
/// <summary>
/// <summary>
...
...
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