From 5762b0ef3e937042a21d4a19ddfee59207ea43f3 Mon Sep 17 00:00:00 2001 From: lsh <lsh@163.com> Date: 星期五, 25 七月 2025 13:56:16 +0800 Subject: [PATCH] * --- src/main/webapp/static/wms/js/crnOperate/crnOperate.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/wms/js/crnOperate/crnOperate.js b/src/main/webapp/static/wms/js/crnOperate/crnOperate.js index 1bf52c0..a1bd0db 100644 --- a/src/main/webapp/static/wms/js/crnOperate/crnOperate.js +++ b/src/main/webapp/static/wms/js/crnOperate/crnOperate.js @@ -105,6 +105,13 @@ }); } +// 浠诲姟瀹屾垚 +function taskCompleteClearCommand() { + http.post(baseUrl+"/crn/operator/taskCompleteClearCommand", getReqParam(), function (res) { + layer.msg(res.msg); + }); +} + // 娓呴櫎鍛戒护 function clearCommand() { http.post(baseUrl+"/crn/operator/clearCommand", getReqParam(), function (res) { -- Gitblit v1.9.1