|
@ -7,7 +7,7 @@
|
|
|
<span>{{ bussiness == 1 ? '修改容量' : bussiness == 2 ? '矫正库存' : bussiness == 4 || bussiness == 5 ? '设置库存' : bussiness == 6 ? '新增' : '' }}</span>
|
|
|
</div>
|
|
|
<template v-if="bussiness == 1 || bussiness == 4 || bussiness == 5 || bussiness == 6">
|
|
|
<div class="tc pt30 pb20"><van-stepper v-model="stock" min="1" :max="data.cargoCapacity" button-size="36px" input-width="60px" /></div>
|
|
|
<div class="tc pt30 pb20"><van-stepper v-model="stock" min="1" :max="bussiness == 4 ? data.cargoCapacity : 99" button-size="36px" input-width="60px" /></div>
|
|
|
</template>
|
|
|
<div class="tc" v-else>
|
|
|
<div class="pt10">
|
|
@ -140,7 +140,8 @@ export default {
|
|
|
this.emitValue(false)
|
|
|
this.$toast.clear()
|
|
|
this.$emitRefreshPage('replenishmentStartDeviceDetail')
|
|
|
history.back()
|
|
|
// history.back()
|
|
|
this.$emit('refresh')
|
|
|
})
|
|
|
} else if (this.bussiness == 2) {
|
|
|
// 矫正库存
|
|
@ -156,7 +157,8 @@ export default {
|
|
|
this.emitValue(false)
|
|
|
this.$toast.clear()
|
|
|
this.$emitRefreshPage('replenishmentStartDeviceDetail')
|
|
|
history.back()
|
|
|
// history.back()
|
|
|
this.$emit('refresh')
|
|
|
})
|
|
|
.catch(err => {
|
|
|
console.error(err)
|