From 160967106cde2e2f9144b98b4c77d9706bb64fc1 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期一, 13 十月 2025 14:29:18 +0800
Subject: [PATCH] 1.产品绑定提示样式调整 2.其他入库优化(已更新) 3.核对送检提示样式调整 4.内箱核对提示样式调整
---
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