From 3709a0fc4ab3848a12f15128bdb9ba4ba27a6fab Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期二, 09 九月 2025 23:55:06 +0800
Subject: [PATCH] 1.销售出库bug优化

---
 H5/Scll.aspx |   75 ++++++++++++++++++++++++++++++++-----
 1 files changed, 64 insertions(+), 11 deletions(-)

diff --git a/H5/Scll.aspx b/H5/Scll.aspx
index 5d95548..92ce845 100644
--- a/H5/Scll.aspx
+++ b/H5/Scll.aspx
@@ -4,17 +4,28 @@
        .bg-info {
      background-color: #fff;
     }
+    .org-info {
+        height: 0.5rem;
+        line-height: 0.5rem;
+        padding: 0 0.16rem;
+    }
 </style>
 </asp:Content>
 
 <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server">
+    <van-notice-bar 
+    :scrollable="false" 
+    :text="'褰撳墠缁勭粐锛�' + (Cookies.get('orgName') || '鏆傛棤缁勭粐淇℃伅')" 
+    class="org-info"
+/></van-notice-bar>
     <div class="content-wrapper">
         <van-nav-bar
-            title="鐢熶骇棰嗘枡"
+            title="鐢熶骇澶囨枡"
             left-text="杩斿洖"
             left-arrow
             @click-left="GoBack()">
         </van-nav-bar>
+
 
         <div class="mySolid">
             <van-cell-group>
@@ -42,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>
                 
@@ -97,16 +126,40 @@
                     <van-col span="3">寰呮壂</van-col>
                     <van-col span="5">鎺ㄨ崘搴撲綅</van-col>
                 </van-row>
-                <van-row v-for="(itm,index) in ItemDetail.items" :key="index">
-                    <van-col span="8" class="text-left padding-left">
-                        <div class="blue-text">{{itm.itemNo}}</div>
-                        <div>{{itm.itemName}}</div>
+                <van-row 
+                        v-for="(itm,index) in ItemDetail.items" 
+                        :key="index"
+                        :style="{ background: currentIndex === index ? '#87CEEB' : '' }"
+                        @click.native="handleRowClick(itm, index)">
+                        <van-col span="8" class="text-left padding-left">
+                            <div class="blue-text">{{itm.itemNo}}</div>
+                            <div>{{itm.itemName}}</div>
+                        </van-col>
+                        <van-col span="8" class="text-left padding-left">
+                            <div>{{itm.itemModel}}</div>
+                        </van-col>
+                        <van-col span="3" class="blue-text">{{itm.dsQty}}</van-col>
+                        <van-col span="5">{{itm.recoKw}}</van-col>
                     </van-col>
-                    <van-col span="8" class="text-left padding-left">
-                        <div>{{itm.itemModel}}</div>
+                </van-row>
+            </van-tab>
+
+            <van-tab title="搴撲綅鍒楄〃" class="mySolid font">
+                <van-row>
+                    <van-col span="10" class="text-left padding-left">鏉$爜缂栧彿</van-col>
+                    <van-col span="5" class="text-left padding-left">搴撲綅</van-col>
+                    <van-col span="4">鏁伴噺</van-col>
+                    <van-col span="5">浠撳簱</van-col>
+                </van-row>
+                <van-row v-for="(itm,index) in ItemBarKw" :key="index">
+                    <van-col span="10" class="text-left padding-left">
+                        <div class="blue-text">{{itm.iteM_BARCODE}}</div>
                     </van-col>
-                    <van-col span="3" class="blue-text">{{itm.dsQty}}</van-col>
-                    <van-col span="5">{{itm.recoKw}}</van-col>
+                    <van-col span="5" class="text-left padding-left">
+                        <div>{{itm.depoT_SECTIONS_CODE}}</div>
+                    </van-col>
+                    <van-col span="4" class="blue-text">{{itm.quantity}}</van-col>
+                    <van-col span="5" >{{itm.depot_name}}</van-col>
                 </van-row>
             </van-tab>
 
@@ -138,5 +191,5 @@
 </asp:Content>
 
 <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
-    <script src="Js/Scll.js?<%=123336154 %>"></script>
+    <script src="Js/Scll.js?<%=1233361592 %>"></script>
 </asp:Content>
\ No newline at end of file

--
Gitblit v1.9.3