From dafbc5b30eb90edd1c87e4ce57aaf61045e41a7b Mon Sep 17 00:00:00 2001
From: ytfl <ytfl@qq.com>
Date: 星期五, 15 八月 2025 09:40:00 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/crn.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/views/crn.html b/src/main/webapp/views/crn.html
index 06f3328..a7bc7bd 100644
--- a/src/main/webapp/views/crn.html
+++ b/src/main/webapp/views/crn.html
@@ -219,7 +219,7 @@
                         <button class="item" onclick="siteMove()">绔欏埌绔�</button>
                         <!--                <button class="item" onclick="bacOrigin()">鍥炲師鐐�</button>-->
                         <!--                <button class="item" onclick="reverseOrigin()">鍙嶅師鐐�</button>-->
-                        <!--                <button class="item" onclick="coorMove()">鍧愭爣绉昏</button>-->
+                        <button class="item" onclick="coorMove()">鍫嗗灈鏈虹Щ鍔�</button>
                         <button class="item" onclick="taskComplete()">浠诲姟瀹屾垚</button>
                         <!--                <button class="item" onclick="pause()">鏆傚仠</button>-->
                         <!--                <button class="item" onclick="boot()">鍚姩</button>-->
@@ -432,7 +432,7 @@
 
     // 鍧愭爣绉诲姩
     function coorMove() {
-        http.post(baseUrl+"/crn/operator/coorMove", getReqParam(), function (res) {
+        http.post(baseUrl+"/crn/operator/crnMove", getReqParam(), function (res) {
             layer.msg(res.msg);
         });
     }
@@ -546,7 +546,7 @@
             var one = $('#crn-msg-table thead').height();
             var total = $('.crn-msg').height();
             var count = total / one;
-            count = parseInt(count) - 1;
+            count = parseInt(count);
             crnMsgTableBlankRows = count;
             line = count;
         } else {

--
Gitblit v1.9.1