From 7e10d92be344a9bdbf6d8aa12ad6ccf8b713e5ce Mon Sep 17 00:00:00 2001
From: cnf <3200815559@qq.com>
Date: 星期二, 02 九月 2025 16:16:13 +0800
Subject: [PATCH] 生产领料增加物料筛选

---
 H5/Scll.aspx |   57 ++++++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 44 insertions(+), 13 deletions(-)

diff --git a/H5/Scll.aspx b/H5/Scll.aspx
index 8f21329..92c098a 100644
--- a/H5/Scll.aspx
+++ b/H5/Scll.aspx
@@ -1,10 +1,23 @@
 锘�<%@ Page Title="鐢熶骇棰嗘枡" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" CodeFile="Scll.aspx.cs" Inherits="H5_Scll" %>
 <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
   <style>
-       .bg-info {
-     background-color: #fff;
+    .bg-info {
+        background-color: #fff;
     }
-</style>
+    .submit-btn {
+        width: 90%;
+        margin: 15px auto;
+        display: block;
+    }
+    .center-button {
+        display: flex;
+        justify-content: center;
+        align-items: center;
+    }
+    .content-wrapper {
+        padding-bottom: 20px;
+    }
+  </style>
 </asp:Content>
 
 <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
@@ -19,16 +32,19 @@
         <div class="mySolid">
             <van-cell-group>
                 <van-field
-                    ref ="selectKey"
-                value=""
-                label="宸ュ崟鏌ヨ"
-                clearable 
+                    ref="selectKey"
+                    value=""
+                    label="宸ュ崟鏌ヨ"
+                    clearable 
                     placeholder="璇疯緭鍏ュ伐鍗曞彿杩涜鏌ヨ"
-                :right-icon-size="19"
+                    :right-icon-size="19"
                     v-model="selectKey"
-                ><template #button>
-                <van-button size="small" type="info" plain @click="getInfo" >閫夋嫨</van-button>
-                </template></van-field>
+                >
+                    <template #button>
+                        <van-button size="small" type="info" plain @click="getInfo">閫夋嫨</van-button>
+                    </template>
+                </van-field>
+                
                 <van-field 
                     ref="daa001"
                     v-model="modeInfo.daa001"
@@ -84,10 +100,25 @@
                         鏉$爜鎷嗗垎
                     </van-button>
                 </van-field>
+
+                <van-field class="center-button">
+                    <div slot="button" style="display: flex; justify-content: center; width: 100%;">
+                        <van-button 
+                            type="info" 
+                            size="small"  
+                            plain 
+                            @click="getModelAll">
+                            鏌ョ湅宸ュ崟鍏ㄩ儴鐗╂枡
+                        </van-button>
+                    </div>
+                </van-field>
             </van-cell-group>
         </div>
 
-       <van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet>
+       <%-- <!-- 閫佹鎸夐挳鏀惧湪瀛楁缁勫閮� -->
+        <van-button class="submit-btn" type="primary" @click="submitInspection" :loading="load" loading-text="鍙戦�佷腑">閫佹</van-button>--%>
+        
+        <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">
@@ -138,5 +169,5 @@
 </asp:Content>
 
 <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
-    <script src="Js/Scll.js?<%=123336154 %>"></script>
+    <script src="Js/Scll.js?<%=12333616 %>"></script>
 </asp:Content>
\ No newline at end of file

--
Gitblit v1.9.3