From ef9e9dd3274ca95a2838021d77704b74cef66f2f Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期五, 30 五月 2025 15:05:29 +0800
Subject: [PATCH] 堆垛机出库完成延迟10s读输送线上任务号,避免提前上报给wms

---
 src/main/webapp/static/wms/js/realtimeWatch/pipeline.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/wms/js/realtimeWatch/pipeline.js b/src/main/webapp/static/wms/js/realtimeWatch/pipeline.js
index 8bbc989..e51eed6 100644
--- a/src/main/webapp/static/wms/js/realtimeWatch/pipeline.js
+++ b/src/main/webapp/static/wms/js/realtimeWatch/pipeline.js
@@ -149,10 +149,10 @@
                 form.on('submit(editSubmit)', function (data) {
                     var loadIndex = layer.load(2);
                     $.ajax({
-                        url: baseUrl+"/site//detl/update",
+                        url: baseUrl+"/site/detl/update",
                         headers: {'token': localStorage.getItem('token')},
                         data: {
-                            siteId: $('#devNo').val(),
+                            devNo: $('#devNo').val(),
                             workNo: $('#workNo').val(),
                             staNo:  $('#staNo').val(),
                             pakMk: $('#pakMk').val()

--
Gitblit v1.9.1