From fcb42500a6db7525636183aff6b84e158cdb3261 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 22 十二月 2022 16:19:14 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/crn.html |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/crn.html b/src/main/webapp/views/crn.html
index 4370c60..67cc84b 100644
--- a/src/main/webapp/views/crn.html
+++ b/src/main/webapp/views/crn.html
@@ -55,7 +55,7 @@
                 <h3>鎵ц涓殑鍛戒护</h3>
                 <div class="crn-command-item">
                     <label>1#</label>
-                    <button id="demoBtn-1" class="demoBtn" onclick="demoSwitch(this.id)"> - </button>
+<!--                    <button id="demoBtn-1" class="demoBtn" onclick="demoSwitch(this.id)" disabled> - </button>-->
                     <!--            <span>&nbsp;</span>-->
                     <input id="crn1" disabled="disabled">
                 </div>
@@ -67,7 +67,7 @@
                 </div>
                 <div class="crn-command-item" style="margin-top: 25px">
                     <label>3#</label>
-                    <button id="demoBtn-3" class="demoBtn" onclick="demoSwitch(this.id)"> - </button>
+<!--                    <button id="demoBtn-3" class="demoBtn" onclick="demoSwitch(this.id)" disabled> - </button>-->
                     <!--            <span>&nbsp;</span>-->
                     <input id="crn3" disabled="disabled">
                 </div>
@@ -139,8 +139,6 @@
                         <label><input type="radio" name="crnSelect" value="1" checked>&nbsp;1鍙峰爢鍨涙満</label>
                         <label><input type="radio" name="crnSelect" value="2">&nbsp;2鍙峰爢鍨涙満</label>
                         <label><input type="radio" name="crnSelect" value="3">&nbsp;3鍙峰爢鍨涙満</label>
-                        <label><input type="radio" name="crnSelect" value="4">&nbsp;4鍙峰爢鍨涙満</label>
-                        <label><input type="radio" name="crnSelect" value="5">&nbsp;5鍙峰爢鍨涙満</label>
                     </div>
                 </div>
                 <!-- 婧愮珯/婧愬簱浣� 閫夋嫨 -->
@@ -197,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>-->
@@ -404,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