From 7ae27d18e908f643d873b5312bf88df5cfdb7503 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期五, 05 九月 2025 08:17:14 +0800 Subject: [PATCH] 1.其他出库拆分+制单人 2.生产领料加开工时间 --- H5/Scll.aspx | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/H5/Scll.aspx b/H5/Scll.aspx index 56c39d7..09ffcb0 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 @@ -53,6 +58,15 @@ clearable :right-icon-size="19" placeholder="浠诲姟鍗曞彿" + disabled> + </van-field> + + <van-field + v-model="modeInfo.startTime" + label="寮�宸ユ椂闂�" + clearable + :right-icon-size="19" + placeholder="寮�宸ユ椂闂�" disabled> </van-field> @@ -168,5 +182,5 @@ </asp:Content> <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server"> - <script src="Js/Scll.js?<%=123336158 %>"></script> + <script src="Js/Scll.js?<%=1233361591 %>"></script> </asp:Content> \ No newline at end of file -- Gitblit v1.9.3