Browse Source

移库任务校验是否是同一巷道的任务

master
志铭 吕 3 weeks ago
parent
commit
7ca38f1856
  1. 4
      webapi/WindowsFormsApp1/APIChannel.cs

4
webapi/WindowsFormsApp1/APIChannel.cs

@ -858,7 +858,9 @@ namespace WindowsFormsApp1
{
error_code.Append(";").Append("移库任务起点终点相同");
}
if (Convert.ToInt32(startdevice.Substring(0, 2) + 3) / 4 != Convert.ToInt32(startdevice.Substring(0, 2) + 3) / 4) {
error_code.Append(";").Append("移库任务起点终点不是同一个巷道");
}
}
#endregion
#endregion

Loading…
Cancel
Save