Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
QisdaNew
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 8bfdb3e2
由
sunke
编写于
2023-03-21 15:14:09 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
料仓兼容方式修改: 11,13,15完全兼容改为11,13,15兼容,包装仓完全兼容
1 个父辈
4cbb9474
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
48 行增加
和
6 行删除
myproject/src/main/java/com/myproject/manager/impl/StoragePosManagerImpl.java
myproject/src/main/java/com/myproject/util/StorageConstants.java
myproject/src/main/webapp/WEB-INF/pages/updateHistory.jsp
myproject/src/main/webapp/decorators/metro.jsp
myproject/src/main/java/com/myproject/manager/impl/StoragePosManagerImpl.java
查看文件 @
8bfdb3e
...
...
@@ -155,13 +155,19 @@ public class StoragePosManagerImpl implements IStoragePosManager {
c
=
c
.
and
(
"w"
).
is
(
barcode
.
getPlateSize
()).
and
(
"h"
).
is
(
barcode
.
getHeight
());
}
else
if
(
compatibleType
==
StorageConstants
.
COMPATIBLE_TYPE
.
FULLY_COMPATIBLE
){
//同厚度兼容
//c = c.and("w").gte(barcode.getPlateSize()).and("h").gte(barcode.getHeight());//宽度大于等于料盘宽度,高度大于等于料盘高度
if
(
barcode
.
getPlateSize
()
!=
7
){
if
(
storage
.
isPackage
()){
//包装仓完全兼容
c
=
c
.
and
(
"w"
).
gte
(
barcode
.
getPlateSize
()).
and
(
"h"
).
gte
(
barcode
.
getHeight
());
//除7寸外,完全兼容
}
else
{
//=7寸使用同尺寸兼容
c
=
c
.
and
(
"w"
).
is
(
barcode
.
getPlateSize
()).
and
(
"h"
).
gte
(
barcode
.
getHeight
());
if
(
barcode
.
getPlateSize
()
!=
7
){
c
=
c
.
and
(
"w"
).
gte
(
barcode
.
getPlateSize
()).
and
(
"h"
).
gte
(
barcode
.
getHeight
());
//除7寸外,完全兼容
}
else
{
//=7寸使用同尺寸兼容
c
=
c
.
and
(
"w"
).
is
(
barcode
.
getPlateSize
()).
and
(
"h"
).
gte
(
barcode
.
getHeight
());
}
}
}
else
if
(
compatibleType
==
StorageConstants
.
COMPATIBLE_TYPE
.
SIZE_COMPATIBLE
){
//同尺寸兼容
c
=
c
.
and
(
"w"
).
is
(
barcode
.
getPlateSize
()).
and
(
"h"
).
gte
(
barcode
.
getHeight
());
//宽度等于料盘宽度,高度大于等于料盘高度
}
...
...
myproject/src/main/java/com/myproject/util/StorageConstants.java
查看文件 @
8bfdb3e
...
...
@@ -531,7 +531,7 @@ public class StorageConstants {
/**
* 完全兼容
*/
FULLY_COMPATIBLE
(
"11,13,15完全兼容"
),
FULLY_COMPATIBLE
(
"11,13,15
兼容,包装仓
完全兼容"
),
/**
* 同尺寸兼容
*/
...
...
myproject/src/main/webapp/WEB-INF/pages/updateHistory.jsp
查看文件 @
8bfdb3e
...
...
@@ -12,6 +12,42 @@
<div class="row">
<div class="col-md-12">
<ul class="timeline">
<li class="timeline-green">
<div class="timeline-time">
<span class="date">2023</span>
<span class="time">03-21</span>
</div>
<div class="timeline-icon">
<i class="fa fa-clock-o"></i>
</div>
<div class="timeline-body">
<h2>版本: V2023032111</h2>
<div class="timeline-content">
<ul>
<li>料仓兼容方式修改: 11,13,15完全兼容改为11,13,15兼容,包装仓完全兼容</li>
</ul>
</div>
</div>
</li>
<li class="timeline-blue">
<div class="timeline-time">
<span class="date">2023</span>
<span class="time">03-17</span>
</div>
<div class="timeline-icon">
<i class="fa fa-clock-o"></i>
</div>
<div class="timeline-body">
<h2>版本: V2023031715</h2>
<div class="timeline-content">
<ul>
<li>接口地址由http://10.85.17.233改为http://10.85.71.25:8080</li>
</ul>
</div>
</div>
</li>
<li class="timeline-yellow">
<div class="timeline-time">
<span class="date">2023</span>
...
...
myproject/src/main/webapp/decorators/metro.jsp
查看文件 @
8bfdb3e
...
...
@@ -215,7 +215,7 @@
<!-- DOC: Set data-keep-expand="true" to keep the submenues expanded -->
<!-- DOC: Set data-auto-speed="200" to adjust the sub menu slide up/down speed -->
<
%@ include file="/common/metroMenu.jsp"
%>
<
%--
<
%@ include file="/common/metroMenu.jsp"%>--
%>
<!-- END SIDEBAR MENU -->
</div>
</div>
...
...
@@ -239,7 +239,7 @@
<div
class=
"page-footer-inner"
>
2016
©
<a
href=
"${ctx}/updateHistory.html"
>
SMD BOX
</a>
</div>
<span
class=
"right"
style=
"color: #a3a3a3;"
>
Version: V202303
1714
</span>
<span
class=
"right"
style=
"color: #a3a3a3;"
>
Version: V202303
2111
</span>
<div
class=
"scroll-to-top"
>
<i
class=
"icon-arrow-up"
></i>
</div>
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论