From 77a2d94762f81da09be82aeab75cdabbf95d2926 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期一, 25 八月 2025 10:28:10 +0800 Subject: [PATCH] 1.核对送检优化 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