From 8e4aa88d5b4b85d19cdaf49f14fca22540b7e3dd Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期一, 15 九月 2025 09:52:50 +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