| | |
| | | <template> |
| | | <view> |
| | | <InOutInfo :info="info" /> |
| | | <InOutInfo :info="info" :isOut="false" /> |
| | | |
| | | <uni-collapse @change="change" @close="close" @open="open"> |
| | | <uni-collapse-item v-if="type==7" v-for="(item1, index) in wtransferWarehouseList" :key="index" |
| | |
| | | }).then(res => { |
| | | if (res.code === 200) { |
| | | this.$store.dispatch('getUpcomingNum') |
| | | uni.$emit('success') |
| | | uni.$u.toast('操作成功') |
| | | if (this.type == '4') { // 跳转完工入库详情 |
| | | // uni.navigateTo({ |
| | |
| | | if (res.code === 200) { |
| | | this.$store.dispatch('getUpcomingNum') |
| | | uni.$u.toast('操作成功') |
| | | uni.$emit('success') |
| | | uni.redirectTo({ |
| | | url: `/pages_adjust/pages/warehousingDetails1/warehousingDetails1?id=${this.id}` |
| | | }) |