收货确认需求修改

This commit is contained in:
2024-07-15 15:41:12 +08:00
parent c7a37b35d3
commit 3c5422d71c
6 changed files with 47 additions and 21 deletions

View File

@@ -13,7 +13,7 @@
@input="handleChange($event)">
<view class="iconfont icon-del" @tap="toDel">&#xe6dc;</view>
<!-- <view class="iconfont icon_scan" @tap="checkMpaasScan">&#xe6e2;</view> -->
<view class="iconfont icon_scan" @tap="toScan">&#xe6e2;</view>
<view v-show="scanShow" class="iconfont icon_scan" @tap="toScan">&#xe6e2;</view>
</view>
</template>
@@ -36,6 +36,10 @@
seaShow: {
type: Boolean,
default: false
},
scanShow: {
type: Boolean,
default: true
}
},
methods: {