From 5c6c67ff6a447f55ed82bf925fcbb6c1ed6ab542 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期四, 26 六月 2025 08:34:08 +0800
Subject: [PATCH] 1.生产补料优化 2.条码拆分优化 3.入库前拆分界面

---
 H5/Scll.aspx |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/H5/Scll.aspx b/H5/Scll.aspx
index 8579263..8f21329 100644
--- a/H5/Scll.aspx
+++ b/H5/Scll.aspx
@@ -10,7 +10,7 @@
 <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
     <div class="content-wrapper">
         <van-nav-bar
-            title="鐢熶骇棰嗘枡"
+            title="鐢熶骇澶囨枡"
             left-text="杩斿洖"
             left-arrow
             @click-left="GoBack()">
@@ -18,6 +18,17 @@
 
         <div class="mySolid">
             <van-cell-group>
+                <van-field
+                    ref ="selectKey"
+                value=""
+                label="宸ュ崟鏌ヨ"
+                clearable 
+                    placeholder="璇疯緭鍏ュ伐鍗曞彿杩涜鏌ヨ"
+                :right-icon-size="19"
+                    v-model="selectKey"
+                ><template #button>
+                <van-button size="small" type="info" plain @click="getInfo" >閫夋嫨</van-button>
+                </template></van-field>
                 <van-field 
                     ref="daa001"
                     v-model="modeInfo.daa001"
@@ -76,6 +87,8 @@
             </van-cell-group>
         </div>
 
+       <van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet>
+
         <van-tabs color="#000" title-active-color="#0283EF">
             <van-tab title="寰呮壂鐗╂枡" class="mySolid font">
                 <van-row>
@@ -125,5 +138,5 @@
 </asp:Content>
 
 <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
-    <script src="Js/Scll.js?<%=123336 %>"></script>
+    <script src="Js/Scll.js?<%=123336154 %>"></script>
 </asp:Content>
\ No newline at end of file

--
Gitblit v1.9.3