收货确认需求修改
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
@input="handleChange($event)">
|
||||
<view class="iconfont icon-del" @tap="toDel"></view>
|
||||
<!-- <view class="iconfont icon_scan" @tap="checkMpaasScan"></view> -->
|
||||
<view class="iconfont icon_scan" @tap="toScan"></view>
|
||||
<view v-show="scanShow" class="iconfont icon_scan" @tap="toScan"></view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -36,6 +36,10 @@
|
||||
seaShow: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
scanShow: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user