From 6fe4792f1f71389400d075b57fb613d7815b6783 Mon Sep 17 00:00:00 2001 From: cjs <2216046164@qq.com> Date: 星期四, 10 七月 2025 17:21:51 +0800 Subject: [PATCH] 111 --- ams/Hanhe.iWCS.JingmenGEMTwoProtocol/WMSHelper.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ams/Hanhe.iWCS.JingmenGEMTwoProtocol/WMSHelper.cs b/ams/Hanhe.iWCS.JingmenGEMTwoProtocol/WMSHelper.cs index 44e376a..1ac220b 100644 --- a/ams/Hanhe.iWCS.JingmenGEMTwoProtocol/WMSHelper.cs +++ b/ams/Hanhe.iWCS.JingmenGEMTwoProtocol/WMSHelper.cs @@ -409,7 +409,10 @@ model.trayCode = trayCode; model.endArea = endArea; //灏嗘暟鎹彃鍏ヤ腑闂磋〃 - ERPService.senderpTaskDG(startBit, trayCode); + if(!ERPService.senderpTaskDG(startBit, trayCode)) + { + return false; + } } else if (ItemCode == "time" || ItemCode == "鎷嗙洏鍙樻洿" || ItemCode == "鎵撳寘涓嬬嚎") { -- Gitblit v1.9.1