Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xnr-interface
Project
Project
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
heli_wms
xnr-interface
Commits
ac5299bf
Commit
ac5299bf
authored
Nov 30, 2019
by
tank.li@mushiny.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
启动+当前任务信息
parent
a4d2f116
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
StorageLocation.java
src/main/java/com/mushiny/heli/xnr/dto/StorageLocation.java
+10
-0
InboundService.java
...ain/java/com/mushiny/heli/xnr/service/InboundService.java
+2
-0
No files found.
src/main/java/com/mushiny/heli/xnr/dto/StorageLocation.java
View file @
ac5299bf
...
...
@@ -9,6 +9,16 @@ public class StorageLocation implements java.io.Serializable{
private
String
podFace
;
private
String
locate
;
private
String
storageName
;
public
String
getStorageName
()
{
return
storageName
;
}
public
void
setStorageName
(
String
storageName
)
{
this
.
storageName
=
storageName
;
}
private
String
pName
;
public
String
getpName
()
{
...
...
src/main/java/com/mushiny/heli/xnr/service/InboundService.java
View file @
ac5299bf
...
...
@@ -289,6 +289,7 @@ public class InboundService {
baseBpo
.
addKV
(
"POD_ID"
,
storageLocation
.
getPodId
());
baseBpo
.
addKV
(
"SKUID"
,
skuId
);
baseBpo
.
addKV
(
"POD_FACE"
,
storageLocation
.
getPodFace
());
baseBpo
.
addKV
(
"STORAGENAME"
,
storageLocation
.
getLocate
());
baseBpo
.
addKV
(
"POD_LOCATE"
,
storageLocation
.
getLocate
());
baseBpo
.
addKV
(
"WORKSTATION_ID"
,
stationName
);
baseBpo
.
addKV
(
"PODINDEX"
,
storageLocation
.
getPodIndex
());
...
...
@@ -431,6 +432,7 @@ public class InboundService {
storageLocation
.
setLocate
(
locate
);
storageLocation
.
setPodFace
(
pName
.
substring
(
8
,
9
));
storageLocation
.
setPodId
(
podId
);
storageLocation
.
setStorageName
(
pName
);
storageLocation
.
setPodIndex
(
Integer
.
parseInt
(
pName
.
substring
(
1
,
8
)));
storageLocation
.
setpName
(
pName
);
}
...
...
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