From 6cde4cd8c02521646e858699cd49be936648e8f8 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期一, 03 十一月 2025 21:05:41 +0800
Subject: [PATCH] *
---
src/main/webapp/static/wms/js/crnOperate/crnOperate.js | 11 +++++++++++
1 files changed, 11 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 057c597..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) {
@@ -120,6 +127,10 @@
}
function getReqParam() {
+ if (crnNo == null || crnNo == "") {
+ layer.msg('璇烽�夋嫨鍫嗗灈鏈�');
+ return false;
+ }
var sourceStaNo = $('#sourceStaNo').val();
var sourceRow = $('#sourceRow').val();
var sourceBay = $('#sourceBay').val();
--
Gitblit v1.9.1