|
@@ -679,13 +679,15 @@ export default {
|
|
|
this.visible = false
|
|
|
},
|
|
|
handleJump(id) {
|
|
|
- this.$router.push({ path: `/supply/pickup/sum_list?id=${id}` })
|
|
|
+ // this.$router.push({ path: `/supply/pickup/sum_list?id=${id}` })
|
|
|
+ this.$router.push({name: 'exwarehouseSum_list', query:{id}})
|
|
|
this.type = 0
|
|
|
this.$emit('reset')
|
|
|
this.$store.commit('user/showMessage', 'no')
|
|
|
},
|
|
|
handleToDaily(orderId) {
|
|
|
- this.$router.push({ path: `/basic_data/dailyWarehouseRent?orderId=${orderId}` })
|
|
|
+ // this.$router.push({ path: `/basic_data/dailyWarehouseRent?orderId=${orderId}` })
|
|
|
+ this.$router.push({ name: 'dailyWarehouseRent', query:{orderId}})
|
|
|
this.type = 0
|
|
|
this.$emit('reset')
|
|
|
this.$store.commit('user/showMessage', 'no')
|