Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
SO815-AutoInOutStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
图表
网络
创建新的问题
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit dcf9d06d
由
LN
编写于
2019-09-27 16:45:57 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
增加提示:门未关闭,无法执行出库
1 个父辈
e16deef5
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
8 行增加
和
1 行删除
source/DeviceLibrary/ResourceControl.cs
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean.cs
source/DeviceLibrary/ResourceControl.cs
查看文件 @
dcf9d06
...
...
@@ -364,5 +364,9 @@ namespace OnlineStore.DeviceLibrary
/// 未扫到二维码,需要将料盘送出
/// </summary>
public
static
string
InStoreNoCode
=
"InStoreNoCode"
;
/// <summary>
/// 门未关闭,无法执行出库
/// </summary>
public
static
string
TheDoorOpen
=
"TheDoorOpen"
;
}
}
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean.cs
查看文件 @
dcf9d06
...
...
@@ -1649,9 +1649,12 @@ namespace OnlineStore.DeviceLibrary
{
boxStatus
.
SetMsg
(
ResourceControl
.
GetString
(
ResourceControl
.
HasWare
,
"叉子料盘检测有料,请检查"
),
ResourceControl
.
HasWare
);
lineOperation
.
SetMsg
(
ResourceControl
.
GetString
(
ResourceControl
.
HasWare
,
"叉子料盘检测有料,请检查"
),
ResourceControl
.
HasWare
);
}
else
if
(
waitOutStoreList
.
Count
>
0
&&
(!
AutomaticBaiting
.
DoorCloseOK
()))
{
boxStatus
.
SetMsg
(
ResourceControl
.
GetString
(
ResourceControl
.
TheDoorOpen
,
"门锁未关闭,无法出库"
),
ResourceControl
.
HasWare
);
lineOperation
.
SetMsg
(
ResourceControl
.
GetString
(
ResourceControl
.
TheDoorOpen
,
"门锁未关闭,无法出库"
),
ResourceControl
.
HasWare
);
}
}
//WarnMsg = "";
//状态
boxStatus
.
status
=
GetStoreStatus
();
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论