Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
QisdaNew
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 647ede5d
由
sunke
编写于
2021-10-13 09:03:45 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
三楼线外发分盘料时不对已绑定的料进行解绑
1 个父辈
73c64dff
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
39 行增加
和
2 行删除
myproject/src/main/java/com/myproject/bean/qisda/DeviceAlarmMsgBean.java
myproject/src/main/java/com/myproject/webapp/controller/webService/QisdaApiController.java
myproject/src/main/webapp/WEB-INF/pages/updateHistory.jsp
myproject/src/main/webapp/decorators/metro.jsp
myproject/src/main/java/com/myproject/bean/qisda/DeviceAlarmMsgBean.java
查看文件 @
647ede5
package
com
.
myproject
.
bean
.
qisda
;
package
com
.
myproject
.
bean
.
qisda
;
import
org.apache.logging.log4j.util.Strings
;
import
java.util.Date
;
import
java.util.Date
;
/**
/**
...
@@ -23,6 +25,11 @@ public class DeviceAlarmMsgBean {
...
@@ -23,6 +25,11 @@ public class DeviceAlarmMsgBean {
private
String
name
;
private
String
name
;
/**
* 设备名称
*/
private
String
device
;
private
String
msgKey
;
private
String
msgKey
;
private
String
msgValue
;
private
String
msgValue
;
...
@@ -93,4 +100,15 @@ public class DeviceAlarmMsgBean {
...
@@ -93,4 +100,15 @@ public class DeviceAlarmMsgBean {
public
boolean
isInfoMsg
(){
public
boolean
isInfoMsg
(){
return
type
==
1
;
return
type
==
1
;
}
}
public
String
getDevice
()
{
if
(
Strings
.
isBlank
(
device
)){
return
name
;
}
return
device
;
}
public
void
setDevice
(
String
device
)
{
this
.
device
=
device
;
}
}
}
myproject/src/main/java/com/myproject/webapp/controller/webService/QisdaApiController.java
查看文件 @
647ede5
...
@@ -340,6 +340,8 @@ public class QisdaApiController extends BaseController {
...
@@ -340,6 +340,8 @@ public class QisdaApiController extends BaseController {
int
realBindQty
=
cutOutItem
.
getRealLockQty
()
+
outSendQty
;
int
realBindQty
=
cutOutItem
.
getRealLockQty
()
+
outSendQty
;
if
(
cutOutItem
.
isCutMaterial
()){
if
(
cutOutItem
.
isCutMaterial
()){
if
(
DataCache
.
isProductionFor
(
DataCache
.
CUSTOMER
.
QISDA4D
)){
//四楼线外发分盘料对已绑定的分盘料解绑,三楼不解绑
OutInfo
cutOutInfo
=
soseqCache
.
getCutActionInfoFromCache
(
soseq
);
OutInfo
cutOutInfo
=
soseqCache
.
getCutActionInfoFromCache
(
soseq
);
cutOutInfo
=
outInfoCache
.
addEventItem
(
cutOutInfo
,
"线外发料,解绑站位["
+
slotserial
+
"]"
);
cutOutInfo
=
outInfoCache
.
addEventItem
(
cutOutInfo
,
"线外发料,解绑站位["
+
slotserial
+
"]"
);
soseqCache
.
addTotalOutInfo
(
cutOutInfo
);
soseqCache
.
addTotalOutInfo
(
cutOutInfo
);
...
@@ -358,7 +360,7 @@ public class QisdaApiController extends BaseController {
...
@@ -358,7 +360,7 @@ public class QisdaApiController extends BaseController {
}
}
realBindQty
=
cutOutItem
.
getRealLockQty
()
+
cutOutItem
.
getQty
();
realBindQty
=
cutOutItem
.
getRealLockQty
()
+
cutOutItem
.
getQty
();
}
}
}
//更新发料数量,更新真实绑定数量
//更新发料数量,更新真实绑定数量
soseqCache
.
addToTotalSendQty
(
cutOutItem
,
outSendQty
);
soseqCache
.
addToTotalSendQty
(
cutOutItem
,
outSendQty
);
...
...
myproject/src/main/webapp/WEB-INF/pages/updateHistory.jsp
查看文件 @
647ede5
...
@@ -15,6 +15,23 @@
...
@@ -15,6 +15,23 @@
<li class="timeline-blue">
<li class="timeline-blue">
<div class="timeline-time">
<div class="timeline-time">
<span class="date">2021</span>
<span class="date">2021</span>
<span class="time">10-13</span>
</div>
<div class="timeline-icon">
<i class="fa fa-clock-o"></i>
</div>
<div class="timeline-body">
<h2>版本: V2021101310</h2>
<div class="timeline-content">
<ul>
<li>三楼线外发分盘料时不对已绑定的料进行解绑</li>
</ul>
</div>
</div>
</li>
<li class="timeline-blue">
<div class="timeline-time">
<span class="date">2021</span>
<span class="time">09-09</span>
<span class="time">09-09</span>
</div>
</div>
<div class="timeline-icon">
<div class="timeline-icon">
...
...
myproject/src/main/webapp/decorators/metro.jsp
查看文件 @
647ede5
...
@@ -239,7 +239,7 @@
...
@@ -239,7 +239,7 @@
<div
class=
"page-footer-inner"
>
<div
class=
"page-footer-inner"
>
2016
©
<a
href=
"${ctx}/updateHistory.html"
>
SMD BOX
</a>
2016
©
<a
href=
"${ctx}/updateHistory.html"
>
SMD BOX
</a>
</div>
</div>
<span
class=
"right"
style=
"color: #a3a3a3;"
>
Version: 2021.
09.09
</span>
<span
class=
"right"
style=
"color: #a3a3a3;"
>
Version: 2021.
10.13
</span>
<div
class=
"scroll-to-top"
>
<div
class=
"scroll-to-top"
>
<i
class=
"icon-arrow-up"
></i>
<i
class=
"icon-arrow-up"
></i>
</div>
</div>
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论