Commit 8c20062f by LJM

到货登记列表无法点击(移动端)

parent 680c5a15
Showing with 1 additions and 1 deletions
......@@ -164,7 +164,7 @@
<text class="tt" style="max-width: 500rpx;">{{ detail.supplier_name }}</text>
</view>
</view>
<view class="pp">
<view class="pp" v-if="detail.stock_in_items">
<template v-if="detail.stock_in_items[0].sku_id > 0">
<text v-for="(v, index) in item" :key="index" :class="{ curr: curr == index }" @click="tab(index, detail.stock_in_sn)">{{ v }}</text>
</template>
......
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