Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
WeiChuangOrderStorage
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 2883e5aa
由
sunke
编写于
2021-04-28 16:30:28 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
条码解析规则支持其他类型条码(L0000000000SB4371503H;E20201026 0365;B7H.22424.211821872020102603…
…000;R821872020102602187)
1 个父辈
9b2ffc51
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
28 行增加
和
9 行删除
myproject/src/main/java/com/myproject/util/BarcodeRule.java
myproject/src/main/resources/ApplicationResources.properties
myproject/src/main/resources/ApplicationResources_en.properties
myproject/src/main/resources/ApplicationResources_zh.properties
myproject/src/main/webapp/WEB-INF/pages/updateHistory.jsp
myproject/src/main/webapp/common/metroTopMenu.jsp
myproject/src/main/java/com/myproject/util/BarcodeRule.java
查看文件 @
2883e5a
此文件的差异被折叠,
点击展开。
myproject/src/main/resources/ApplicationResources.properties
查看文件 @
2883e5a
...
...
@@ -218,7 +218,7 @@ menu.bigdata.runStatus=Operation Stastics
menu.bigdata.inOutList
=
Material receiving/retrieval log
menu.bigdata.dataReport
=
Report
menu.bigdata.dataLog
=
Material log
menu.bigdata.errorLog
=
Error
Log
menu.bigdata.errorLog
=
Device
Log
menu.barCode.settings
=
Barcode Setting
menu.box
=
SMD BOX
menu.box.manage
=
SMD BOX management
...
...
myproject/src/main/resources/ApplicationResources_en.properties
查看文件 @
2883e5a
...
...
@@ -218,7 +218,7 @@ menu.bigdata.runStatus=Operation Stastics
menu.bigdata.inOutList
=
Material receiving/retrieval log
menu.bigdata.dataReport
=
Report
menu.bigdata.dataLog
=
Material log
menu.bigdata.errorLog
=
Error
Log
menu.bigdata.errorLog
=
Device
Log
menu.barCode.settings
=
Barcode Setting
menu.box
=
SMD BOX
menu.box.manage
=
SMD BOX management
...
...
myproject/src/main/resources/ApplicationResources_zh.properties
查看文件 @
2883e5a
...
...
@@ -175,7 +175,7 @@ menu.bigdata.runStatus=\u8FD0\u884C\u7EDF\u8BA1
menu.bigdata.inOutList
=
\u
51FA
\u5165\u
5E93
\u
8BB0
\u
5F55
menu.bigdata.dataReport
=
\u6570\u
636E
\u
62A5
\u
544A
menu.bigdata.dataLog
=
\u7269\u6599\u
65E5
\u
5FD7
menu.bigdata.errorLog
=
\u
5F02
\u
5E38
\u5206\u6790
menu.bigdata.errorLog
=
\u
8BBE
\u5907\u
65E5
\u
5FD7
menu.barCode.settings
=
\u6761\u7801\u
8BBE
\u
7F6E
menu.box
=
\u
4E91
\u6599\u
4ED3
menu.box.manage
=
\u6599\u
4ED3
\u
7BA1
\u7406
...
...
myproject/src/main/webapp/WEB-INF/pages/updateHistory.jsp
查看文件 @
2883e5a
...
...
@@ -12,9 +12,27 @@
<div class="row">
<div class="col-md-12">
<ul class="timeline">
<li class="timeline-blue">
<div class="timeline-time">
<span class="date">
2021 </span>
<span class="time">
04-28 </span>
</div>
<div class="timeline-icon">
<i class="fa fa-clock-o"></i>
</div>
<div class="timeline-body">
<div class="timeline-content">
<ul>
<li>条码解析规则支持其他类型条码(L0000000000SB4371503H;E20201026 0365;B7H.22424.211821872020102603000;R821872020102602187)</li>
</ul>
</div>
</div>
</li>
<li class="timeline-yellow timeline-noline">
<div class="timeline-time">
<span class="date"> 20
17
</span>
<span class="date"> 20
20
</span>
<span class="time"> 10-21 </span>
</div>
<div class="timeline-icon">
...
...
myproject/src/main/webapp/common/metroTopMenu.jsp
查看文件 @
2883e5a
...
...
@@ -113,11 +113,6 @@
<fmt:message key="menu.bigdata.dataLog" /><span class="selected"></span>
</a>
</li>
<li class="classic-menu-dropdown">
<a href="${ctx}/dataLog/alarmInfoSearch.html" name="data">
<fmt:message key="menu.bigdata.errorLog" /><span class="selected"></span>
</a>
</li>
</ul>
</security:authorize>
<%--system--%>
...
...
@@ -151,6 +146,12 @@
</a>
</li>
</security:authorize>
<li class="classic-menu-dropdown">
<a href="${ctx}/dataLog/alarmInfoSearch.html" name="system">
<fmt:message key="menu.bigdata.errorLog" /><span class="selected"></span>
</a>
</li>
</ul>
</div>
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论