Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
smf-core
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 8d0266a7
由
LN
编写于
2021-11-19 16:01:45 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
bug修改
1 个父辈
04952336
显示空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
14 行增加
和
2 行删除
src/main/java/com/neotel/smfcore/core/kanban/rest/BoxKanbanController.java
src/main/java/com/neotel/smfcore/core/storage/enums/DeviceType.java
src/main/java/com/neotel/smfcore/hella/handler/HellaServiceHandler.java
src/main/resources/messages.properties
src/main/resources/messages_en_US.properties
src/main/resources/messages_ja_JP.properties
src/main/resources/messages_zh_CN.properties
src/main/resources/messages_zh_TW.properties
src/main/java/com/neotel/smfcore/core/kanban/rest/BoxKanbanController.java
查看文件 @
8d0266a
...
...
@@ -276,6 +276,8 @@ public class BoxKanbanController {
for
(
String
cid
:
cids
)
{
List
<
List
<
String
>>
objects
=
DevicesStatusUtil
.
getDeviceData
(
cid
);
// List<String> hasReelPosErrorList =new ArrayList<>();
// List<String> noReelPosErrorList =new ArrayList<>();
List
<
String
>
hasReelPosErrorList
=
Arrays
.
asList
(
new
String
[]{
"4D1112AA0014"
,
"4D0603BB0012"
,
"4D0303AA0015"
});
List
<
String
>
noReelPosErrorList
=
Arrays
.
asList
(
new
String
[]{
"4D0601AA0002"
,
"4D0601BB0001"
,
"4D0601BB0003"
});
if
(
objects
!=
null
&&
objects
.
size
()==
2
){
...
...
src/main/java/com/neotel/smfcore/core/storage/enums/DeviceType.java
查看文件 @
8d0266a
...
...
@@ -95,6 +95,11 @@ public enum DeviceType {
SMD_XLC
(
"storage.type.smdXlc"
),
/**
* 15 放料盘的方仓
*/
SMD_XLR
(
"storage.type.smdXlr"
),
/**
* 15 (默认料仓)
*/
DEFAULT
(
"storage.type.default"
)
...
...
src/main/java/com/neotel/smfcore/hella/handler/HellaServiceHandler.java
查看文件 @
8d0266a
...
...
@@ -127,8 +127,8 @@ public class HellaServiceHandler extends IoHandlerAdapter implements ITaskListen
commandMap
.
put
(
command
.
getEventId
(),
command
);
log
.
info
(
"发送检查物料条码请求:"
+
command
.
toReqMsg
());
//
ResultBean resultBean = HellaTcpClient.sendMsg(command.toReqMsg());
ResultBean
resultBean
=
testCheckOK
(
command
);
ResultBean
resultBean
=
HellaTcpClient
.
sendMsg
(
command
.
toReqMsg
());
//
ResultBean resultBean = testCheckOK(command);
resultBean
.
setMsg
(
"Check Material result:"
+
resultBean
.
getMsg
());
return
resultBean
;
}
...
...
src/main/resources/messages.properties
查看文件 @
8d0266a
...
...
@@ -121,6 +121,7 @@ smfcode.materialBox.noReel=\u6599\u76D2\u4E2D\u672A\u627E\u5230\u5BF9\u5E94\u726
smfcode.materialBox.boxNoReel
=
\u6599\u
76D2
\u
4E2D
\u
65E0
\u7269\u6599
smfcode.materialBox.inPos
=
\u7269\u6599\u
5DF2
\u5728\u
5E93
\u
4F4D{0}
\u
4E2D
smfcode.materialBox.inOtherBox
=
\u7269\u6599\u
5DF2
\u5728\u6599\u
76D2{0}
\u
4E2D
smfcore.materialBox
=
\u6599\u
76D2
\u
64CD
\u
4F5C
...
...
src/main/resources/messages_en_US.properties
查看文件 @
8d0266a
...
...
@@ -121,3 +121,4 @@ smfcode.materialBox.noReel=The corresponding material is not found in the materi
smfcode.materialBox.boxNoReel
=
No material in the cassette
smfcode.materialBox.inPos
=
The material is already in the storage space {0}
smfcode.materialBox.inOtherBox
=
The material is already in the cassette {0}
smfcore.materialBox
=
Cassette operation
src/main/resources/messages_ja_JP.properties
查看文件 @
8d0266a
...
...
@@ -121,3 +121,4 @@ smfcode.materialBox.noReel=\u30AB\u30BB\u30C3\u30C8\u5185\u306B\u8A72\u5F53\u305
smfcode.materialBox.boxNoReel
=
\u
30AB
\u
30BB
\u
30C3
\u
30C8
\u
306B
\u
7D20
\u6750\u
304C
\u
306A
\u3044
smfcode.materialBox.inPos
=
\u3059\u3067\u
306B
\u5728\u
5EAB
\u
306E
\u3042\u
308B
\u
7D20
\u6750
{0}
smfcode.materialBox.inOtherBox
=
\u
30AB
\u
30BB
\u
30C3
\u
30C8
\u
306B
\u
65E2
\u
306B
\u5165\u3063\u3066\u3044\u
308B
\u
7D20
\u6750
{0}
smfcore.materialBox
=
\u
30AB
\u
30BB
\u
30C3
\u
30C8
\u
64CD
\u
4F5C
\ No newline at end of file
src/main/resources/messages_zh_CN.properties
查看文件 @
8d0266a
...
...
@@ -121,3 +121,4 @@ smfcode.materialBox.noReel=\u6599\u76D2\u4E2D\u672A\u627E\u5230\u5BF9\u5E94\u726
smfcode.materialBox.boxNoReel
=
\u6599\u
76D2
\u
4E2D
\u
65E0
\u7269\u6599
smfcode.materialBox.inPos
=
\u7269\u6599\u
5DF2
\u5728\u
5E93
\u
4F4D{0}
\u
4E2D
smfcode.materialBox.inOtherBox
=
\u7269\u6599\u
5DF2
\u5728\u6599\u
76D2{0}
\u
4E2D
smfcore.materialBox
=
\u6599\u
76D2
\u
64CD
\u
4F5C
\ No newline at end of file
src/main/resources/messages_zh_TW.properties
查看文件 @
8d0266a
...
...
@@ -121,3 +121,4 @@ smfcode.materialBox.noReel=\u6599\u76D2\u4E2D\u672A\u627E\u5230\u5C0D\u61C9\u726
smfcode.materialBox.boxNoReel
=
\u6599\u
76D2
\u
4E2D
\u7121\u7269\u6599
smfcode.materialBox.inPos
=
\u7269\u6599\u
5DF2
\u5728\u
5EAB
\u
4F4D{0}
\u
4E2D
smfcode.materialBox.inOtherBox
=
\u7269\u6599\u
5DF2
\u5728\u6599\u
76D2{0}
\u
4E2D
smfcore.materialBox
=
\u6599\u
76D2
\u
64CD
\u
4F5C
\ No newline at end of file
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论