Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
smf-core
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 6edabd18
由
LN
编写于
2025-03-17 13:17:54 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
锡膏料仓导出温湿度修改
1 个父辈
b134f35f
显示空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
32 行增加
和
1 行删除
src/main/java/com/neotel/smfcore/core/humiture/rest/HumitureController.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/humiture/rest/HumitureController.java
查看文件 @
6edabd1
...
@@ -139,7 +139,11 @@ public class HumitureController {
...
@@ -139,7 +139,11 @@ public class HumitureController {
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.humiture.cid"
,
locale
,
"CID"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.humiture.cid"
,
locale
,
"CID"
)));
if
(
isSpStorage
)
{
if
(
isSpStorage
)
{
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.humiture.ntemperature"
,
locale
,
"冷藏温度"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.humiture.ntemperature"
,
locale
,
"冷藏温度"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.humiture.ntemperature2"
,
locale
,
"冷藏温度2"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.humiture.ntemperature3"
,
locale
,
"冷藏温度3"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.humiture.codetemperature"
,
locale
,
"制冷温度"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.humiture.codetemperature"
,
locale
,
"制冷温度"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.humiture.codetemperature2"
,
locale
,
"制冷温度2"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.humiture.wtemperature"
,
locale
,
"回温温度"
)));
}
else
{
}
else
{
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.humiture.temperature"
,
locale
,
"温度"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.humiture.temperature"
,
locale
,
"温度"
)));
}
}
...
@@ -147,6 +151,7 @@ public class HumitureController {
...
@@ -147,6 +151,7 @@ public class HumitureController {
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.humiture.createDate"
,
locale
,
"时间"
)));
header
.
add
(
Lists
.
newArrayList
(
MessageUtils
.
getText
(
"smfcore.humiture.createDate"
,
locale
,
"时间"
)));
// header.add(Lists.newArrayList(MessageUtils.getText("smfcore.humiture.updateDate", locale, "更新时间")));
// header.add(Lists.newArrayList(MessageUtils.getText("smfcore.humiture.updateDate", locale, "更新时间")));
return
header
;
return
header
;
}
}
...
@@ -164,12 +169,18 @@ public class HumitureController {
...
@@ -164,12 +169,18 @@ public class HumitureController {
data
.
add
(
humiture
.
getCid
());
data
.
add
(
humiture
.
getCid
());
data
.
add
(
humiture
.
getTemperature
());
data
.
add
(
humiture
.
getTemperature
());
if
(
isSpStorage
)
{
if
(
isSpStorage
)
{
data
.
add
(
humiture
.
getTemperature2
());
data
.
add
(
humiture
.
getTemperature3
());
data
.
add
(
humiture
.
getCodeAirTemp
());
data
.
add
(
humiture
.
getCodeAirTemp
());
data
.
add
(
humiture
.
getCodeAirTemp2
()
);
data
.
add
(
humiture
.
getWTemp
());
}
}
data
.
add
(
humiture
.
getHumidity
());
data
.
add
(
humiture
.
getHumidity
());
data
.
add
(
createDate
);
data
.
add
(
createDate
);
// data.add(updateDate);
// data.add(updateDate);
dataList
.
add
(
data
);
dataList
.
add
(
data
);
}
}
return
dataList
;
return
dataList
;
}
}
...
...
src/main/resources/messages.properties
查看文件 @
6edabd1
...
@@ -403,3 +403,7 @@ smfcore.storagePos.no=\u5426
...
@@ -403,3 +403,7 @@ smfcore.storagePos.no=\u5426
smfcore.dashBoard
=
\u
4EEA
\u8868\u
76D8
smfcore.dashBoard
=
\u
4EEA
\u8868\u
76D8
smfcore.spHumiture
=
\u
6E29
\u
6E7F
\u
5EA6
smfcore.spHumiture
=
\u
6E29
\u
6E7F
\u
5EA6
smfcore.storageOther
=
\u5176\u
4ED6
\u
8BBE
\u5907
smfcore.storageOther
=
\u5176\u
4ED6
\u
8BBE
\u5907
smfcore.humiture.ntemperature2
=
\u
51B7
\u
85CF
\u
6E29
\u
5EA62
smfcore.humiture.ntemperature3
=
\u
51B7
\u
85CF
\u
6E29
\u
5EA63
smfcore.humiture.codetemperature2
=
\u5236\u
51B7
\u
6E29
\u
5EA62
smfcore.humiture.wtemperature
=
\u
56DE
\u
6E29
\u
6E29
\u
5EA6
\ No newline at end of file
\ No newline at end of file
src/main/resources/messages_en_US.properties
查看文件 @
6edabd1
...
@@ -362,7 +362,7 @@ smfcore.storagePos.weight=Weight
...
@@ -362,7 +362,7 @@ smfcore.storagePos.weight=Weight
smfcore.expireSolderPaste
=
Expired Solder Paste
smfcore.expireSolderPaste
=
Expired Solder Paste
smfcore.spbox.backFail
=
Back to the library verification failure
smfcore.spbox.backFail
=
Back to the library verification failure
smfcore.spbox.expireOut
=
Expired solder paste out of storage
smfcore.spbox.expireOut
=
Expired solder paste out of storage
smfcore.humiture.codetemperature
=
Refrigeration zone t
emperature
smfcore.humiture.codetemperature
=
Cooling T
emperature
smfcore.humiture.ntemperature
=
Return temperature zone temperature
smfcore.humiture.ntemperature
=
Return temperature zone temperature
smfcore.cyclecount.executing
=
Cycle Count are being executed
smfcore.cyclecount.executing
=
Cycle Count are being executed
smfcore.eleckanban
=
Dashboard2
smfcore.eleckanban
=
Dashboard2
...
@@ -394,3 +394,7 @@ smfcore.storagePos.no=No
...
@@ -394,3 +394,7 @@ smfcore.storagePos.no=No
smfcore.dashBoard
=
Dashboard
smfcore.dashBoard
=
Dashboard
smfcore.spHumiture
=
Temperature & Humidity
smfcore.spHumiture
=
Temperature & Humidity
smfcore.storageOther
=
Other Devices
smfcore.storageOther
=
Other Devices
smfcore.humiture.ntemperature2
=
Refrigeration zone temperature 2
smfcore.humiture.ntemperature3
=
Refrigeration zone temperature 3
smfcore.humiture.codetemperature2
=
Cooling Temperature 2
smfcore.humiture.wtemperature
=
Return temperature zone temperature
\ No newline at end of file
\ No newline at end of file
src/main/resources/messages_ja_JP.properties
查看文件 @
6edabd1
...
@@ -390,3 +390,7 @@ smfcore.storagePos.no=\u5426
...
@@ -390,3 +390,7 @@ smfcore.storagePos.no=\u5426
smfcore.dashBoard
=
\u
30C0
\u
30C3
\u
30B7
\u
30E5
\u
30DC
\u
30FC
\u
30C9
smfcore.dashBoard
=
\u
30C0
\u
30C3
\u
30B7
\u
30E5
\u
30DC
\u
30FC
\u
30C9
smfcore.spHumiture
=
\u
6E29
\u
6E7F
\u
5EA6
smfcore.spHumiture
=
\u
6E29
\u
6E7F
\u
5EA6
smfcore.storageOther
=
\u
305D
\u
306E
\u
4ED6
\u
6A5F
\u5668
smfcore.storageOther
=
\u
305D
\u
306E
\u
4ED6
\u
6A5F
\u5668
smfcore.humiture.ntemperature2
=
\u
51B7
\u
85CF
\u
6E29
\u
5EA62
smfcore.humiture.ntemperature3
=
\u
51B7
\u
85CF
\u
6E29
\u
5EA63
smfcore.humiture.codetemperature2
=
\u5236\u
51B7
\u
6E29
\u
5EA62
smfcore.humiture.wtemperature
=
\u
56DE
\u
6E29
\u
6E29
\u
5EA6
\ No newline at end of file
\ No newline at end of file
src/main/resources/messages_zh_CN.properties
查看文件 @
6edabd1
...
@@ -390,3 +390,7 @@ smfcore.storagePos.no=\u5426
...
@@ -390,3 +390,7 @@ smfcore.storagePos.no=\u5426
smfcore.dashBoard=
\u
4EEA
\u8868\u
76D8
smfcore.dashBoard=
\u
4EEA
\u8868\u
76D8
smfcore.spHumiture
=
\u
6E29
\u
6E7F
\u
5EA6
smfcore.spHumiture
=
\u
6E29
\u
6E7F
\u
5EA6
smfcore.storageOther
=
\u5176\u
4ED6
\u
8BBE
\u5907
smfcore.storageOther
=
\u5176\u
4ED6
\u
8BBE
\u5907
smfcore.humiture.ntemperature2
=
\u
51B7
\u
85CF
\u
6E29
\u
5EA62
smfcore.humiture.ntemperature3
=
\u
51B7
\u
85CF
\u
6E29
\u
5EA63
smfcore.humiture.codetemperature2
=
\u5236\u
51B7
\u
6E29
\u
5EA62
smfcore.humiture.wtemperature
=
\u
56DE
\u
6E29
\u
6E29
\u
5EA6
\ No newline at end of file
\ No newline at end of file
src/main/resources/messages_zh_TW.properties
查看文件 @
6edabd1
...
@@ -390,3 +390,7 @@ smfcore.storagePos.no=\u5426
...
@@ -390,3 +390,7 @@ smfcore.storagePos.no=\u5426
smfcore.dashBoard=SP
\u5100\u9336\u
76E4
smfcore.dashBoard=SP
\u5100\u9336\u
76E4
smfcore.spHumiture
=
\u
6E29
\u
6E7F
\u
5EA6
smfcore.spHumiture
=
\u
6E29
\u
6E7F
\u
5EA6
smfcore.storageOther
=
\u5176\u
4ED6
\u
8A2D
\u5099
smfcore.storageOther
=
\u5176\u
4ED6
\u
8A2D
\u5099
smfcore.humiture.ntemperature2
=
\u
51B7
\u
85CF
\u
6E29
\u
5EA62
smfcore.humiture.ntemperature3
=
\u
51B7
\u
85CF
\u
6E29
\u
5EA63
smfcore.humiture.codetemperature2
=
\u5236\u
51B7
\u
6E29
\u
5EA62
smfcore.humiture.wtemperature
=
\u
56DE
\u
6E29
\u
6E29
\u
5EA6
\ No newline at end of file
\ No newline at end of file
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论