feat: 增加LG-AGV接口并完善物料校验与报工逻辑
This commit is contained in:
@@ -42,7 +42,6 @@ namespace MesServerFunctions
|
||||
string targetProcessCode = nextDT.Rows[0]["目标工序号"].ToString();
|
||||
string targetProcess = nextDT.Rows[0]["目标工序"].ToString();
|
||||
|
||||
|
||||
// 1. 调用AGV转序接口
|
||||
var agvResult = CALL_Inerface_DataHandle.CALL_Inerface_MaterialTransfer(OpName, targetStoreCode);
|
||||
int agvCode = 500;
|
||||
|
||||
Reference in New Issue
Block a user