From a683d399538b38ba07a8ef89efd1320bfc0818f8 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期三, 10 九月 2025 19:21:05 +0800
Subject: [PATCH] 增加agv点位

---
 H5/Scll.aspx |   29 ++++++++++++++++++++++++++---
 1 files changed, 26 insertions(+), 3 deletions(-)

diff --git a/H5/Scll.aspx b/H5/Scll.aspx
index 56c39d7..92ce845 100644
--- a/H5/Scll.aspx
+++ b/H5/Scll.aspx
@@ -4,6 +4,11 @@
        .bg-info {
      background-color: #fff;
     }
+    .org-info {
+        height: 0.5rem;
+        line-height: 0.5rem;
+        padding: 0 0.16rem;
+    }
 </style>
 </asp:Content>
 
@@ -11,7 +16,7 @@
     <van-notice-bar 
     :scrollable="false" 
     :text="'褰撳墠缁勭粐锛�' + (Cookies.get('orgName') || '鏆傛棤缁勭粐淇℃伅')" 
-    style="height: 0.5rem; line-height: 0.5rem; padding: 0 0.16rem" 
+    class="org-info"
 /></van-notice-bar>
     <div class="content-wrapper">
         <van-nav-bar
@@ -48,11 +53,29 @@
                 </van-field>
                 
                 <van-field
-                    v-model="modeInfo.planNo"
+                    v-model="DaaInfo.workNo"
                     label="浠诲姟鍗曞彿"
                     clearable 
                     :right-icon-size="19"
                     placeholder="浠诲姟鍗曞彿"
+                    disabled>
+                </van-field>
+
+                <van-field
+                    v-model="DaaInfo.startTime"
+                    label="寮�宸ユ椂闂�"
+                    clearable 
+                    :right-icon-size="19"
+                    placeholder="寮�宸ユ椂闂�"
+                    disabled>
+                </van-field>
+
+                <van-field
+                    v-model="DaaInfo.lineName"
+                    label="绾夸綋鍚嶇О"
+                    clearable 
+                    :right-icon-size="19"
+                    placeholder="绾夸綋鍚嶇О"
                     disabled>
                 </van-field>
                 
@@ -168,5 +191,5 @@
 </asp:Content>
 
 <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
-    <script src="Js/Scll.js?<%=123336158 %>"></script>
+    <script src="Js/Scll.js?<%=1233361592 %>"></script>
 </asp:Content>
\ No newline at end of file

--
Gitblit v1.9.3