Commit 275bf524 by LJM

css

parent 48bae67e
Showing with 1 additions and 1 deletions
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<!-- 按货品拣货列表 --> <!-- 按货品拣货列表 -->
<template v-if="curr == 0"> <template v-if="curr == 0">
<view class="list" v-if="list.length > 0"> <view class="list" v-if="list.length > 0">
<view class="box row" v-for="(item, index) in list" :key="index" :class="{ curr: filter_list[index] }"> <view class="box row" v-for="(item, index) in list" :key="index" :class="{ curr: filter_list[index] }" v-if="item.no_recheck_qty > 0">
<view class="check-box-icon" @click="filterChange(index)"></view> <view class="check-box-icon" @click="filterChange(index)"></view>
<view class="input-box row verCenter"> <view class="input-box row verCenter">
<text class="label">入库批次号:</text> <text class="label">入库批次号:</text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment