From a40798a6290b41c4aacab2e142a23b944743bda9 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期二, 19 八月 2025 10:48:32 +0800
Subject: [PATCH] 1.核对送检新增AGV送检和AGV呼叫 2.样式优化
---
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