From 1db2fb1739982ce77e16c04fccb200f04467bb22 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期三, 20 十一月 2024 14:59:23 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/pipeline.html |   52 ++++++++++++++++++++++++++--------------------------
 1 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index f5a6f6c..9facb87 100644
--- a/src/main/webapp/views/pipeline.html
+++ b/src/main/webapp/views/pipeline.html
@@ -53,31 +53,31 @@
             <!-- plc寮傚父鏃ュ織鐩戞帶鐗� -->
             <div id="plc-error" class="main-board" style="padding-left: 10px">
                 <!-- 澶撮儴 -->
-                <div class="plc-log-header">
-                    <!-- 璁惧浠诲姟鎿嶄綔 -->
-                    <div class="io-mode-oper">
-                        <fieldset>
-                            <legend>鍏ュ嚭搴撴ā寮忥紙IO-Mode锛�</legend>
-                            <div class="io-mode-box">
-                                <label>F2</label>
-                                <button id="io-mode-2" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button>
-                            </div>
-                            <div class="io-mode-box">
-                                <label>F4</label>
-                                <button id="io-mode-4" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button>
-                            </div>
-                        </fieldset>
-                    </div>
-                    <!--            <div style="height: 40%">-->
-                    <!--                <span>涓滀晶PLC鎵ц鎸囦护</span>-->
-                    <!--            </div>-->
-                    <!--            <div style="height: 40%">-->
-                    <!--                <span>瑗夸晶PLC鎵ц鎸囦护</span>-->
-                    <!--            </div>-->
-                    <!--                    <div>-->
-                    <!--                        <span style="color: #1E9FFF">PLC寮傚父淇℃伅琛�:</span>-->
-                    <!--                    </div>-->
-                </div>
+<!--                <div class="plc-log-header">-->
+<!--                    &lt;!&ndash; 璁惧浠诲姟鎿嶄綔 &ndash;&gt;-->
+<!--                    <div class="io-mode-oper">-->
+<!--                        <fieldset>-->
+<!--                            <legend>鍏ュ嚭搴撴ā寮忥紙IO-Mode锛�</legend>-->
+<!--                            <div class="io-mode-box">-->
+<!--                                <label>F2</label>-->
+<!--                                <button id="io-mode-2" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button>-->
+<!--                            </div>-->
+<!--                            <div class="io-mode-box">-->
+<!--                                <label>F4</label>-->
+<!--                                <button id="io-mode-4" class="ioModeBtn" onclick="ioModeSwitch(this.id)"> - </button>-->
+<!--                            </div>-->
+<!--                        </fieldset>-->
+<!--                    </div>-->
+<!--                    &lt;!&ndash;            <div style="height: 40%">&ndash;&gt;-->
+<!--                    &lt;!&ndash;                <span>涓滀晶PLC鎵ц鎸囦护</span>&ndash;&gt;-->
+<!--                    &lt;!&ndash;            </div>&ndash;&gt;-->
+<!--                    &lt;!&ndash;            <div style="height: 40%">&ndash;&gt;-->
+<!--                    &lt;!&ndash;                <span>瑗夸晶PLC鎵ц鎸囦护</span>&ndash;&gt;-->
+<!--                    &lt;!&ndash;            </div>&ndash;&gt;-->
+<!--                    &lt;!&ndash;                    <div>&ndash;&gt;-->
+<!--                    &lt;!&ndash;                        <span style="color: #1E9FFF">PLC寮傚父淇℃伅琛�:</span>&ndash;&gt;-->
+<!--                    &lt;!&ndash;                    </div>&ndash;&gt;-->
+<!--                </div>-->
                 <!-- 涓讳綋 -->
                 <div class="plc-log-body">
                     <div>
@@ -432,7 +432,7 @@
     });
 
     $(document).on('click ','#save', function () {
-        http.post(baseUrl+ "/site//detl/update", {
+        http.post(baseUrl+ "/site/detl/update", {
             siteId: $('#siteId').val(),
             workNo: $('#workNo').val(),
             staNo:  $('#staNo').val(),

--
Gitblit v1.9.1