物料入库修改

This commit is contained in:
2024-09-03 14:55:40 +08:00
parent ab6d9beb67
commit 63fda35be4
5 changed files with 47 additions and 98 deletions

View File

@@ -20,7 +20,7 @@
<view class="pop_arrow"></view>
<view class="zd-row" v-for="(e, i) in scanList" :key="i">
<view class="scan_list_item">{{e}}</view>
<uni-icons type="clear" size="20" color="#666" @tap="toDelItem(i)"></uni-icons>
<!-- <uni-icons type="clear" size="20" color="#666" @tap="toDelItem(i)"></uni-icons> -->
</view>
</view>
</view>