From 69e489ec87a08fa0eaef37ab6c1692a9a8538fc3 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期一, 16 六月 2025 09:23:47 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/views/pipeline.html b/src/main/webapp/views/pipeline.html
index f5a6f6c..c182d24 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>
@@ -145,6 +145,12 @@
                     <label class="form-label">鐩爣绔�:</label>
                     <div class="form-input">
                         <input id="staNo" name="staNo" type="number" class="layui-input" lay-verify="number" autocomplete="off">
+                    </div>
+                </div>
+                <div class="form-item">
+                    <label class="form-label">鎵樼洏灏哄:</label>
+                    <div class="form-input">
+                        <input id="palletSize" name="palletSize" type="number" class="layui-input" lay-verify="number" autocomplete="off">
                     </div>
                 </div>
                 <div class="form-item">
@@ -432,10 +438,11 @@
     });
 
     $(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(),
+            palletSize:  $('#palletSize').val(),
             pakMk: $('#pakMk').val()
         }, function (res) {
             layer.msg("淇敼鎴愬姛",{icon: 1,});
@@ -445,6 +452,7 @@
         $('#siteId').val("");
         $('#workNo').val("");
         $('#staNo').val("");
+        $('#palletSize').val("");
         $('#pakMk').val("");
         layer.close(layerDetl);
     })

--
Gitblit v1.9.1