Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
张东亮
/
SO1057-XLRStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 62a0914a
由
张东亮
编写于
2025-09-28 13:04:39 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
测高总厚度问题
1 个父辈
6c23f80f
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
7 行增加
和
2 行删除
source/DeviceLibrary/storeBean/inputBean/BatchMoveBean_Partial.cs
source/XLRStoreClient/App.config
source/DeviceLibrary/storeBean/inputBean/BatchMoveBean_Partial.cs
查看文件 @
62a0914
...
@@ -598,6 +598,12 @@ namespace OnlineStore.DeviceLibrary
...
@@ -598,6 +598,12 @@ namespace OnlineStore.DeviceLibrary
if
(
height
<=
12
)
if
(
height
<=
12
)
{
{
LastHeight
=
8
;
LastHeight
=
8
;
LastTotalHeight
=
8
;
}
else
if
(
height
>
12
&&
height
<=
16
)
{
LastHeight
=
12
;
LastTotalHeight
=
12
;
}
}
else
if
(
height
>=
35
)
else
if
(
height
>=
35
)
{
{
...
@@ -613,7 +619,6 @@ namespace OnlineStore.DeviceLibrary
...
@@ -613,7 +619,6 @@ namespace OnlineStore.DeviceLibrary
if
(
width
>=
13
)
if
(
width
>=
13
)
{
{
height
=
height
-
2
;
height
=
height
-
2
;
LastTotalHeight
=
LastTotalHeight
-
2
;
LogUtil
.
info
(
$
"检测为13寸高度-2={height}"
);
LogUtil
.
info
(
$
"检测为13寸高度-2={height}"
);
}
}
...
...
source/XLRStoreClient/App.config
查看文件 @
62a0914
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<
add
key
=
"ConfigPath_DrawerPosition"
value
=
"\Config\DrawerPosition.csv"
/>
<
add
key
=
"ConfigPath_DrawerPosition"
value
=
"\Config\DrawerPosition.csv"
/>
<
add
key
=
"ConfigPath_TrayList"
value
=
"\LineConfig\TrayList.data"
/>
<
add
key
=
"ConfigPath_TrayList"
value
=
"\LineConfig\TrayList.data"
/>
<
add
key
=
"ConfigPath_PosDebugInfo"
value
=
"\Config\PosDebugInfo.json"
/>
<
add
key
=
"ConfigPath_PosDebugInfo"
value
=
"\Config\PosDebugInfo.json"
/>
<
add
key
=
"Line_CID"
value
=
"0
5
"
/>
<
add
key
=
"Line_CID"
value
=
"0
4
"
/>
<
add
key
=
"ImagePath"
value
=
"\Images\"
/>
<
add
key
=
"ImagePath"
value
=
"\Images\"
/>
<!--
end
one
store
config
-->
<!--
end
one
store
config
-->
<!--二维码类型列表配置,用
#分割,一维码=Barcode 二维码: QR Code#Data Matrix ECC 200#Micro QR Code-->
<!--二维码类型列表配置,用
#分割,一维码=Barcode 二维码: QR Code#Data Matrix ECC 200#Micro QR Code-->
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论