Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
smf-core
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 32865016
由
张少辉
编写于
2026-02-02 16:01:03 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
uid出库导出增加供应商字段
1 个父辈
7591be90
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
16 行增加
和
6 行删除
src/main/java/com/neotel/smfcore/core/storage/rest/StoragePosController.java
src/main/resources/messages.properties
src/main/resources/messages_de_DE.properties
src/main/resources/messages_en_US.properties
src/main/resources/messages_fr_FR.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/storage/rest/StoragePosController.java
查看文件 @
3286501
...
@@ -512,6 +512,7 @@ public class StoragePosController {
...
@@ -512,6 +512,7 @@ public class StoragePosController {
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.storagePos.proDate"
,
locale
,
"生产日期"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.storagePos.proDate"
,
locale
,
"生产日期"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.storagePos.expireDate"
,
locale
,
"过期时间"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.storagePos.expireDate"
,
locale
,
"过期时间"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.storagePos.batch"
,
locale
,
"物料批次"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.storagePos.batch"
,
locale
,
"物料批次"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.storagePos.provider"
,
locale
,
"供应商"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.storagePos.posName"
,
locale
,
"库位号"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.storagePos.posName"
,
locale
,
"库位号"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.storagePos.lockName"
,
locale
,
"工单号"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.storagePos.lockName"
,
locale
,
"工单号"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.storagePos.amount"
,
locale
,
"数量"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.storagePos.amount"
,
locale
,
"数量"
)));
...
@@ -547,6 +548,7 @@ public class StoragePosController {
...
@@ -547,6 +548,7 @@ public class StoragePosController {
data
.
add
(
proDate
);
data
.
add
(
proDate
);
data
.
add
(
expireDate
);
data
.
add
(
expireDate
);
data
.
add
(
barcode
.
getBatch
());
data
.
add
(
barcode
.
getBatch
());
data
.
add
(
barcode
.
getProvider
());
data
.
add
(
pos
.
getPosName
());
data
.
add
(
pos
.
getPosName
());
data
.
add
(
barcode
.
getLockName
());
data
.
add
(
barcode
.
getLockName
());
data
.
add
(
barcode
.
getAmount
());
data
.
add
(
barcode
.
getAmount
());
...
@@ -576,6 +578,7 @@ public class StoragePosController {
...
@@ -576,6 +578,7 @@ public class StoragePosController {
subData
.
add
(
subCodeProDate
);
subData
.
add
(
subCodeProDate
);
subData
.
add
(
subCodeExpireDate
);
subData
.
add
(
subCodeExpireDate
);
subData
.
add
(
subCode
.
getBatch
());
subData
.
add
(
subCode
.
getBatch
());
subData
.
add
(
subCode
.
getProvider
());
subData
.
add
(
pos
.
getPosName
()+
"("
+
barcode
.
getBarcode
()+
")"
);
subData
.
add
(
pos
.
getPosName
()+
"("
+
barcode
.
getBarcode
()+
")"
);
subData
.
add
(
subCode
.
getLockName
());
subData
.
add
(
subCode
.
getLockName
());
subData
.
add
(
subCode
.
getAmount
());
subData
.
add
(
subCode
.
getAmount
());
...
...
src/main/resources/messages.properties
查看文件 @
3286501
...
@@ -188,6 +188,7 @@ smfcore.storagePos.lockName=\u5DE5\u5355\u53F7
...
@@ -188,6 +188,7 @@ smfcore.storagePos.lockName=\u5DE5\u5355\u53F7
smfcore.storagePos.amount
=
\u6570\u
91CF
smfcore.storagePos.amount
=
\u6570\u
91CF
smfcore.storagePos.putInTime
=
\u9996\u
6B21
\u5165\u
5E93
\u
65F6
\u
95F4
smfcore.storagePos.putInTime
=
\u9996\u
6B21
\u5165\u
5E93
\u
65F6
\u
95F4
smfcore.storagePos.putInDate
=
\u5165\u
5E93
\u
65F6
\u
95F4
smfcore.storagePos.putInDate
=
\u5165\u
5E93
\u
65F6
\u
95F4
smfcore.storagePos.provider
=
\u
4F9B
\u
5E94
\u5546
smfcore.inventory.partNumber
=
\u7269\u6599\u
7F16
\u
53F7
smfcore.inventory.partNumber
=
\u7269\u6599\u
7F16
\u
53F7
smfcore.inventory.count
=
\u6570\u
91CF
smfcore.inventory.count
=
\u6570\u
91CF
smfcore.inventory.lockReel
=
\u9501\u
5B9A
smfcore.inventory.lockReel
=
\u9501\u
5B9A
...
...
src/main/resources/messages_de_DE.properties
查看文件 @
3286501
...
@@ -451,4 +451,5 @@ smfcore.reelPosMove.paramerror=Incomplete Parameter
...
@@ -451,4 +451,5 @@ smfcore.reelPosMove.paramerror=Incomplete Parameter
smfcore.reelPosMove.posIsNull
=
Lagerort [{1}] ist leer
smfcore.reelPosMove.posIsNull
=
Lagerort [{1}] ist leer
smfcore.liteOrder.exist
=
Bedarfsauftrag {0} existiert bereits
smfcore.liteOrder.exist
=
Bedarfsauftrag {0} existiert bereits
smfcore.reelPosMove.barcodeError
=
Der Barcode des Lagerorts {0} ist {1}, nicht identisch mit dem Umzugscode {1}
smfcore.reelPosMove.barcodeError
=
Der Barcode des Lagerorts {0} ist {1}, nicht identisch mit dem Umzugscode {1}
smfcore.barcode.notFindFeerder
=
Stationsinformation [{0}] nicht gefunden
\ No newline at end of file
\ No newline at end of file
smfcore.barcode.notFindFeerder
=
Stationsinformation [{0}] nicht gefunden
smfcore.storagePos.provider
=
Lieferant
src/main/resources/messages_en_US.properties
查看文件 @
3286501
...
@@ -452,4 +452,5 @@ smfcore.reelPosMove.paramerror=Incomplete parameters
...
@@ -452,4 +452,5 @@ smfcore.reelPosMove.paramerror=Incomplete parameters
smfcore.reelPosMove.posIsNull
=
Location [{1}] is empty
smfcore.reelPosMove.posIsNull
=
Location [{1}] is empty
smfcore.liteOrder.exist
=
Requirement order {0} already exists
smfcore.liteOrder.exist
=
Requirement order {0} already exists
smfcore.reelPosMove.barcodeError
=
Location {0} barcode is {1}, inconsistent with the transfer barcode {1}
smfcore.reelPosMove.barcodeError
=
Location {0} barcode is {1}, inconsistent with the transfer barcode {1}
smfcore.barcode.notFindFeerder
=
Station information [{0}] not found
\ No newline at end of file
\ No newline at end of file
smfcore.barcode.notFindFeerder
=
Station information [{0}] not found
smfcore.storagePos.provider
=
Provider
src/main/resources/messages_fr_FR.properties
查看文件 @
3286501
...
@@ -451,4 +451,5 @@ smfcore.reelPosMove.paramerror=Param\u00E8tres incomplets
...
@@ -451,4 +451,5 @@ smfcore.reelPosMove.paramerror=Param\u00E8tres incomplets
smfcore.reelPosMove.posIsNull
=
L'emplacement [{1}] est vide
smfcore.reelPosMove.posIsNull
=
L'emplacement [{1}] est vide
smfcore.liteOrder.exist
=
Le bon de commande {0} existe d
\u
00E9j
\u
00E0
smfcore.liteOrder.exist
=
Le bon de commande {0} existe d
\u
00E9j
\u
00E0
smfcore.reelPosMove.barcodeError
=
Le code-barres de l'emplacement {0} est {1}, incompatible avec le code-barres de transfert {1}
smfcore.reelPosMove.barcodeError
=
Le code-barres de l'emplacement {0} est {1}, incompatible avec le code-barres de transfert {1}
smfcore.barcode.notFindFeerder
=
Informations de station [{0}] non trouv
\u
00E9es
\ No newline at end of file
\ No newline at end of file
smfcore.barcode.notFindFeerder
=
Informations de station [{0}] non trouv
\u
00E9es
smfcore.storagePos.provider
=
Fournisseur
src/main/resources/messages_ja_JP.properties
查看文件 @
3286501
...
@@ -448,4 +448,5 @@ smfcore.reelPosMove.paramerror=\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u4E0D\u5B8C\
...
@@ -448,4 +448,5 @@ smfcore.reelPosMove.paramerror=\u30D1\u30E9\u30E1\u30FC\u30BF\u304C\u4E0D\u5B8C\
smfcore.reelPosMove.posIsNull
=
\u
5EAB
\u
4F4D [{1}]
\u
304C
\u
7A7A
\u3067\u3059
smfcore.reelPosMove.posIsNull
=
\u
5EAB
\u
4F4D [{1}]
\u
304C
\u
7A7A
\u3067\u3059
smfcore.liteOrder.exist
=
\u8981\u
6C42
\u5358
{0}
\u
306F
\u
65E2
\u
306B
\u
5B58
\u5728\u3057\u
307E
\u3059
smfcore.liteOrder.exist
=
\u8981\u
6C42
\u5358
{0}
\u
306F
\u
65E2
\u
306B
\u
5B58
\u5728\u3057\u
307E
\u3059
smfcore.reelPosMove.barcodeError
=
\u
5EAB
\u
4F4D {0}
\u
306E
\u
30D0
\u
30FC
\u
30B3
\u
30FC
\u
30C9
\u
306F {1}
\u3067\u3001\u
79FB
\u
5EAB
\u
30D0
\u
30FC
\u
30B3
\u
30FC
\u
30C9 {1}
\u3068\u
4E0D
\u
4E00
\u
81F4
\u3067\u3059
smfcore.reelPosMove.barcodeError
=
\u
5EAB
\u
4F4D {0}
\u
306E
\u
30D0
\u
30FC
\u
30B3
\u
30FC
\u
30C9
\u
306F {1}
\u3067\u3001\u
79FB
\u
5EAB
\u
30D0
\u
30FC
\u
30B3
\u
30FC
\u
30C9 {1}
\u3068\u
4E0D
\u
4E00
\u
81F4
\u3067\u3059
smfcore.barcode.notFindFeerder
=
[{0}]
\u
30B9
\u
30C6
\u
30FC
\u
30B7
\u
30E7
\u
30F3
\u
60C5
\u5831\u
304C
\u
898B
\u3064\u
304B
\u
308A
\u
307E
\u
305B
\u3093
\ No newline at end of file
\ No newline at end of file
smfcore.barcode.notFindFeerder
=
[{0}]
\u
30B9
\u
30C6
\u
30FC
\u
30B7
\u
30E7
\u
30F3
\u
60C5
\u5831\u
304C
\u
898B
\u3064\u
304B
\u
308A
\u
307E
\u
305B
\u3093
smfcore.storagePos.provider
=
\u
4F9B
\u
7D66
\u8005
src/main/resources/messages_zh_CN.properties
查看文件 @
3286501
...
@@ -448,4 +448,5 @@ smfcore.reelPosMove.paramerror=\u53C2\u6570\u4E0D\u5B8C\u6574
...
@@ -448,4 +448,5 @@ smfcore.reelPosMove.paramerror=\u53C2\u6570\u4E0D\u5B8C\u6574
smfcore.reelPosMove.posIsNull
=
\u
5E93
\u
4F4D[{1}]
\u
4E3A
\u
7A7A
smfcore.reelPosMove.posIsNull
=
\u
5E93
\u
4F4D[{1}]
\u
4E3A
\u
7A7A
smfcore.liteOrder.exist
=
\u9700\u
6C42
\u5355
{0}
\u
5DF2
\u
5B58
\u5728
smfcore.liteOrder.exist
=
\u9700\u
6C42
\u5355
{0}
\u
5DF2
\u
5B58
\u5728
smfcore.reelPosMove.barcodeError
=
\u
5E93
\u
4F4D{0}
\u6761\u7801\u
4E3A{1}
\u
FF0C
\u
4E0E
\u
79FB
\u
5E93
\u6761\u7801
{1}
\u
4E0D
\u
4E00
\u
81F4
smfcore.reelPosMove.barcodeError
=
\u
5E93
\u
4F4D{0}
\u6761\u7801\u
4E3A{1}
\u
FF0C
\u
4E0E
\u
79FB
\u
5E93
\u6761\u7801
{1}
\u
4E0D
\u
4E00
\u
81F4
smfcore.barcode.notFindFeerder
=
\u
672A
\u
627E
\u5230
[{0}]
\u
7AD9
\u
4F4D
\u
4FE1
\u
606F
\ No newline at end of file
\ No newline at end of file
smfcore.barcode.notFindFeerder
=
\u
672A
\u
627E
\u5230
[{0}]
\u
7AD9
\u
4F4D
\u
4FE1
\u
606F
smfcore.storagePos.provider
=
\u
4F9B
\u
5E94
\u5546
src/main/resources/messages_zh_TW.properties
查看文件 @
3286501
...
@@ -448,4 +448,5 @@ smfcore.reelPosMove.paramerror=\u53C3\u6578\u4E0D\u5B8C\u6574
...
@@ -448,4 +448,5 @@ smfcore.reelPosMove.paramerror=\u53C3\u6578\u4E0D\u5B8C\u6574
smfcore.reelPosMove.posIsNull
=
\u
5EAB
\u
4F4D [{1}]
\u
70BA
\u
7A7A
smfcore.reelPosMove.posIsNull
=
\u
5EAB
\u
4F4D [{1}]
\u
70BA
\u
7A7A
smfcore.liteOrder.exist
=
\u9700\u
6C42
\u
55AE {0}
\u
5DF2
\u
5B58
\u5728
smfcore.liteOrder.exist
=
\u9700\u
6C42
\u
55AE {0}
\u
5DF2
\u
5B58
\u5728
smfcore.reelPosMove.barcodeError
=
\u
5EAB
\u
4F4D {0}
\u
689D
\u
78BC
\u
70BA {1}
\u
FF0C
\u8207\u
79FB
\u
5EAB
\u
689D
\u
78BC {1}
\u
4E0D
\u
4E00
\u
81F4
smfcore.reelPosMove.barcodeError
=
\u
5EAB
\u
4F4D {0}
\u
689D
\u
78BC
\u
70BA {1}
\u
FF0C
\u8207\u
79FB
\u
5EAB
\u
689D
\u
78BC {1}
\u
4E0D
\u
4E00
\u
81F4
smfcore.barcode.notFindFeerder
=
\u
672A
\u
627E
\u5230
[{0}]
\u
7AD9
\u
4F4D
\u
8CC7
\u
8A0A
\ No newline at end of file
\ No newline at end of file
smfcore.barcode.notFindFeerder
=
\u
672A
\u
627E
\u5230
[{0}]
\u
7AD9
\u
4F4D
\u
8CC7
\u
8A0A
smfcore.storagePos.provider
=
\u
4F9B
\u
7D66
\u8005
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论