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 | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/H5/Scll.aspx b/H5/Scll.aspx index 09ffcb0..92ce845 100644 --- a/H5/Scll.aspx +++ b/H5/Scll.aspx @@ -53,7 +53,7 @@ </van-field> <van-field - v-model="modeInfo.planNo" + v-model="DaaInfo.workNo" label="浠诲姟鍗曞彿" clearable :right-icon-size="19" @@ -62,11 +62,20 @@ </van-field> <van-field - v-model="modeInfo.startTime" + 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> @@ -182,5 +191,5 @@ </asp:Content> <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server"> - <script src="Js/Scll.js?<%=1233361591 %>"></script> + <script src="Js/Scll.js?<%=1233361592 %>"></script> </asp:Content> \ No newline at end of file -- Gitblit v1.9.3