From cd757b79217ba11868a4e771298194a362621afe Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期二, 09 九月 2025 18:04:36 +0800
Subject: [PATCH] 其他出库销售出库增加库位查询

---
 H5/Dhdsh.aspx |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/H5/Dhdsh.aspx b/H5/Dhdsh.aspx
index 5860050..0aaa39f 100644
--- a/H5/Dhdsh.aspx
+++ b/H5/Dhdsh.aspx
@@ -130,8 +130,9 @@
                     <van-col span="5" >閲囪喘璁㈠崟</van-col>
                 </van-row>
                 <van-row 
-                    v-for="(itm,index) in BarList" 
-                    :key="index">
+                            v-for="(itm,index) in BarList" 
+                            :key="index"
+                            :style="{ background: itm.include_qty == itm.ysl ? '#75f41d !important' : 'transparent' }">
                     <van-col span="7" class="text-left padding-left">{{itm.small_barcode}}</van-col>
                     <van-col span="6" class="text-left padding-left">
                         <div class="blue-text">{{itm.item_no}}</div>

--
Gitblit v1.9.3