From baf741a2c65777b70d96b6c5d60204170dd92626 Mon Sep 17 00:00:00 2001 From: 海波 张 <2956280567@qq.com> Date: 星期二, 03 六月 2025 17:31:05 +0800 Subject: [PATCH] 出库修改 --- api/MoboxController.cs | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git a/api/MoboxController.cs b/api/MoboxController.cs index 4719739..08a5103 100644 --- a/api/MoboxController.cs +++ b/api/MoboxController.cs @@ -57,19 +57,13 @@ { result.resultMsg = "浠诲姟鏈墽琛岋紝涓嶅厑璁稿己鍒跺畬鎴愶紒"; } - //else if (task.S_B_STATE.Trim() != "鏈墽琛� && task.S_B_STATE.Trim() != "寰呮帹閫� && task.S_B_STATE.Trim() != "鍙栨秷") - else if (task.S_B_STATE.Trim() != "鏈墽琛� && task.S_B_STATE.Trim() != "寰呮帹閫� && task.S_B_STATE.Trim() != "鍙栬揣澶辫触") + + else if (task.S_B_STATE.Trim() != "鏈墽琛�) { //宸叉帹閫佷絾鏄病鏈夊畬鎴愭垨鑰呭彇娑堬紝閫氱煡hosttoagv TaskHelper.UpdateStatus(model.TaskNo.Trim(), "瀹屾垚"); - //if (GZRobot.CancelOrder(task.GZ_ID)) - //{ - // result.resultMsg = "浠诲姟瀹屾垚宸茬粡鍙戦�缁欏皬杞�; - - // LocationHelper.UnLockLoc(task.S_START_LOC); - // LocationHelper.UnLockLoc(task.S_END_LOC); - //} + } else { -- Gitblit v1.9.1