Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
smf-core
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 0d941f18
由
LN
编写于
2023-04-17 14:19:51 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
盘点bug修改
1 个父辈
7d18c318
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
14 行增加
和
8 行删除
src/main/java/com/neotel/smfcore/core/selfAudit/rest/SelfAuditDeviceController.java
src/main/java/com/neotel/smfcore/custom/micron20031/MicronSpController.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/selfAudit/rest/SelfAuditDeviceController.java
查看文件 @
0d941f1
...
...
@@ -104,7 +104,7 @@ public class SelfAuditDeviceController {
}
}
//根据CID获取盘点的下一个库位
return
ResultBean
.
new
OkResult
(
"ok"
);
return
ResultBean
.
new
ErrorResult
(
101
,
"smfcore.selfAudit.noPos"
,
"盘点{0}未找到库位号"
,
new
String
[]{
selfAudit
.
getBatchNo
()}
);
}
@ApiOperation
(
"盘点: 库位已出库完成 "
)
@PostMapping
(
value
=
"/posOutEnd"
)
...
...
@@ -188,6 +188,7 @@ public class SelfAuditDeviceController {
for
(
SelfAuditItem
item
:
items
)
{
if
(
item
.
getPosName
().
equals
(
posName
))
{
findOk
=
true
;
log
.
info
(
" 盘点["
+
selfAudit
.
getBatchNo
()
+
"]库位入库完成:posName["
+
item
.
getPosName
()
+
"]barcode["
+
item
.
getBarcode
()
+
"],actualBarcode=["
+
actualBarcode
+
"]"
);
StoragePos
storagePos
=
storagePosManager
.
getByPosName
(
posName
);
...
...
src/main/java/com/neotel/smfcore/custom/micron20031/MicronSpController.java
查看文件 @
0d941f1
...
...
@@ -51,10 +51,10 @@ public class MicronSpController {
Integer
num
=
Convert
.
toInt
(
posName
.
substring
(
2
,
posName
.
length
()));
Integer
used
=
0
;
if
(
pos
.
isUsed
())
{
if
(
pos
.
isUsed
()
&&
pos
.
getBarcode
()!=
null
)
{
used
=
1
;
b
oolean
AuthoriseNg
=
pos
.
getBarcode
().
getAppendData
(
"AuthoriseNg"
)
;
if
(
AuthoriseNg
){
B
oolean
AuthoriseNg
=
pos
.
getBarcode
().
getAppendData
(
"AuthoriseNg"
)
;
if
(
AuthoriseNg
!=
null
&&
AuthoriseNg
){
used
=
2
;
}
}
...
...
src/main/resources/messages.properties
查看文件 @
0d941f1
...
...
@@ -341,6 +341,7 @@ smfcore.selfAudit.notFind=\u672A\u627E\u5230\u76D8\u70B9\u4FE1\u606F
smfcore.selfAudit.pause
=
\u
76D8
\u
70B9{0}
\u
5DF2
\u6682\u
505C
smfcore.shelf.error.orderError
=
\u
4EFB
\u
52A1
\u
4E0E
\u6307\u
5B9A
\u
5DE5
\u5355
[{0}]
\u
4E0D
\u
4E00
\u
81F4
smfcore.shelf.error.storageError
=
\u
4EFB
\u
52A1
\u
4E0E
\u6307\u
5B9A
\u6599\u
67B6[{0}]
\u
4E0D
\u
4E00
\u
81F4
smfcore.selfAudit.noPos
=
\u
76D8
\u
70B9{0}
\u
672A
\u
627E
\u5230\u
5E93
\u
4F4D
\u
53F7
#smfclient.nlp.onlyOneTray=\u4E0D\u53EF\u540C\u65F6\u653E\u5165\u591A\u76D8\u7269\u6599:{0}
#smfclient.nlp.cannotFindPos={0}\u672A\u627E\u5230\u5E93\u4F4D:{1}
#smfclient.nlp.inputOk={0}\u5165\u5E93\u5230{1}\u6210\u529F
...
...
src/main/resources/messages_en_US.properties
查看文件 @
0d941f1
...
...
@@ -339,4 +339,5 @@ smfcore.selfAudit.hasEnd=[{0}] self audit is complete
smfcore.selfAudit.notFind
=
self audit is not found
smfcore.selfAudit.pause
=
self audit {0} has Paused
smfcore.shelf.error.orderError
=
Task does not match the assigned work order [{0}]
smfcore.shelf.error.storageError
=
Task does not match the specified shelf [{0}]
\ No newline at end of file
smfcore.shelf.error.storageError
=
Task does not match the specified shelf [{0}]
smfcore.selfAudit.noPos
=
Self Audit{0}No depot number found
\ No newline at end of file
src/main/resources/messages_ja_JP.properties
查看文件 @
0d941f1
...
...
@@ -336,4 +336,5 @@ smfcore.selfAudit.hasEnd=[{0}]\u30A4\u30F3\u30D9\u30F3\u30C8\u30EA\u30FC\u5B8C\u
smfcore.selfAudit.notFind
=
\u
30A4
\u
30F3
\u
30D9
\u
30F3
\u
30C8
\u
30EA
\u
60C5
\u5831\u
304C
\u
898B
\u3064\u
304B
\u3089\u
306A
\u3044
smfcore.selfAudit.pause=
\u
30BB
\u
30EB
\u
30D5
\u
30C6
\u
30B9
\u
30C8{0}
\u
304C
\u
4E2D
\u
65AD
\u3055\u
308C
\u
307E
\u3057\u
305F
smfcore.shelf.error.orderError
=
\u
4EFB
\u
52A1
\u
4E0E
\u6307\u
5B9A
\u
5DE5
\u5355
[{0}]
\u
4E0D
\u
4E00
\u
81F4
smfcore.shelf.error.storageError
=
\u
4EFB
\u
52A1
\u
4E0E
\u6307\u
5B9A
\u6599\u
67B6[{0}]
\u
4E0D
\u
4E00
\u
81F4
\ No newline at end of file
smfcore.shelf.error.storageError
=
\u
4EFB
\u
52A1
\u
4E0E
\u6307\u
5B9A
\u6599\u
67B6[{0}]
\u
4E0D
\u
4E00
\u
81F4
smfcore.selfAudit.noPos
=
\u
76D8
\u
70B9{0}
\u
672A
\u
627E
\u5230\u
5E93
\u
4F4D
\u
53F7
\ No newline at end of file
src/main/resources/messages_zh_CN.properties
查看文件 @
0d941f1
...
...
@@ -336,4 +336,5 @@ smfcore.selfAudit.hasEnd=[{0}]\u76D8\u70B9\u5DF2\u5B8C\u6210
smfcore.selfAudit.notFind
=
\u
672A
\u
627E
\u5230\u
76D8
\u
70B9
\u
4FE1
\u
606F
smfcore.selfAudit.pause
=
\u
76D8
\u
70B9{0}
\u
5DF2
\u6682\u
505C
smfcore.shelf.error.orderError
=
\u
4EFB
\u
52A1
\u
4E0E
\u6307\u
5B9A
\u
5DE5
\u5355
[{0}]
\u
4E0D
\u
4E00
\u
81F4
smfcore.shelf.error.storageError
=
\u
4EFB
\u
52A1
\u
4E0E
\u6307\u
5B9A
\u6599\u
67B6[{0}]
\u
4E0D
\u
4E00
\u
81F4
\ No newline at end of file
smfcore.shelf.error.storageError
=
\u
4EFB
\u
52A1
\u
4E0E
\u6307\u
5B9A
\u6599\u
67B6[{0}]
\u
4E0D
\u
4E00
\u
81F4
smfcore.selfAudit.noPos
=
\u
76D8
\u
70B9{0}
\u
672A
\u
627E
\u5230\u
5E93
\u
4F4D
\u
53F7
\ No newline at end of file
src/main/resources/messages_zh_TW.properties
查看文件 @
0d941f1
...
...
@@ -337,4 +337,5 @@ smfcore.selfAudit.hasEnd=[{0}]\u76E4\u9EDE\u5DF2\u5B8C\u6210
smfcore.selfAudit.notFind
=
\u
672A
\u
627E
\u5230\u
76E4
\u
9EDE
\u
4FE1
\u
606F
smfcore.selfAudit.pause
=
\u
76E4
\u
9EDE{0}
\u
5DF2
\u
66AB
\u
505C
smfcore.shelf.error.orderError
=
\u
4EFB
\u
52D9
\u8207\u6307\u
5B9A
\u
5DE5
\u
55AE[{0}]
\u
4E0D
\u
4E00
\u
81F4
smfcore.shelf.error.storageError
=
\u
4EFB
\u
52D9
\u8207\u6307\u
5B9A
\u6599\u
67B6[{0}]
\u
4E0D
\u
4E00
\u
81F4
\ No newline at end of file
smfcore.shelf.error.storageError
=
\u
4EFB
\u
52D9
\u8207\u6307\u
5B9A
\u6599\u
67B6[{0}]
\u
4E0D
\u
4E00
\u
81F4
smfcore.selfAudit.noPos
=
\u
76E4
\u
9EDE{0}
\u
672A
\u
627E
\u5230\u
5EAB
\u
4F4D
\u
865F
\ No newline at end of file
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论