From e9cdecd287c7ab88ae4b4ad28a9f9343ed9ae23f Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 08 九月 2022 13:38:26 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/crn.html b/src/main/webapp/views/crn.html
index 7c3986f..95b2c06 100644
--- a/src/main/webapp/views/crn.html
+++ b/src/main/webapp/views/crn.html
@@ -195,6 +195,7 @@
                         <button class="item" onclick="put()">鍏ュ簱</button>
                         <button class="item" onclick="take()">鍑哄簱</button>
                         <button class="item" onclick="stockMove()">搴撲綅杞Щ</button>
+                        <button class="item" onclick="steMove()">绉昏溅</button>
                         <button class="item" onclick="siteMove()">绔欏埌绔�</button>
                         <!--                <button class="item" onclick="bacOrigin()">鍥炲師鐐�</button>-->
                         <!--                <button class="item" onclick="reverseOrigin()">鍙嶅師鐐�</button>-->
@@ -402,6 +403,12 @@
         });
     }
 
+    function steMove() {
+        http.post(baseUrl+"/crn/operator/steMove", getReqParam(), function (res) {
+            layer.msg(res.msg);
+        });
+    }
+
     // 绔欏埌绔�
     function siteMove() {
         http.post(baseUrl+"/crn/operator/siteMove", getReqParam(), function (res) {

--
Gitblit v1.9.1