Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
张东亮
/
SO1131-AGVDispatch
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit f4854af3
由
张东亮
编写于
2023-06-06 14:33:38 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
上报添加小车类型
1 个父辈
8ba67d1d
隐藏空白字符变更
内嵌
并排
正在显示
16 个修改的文件
包含
7 行增加
和
2 行删除
.vs/SO1131-AGVDispatch/v17/.suo
Source/AGVDispatch/bin/Debug/DeviceLib.dll
Source/AGVDispatch/bin/Debug/DeviceLib.pdb
Source/AGVDispatch/bin/ProCopyClient.exe.config
Source/AGVDispatch/obj/Debug/AGVDispatch.csproj.AssemblyReference.cache
Source/Common/obj/Debug/Common.csproj.AssemblyReference.cache
Source/DeviceLib/bin/Debug/DeviceLib.dll
Source/DeviceLib/bin/Debug/DeviceLib.pdb
Source/DeviceLib/bll/manager/HttpManager.cs
Source/DeviceLib/bll/manager/RobotManager.cs
Source/DeviceLib/obj/Debug/DeviceLib.csproj.AssemblyReference.cache
Source/DeviceLib/obj/Debug/DeviceLib.dll
Source/DeviceLib/obj/Debug/DeviceLib.pdb
Source/UIControls/bin/Debug/DeviceLib.dll
Source/UIControls/bin/Debug/DeviceLib.pdb
Source/UIControls/obj/Debug/UIControl.csproj.AssemblyReference.cache
.vs/SO1131-AGVDispatch/v17/.suo
查看文件 @
f4854af
此文件类型无法预览
Source/AGVDispatch/bin/Debug/DeviceLib.dll
查看文件 @
f4854af
此文件类型无法预览
Source/AGVDispatch/bin/Debug/DeviceLib.pdb
查看文件 @
f4854af
此文件类型无法预览
Source/AGVDispatch/bin/ProCopyClient.exe.config
查看文件 @
f4854af
...
...
@@ -4,6 +4,6 @@
<
supportedRuntime
version
=
"v4.0"
sku
=
".NETFramework,Version=v4.6.1"
/>
</
startup
>
<
appSettings
>
<
add
key
=
"ProName"
value
=
"AGVDispatch-
任务中断问题修复
"
/>
<
add
key
=
"ProName"
value
=
"AGVDispatch-
上报添加小车类型
"
/>
</
appSettings
>
</
configuration
>
\ No newline at end of file
Source/AGVDispatch/obj/Debug/AGVDispatch.csproj.AssemblyReference.cache
查看文件 @
f4854af
此文件类型无法预览
Source/Common/obj/Debug/Common.csproj.AssemblyReference.cache
查看文件 @
f4854af
此文件类型无法预览
Source/DeviceLib/bin/Debug/DeviceLib.dll
查看文件 @
f4854af
此文件类型无法预览
Source/DeviceLib/bin/Debug/DeviceLib.pdb
查看文件 @
f4854af
此文件类型无法预览
Source/DeviceLib/bll/manager/HttpManager.cs
查看文件 @
f4854af
...
...
@@ -286,6 +286,10 @@ namespace DeviceLib.BLL
/// </summary>
public
string
loc
{
get
;
set
;
}
/// <summary>
/// 小车类型
/// </summary>
public
int
type
{
get
;
set
;
}
/// <summary>
/// 错误消息
/// </summary>
public
string
message
{
get
;
set
;
}
...
...
Source/DeviceLib/bll/manager/RobotManager.cs
查看文件 @
f4854af
...
...
@@ -137,6 +137,7 @@ namespace DeviceLib.BLL
{
name
=
robot
.
name
,
elec
=
robot
?.
status
?.
battery_percentage
.
ToString
(
"f2"
),
type
=
robot
.
id
};
if
(
robot
.
job
!=
null
)
{
...
...
@@ -154,7 +155,7 @@ namespace DeviceLib.BLL
}
else
{
agv
.
loc
=
"
STANDBY
"
;
agv
.
loc
=
""
;
}
}
else
...
...
Source/DeviceLib/obj/Debug/DeviceLib.csproj.AssemblyReference.cache
查看文件 @
f4854af
此文件类型无法预览
Source/DeviceLib/obj/Debug/DeviceLib.dll
查看文件 @
f4854af
此文件类型无法预览
Source/DeviceLib/obj/Debug/DeviceLib.pdb
查看文件 @
f4854af
此文件类型无法预览
Source/UIControls/bin/Debug/DeviceLib.dll
查看文件 @
f4854af
此文件类型无法预览
Source/UIControls/bin/Debug/DeviceLib.pdb
查看文件 @
f4854af
此文件类型无法预览
Source/UIControls/obj/Debug/UIControl.csproj.AssemblyReference.cache
查看文件 @
f4854af
此文件类型无法预览
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论